﻿.RadMenu_Manhire .rmLink
{
 line-height: 26px;
 text-decoration: none;
 color: green;
 position: relative;
 display: inline-block !important;
}  
.RadMenu_Manhire
{
  border: 1px solid green;
  background: #fff url(Menu/Menubackground.gif) repeat-x top left;
  text-align: left;
}
.RadMenu_Manhire .rmRootGroup .rmLink:hover,
.RadMenu_Manhire .rmRootGroup .rmFocused,
.RadMenu_Manhire .rmRootGroup .rmExpanded
{
 background-color: green;
 color: #aad199;
}

.RadMenu_Manhire .rmGroup
{
 border: 1px solid green;
 background-color: #fff;
}
.RadMenu_Manhire .rmHorizontal .rmItem { border-right: 1px solid green; }
.RadMenu_Manhire .rmVertical .rmItem { border-bottom: 1px solid green; }

.RadMenu_Manhire .rmGroup .rmLink:hover,
.RadMenu_Manhire .rmGroup .rmFocused,
.RadMenu_Manhire .rmGroup .rmExpanded
{
 color: #fff;
 background: #aad199;
}
.RadMenu_Manhire .rmHorizontal .rmSeparator
{
 height: 20px;
 width: 1px;
 line-height: 20px;
 background-color : #aad199;
 border: 0;
}
.RadMenu_Manhire .rmVertical .rmSeparator
{
 height: 1px;
 margin: 2px 0;
 border: 0;
 background-color: #aad199;
 line-height: 1px;
}
