/* RadMenu Plain skin */
#ctl00_Solid_MenuBottom1_RadMenu1_m0
{
     background:none;
}

.RadMenu_SolidMenuBottom
{
  padding-left: 190px;  
}


.RadMenu_SolidMenuBottom .link
{
    text-decoration: none;
    color: #7e7e7e;
    font-size: 12px;
    font-family: Arial;
    padding-left: 17px;
    padding-right:17px;
    background: url(img/solid_ke.jpg) no-repeat 0 2px;          
    font-weight: bold;
}

.RadMenu_SolidMenuBottom .link:hover, .RadMenu_SolidMenuBottom .focused, .RadMenu_SolidMenuBottom .expanded
{
    cursor: Pointer;   
    color: #fe0101;
}
.RadMenu_SolidMenuBottom .group
{

   
    border-top: #e9e9e9 0px solid;
	border-bottom: #e9e9e9 1px solid;
	border-right: #e9e9e9 1px solid;
	border-left: #e9e9e9 1px solid;
	
}

.RadMenu_SolidMenuBottom .group .link
{
    border-top: #e9e9e9 1px solid;    
    background:white;
    font-weight: normal;    
    text-align: left;  
    padding:2px 14px;
    font-variant: normal;    
}
.RadMenu_SolidMenuBottom .group .link:hover, .RadMenu_SolidMenuBottom .group .focused, .RadMenu_SolidMenuBottom .group .expanded
{
    cursor: Pointer;
    background:#e9e9e9;
   
}
