﻿.NavigationMenu
{
    width: 202px;
    margin-bottom:-1px    
}


.StaticMenuItemStyle
{
    height: 35px;
    width: 186px;
    border-bottom: 1px solid #ccc;
    margin-left:5px;
   
}
.StaticMenuItemStyle a
{
    padding-left: 0px;
    color: #6358fb;
}
.StaticMenuItemStyle a:hover
{
    color: Red;
}


.DynamicMenuStyle
{
    border-top:1px solid #ccc;
    margin-left:-2px;
}
.DynamicMenuItemStyle
{
    margin: 0px;
    height: 35px;
    background-color:#eff3f5;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size:11px;
}



.DynamicMenuItemStyle a
{
    padding:0 10px;
    background: none;
    color: #6358fb; 
     
}

.DynamicMenuItemStyle a:hover
{
    margin: 0px;
    background: none;
    color: red;
      
}
