.RadMenu_SGR a.rmLink  
{ 
    _float: left; 
} 
.RadMenu_SGR
{
	background: none;
	z-index: 100 !important;
	
}
.RadMenu_SGRBlue_Context
{
	background: none;
	border: 0;
}
.RadMenu_SGR .rmLink,
.RadMenu_SGR .rmTemplate .rmText
{
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: bold;
	height:20px;
	padding-top:4px;
}
.RadMenu_SGR .rmTemplate .rmText:hover,
.RadMenu_SGR .rmLink:hover,
.RadMenu_SGR .rmFocused,
.RadMenu_SGR .rmExpanded
{
	color: #FFFFFF;
	background-image: url(img/fade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.RadMenu_SGR .rmText
{
	padding: 0 10px 5px;
}
.RadMenu_SGR_rtl .rmText
{
	padding-left: 36px;
	padding-right: 10px;
}
.RadMenu_SGR .rmGroup
{
	background: #E6801E;
}
.RadMenu_SGR .rmGroup .rmLink,
.RadMenu_SGR .rmGroup .rmTemplate .rmText
{
	background: none;
	text-align: left;
	text-transform:capitalize;
}
.RadMenu_SGR_rtl .rmGroup .rmTemplate .rmText,
.RadMenu_SGR_rtl .rmGroup .rmLink
{
	text-align: right;
}
.RadMenu_SGR .rmGroup .rmTemplate .rmText:hover,
.RadMenu_SGR .rmGroup .rmLink:hover,
.RadMenu_SGR .rmGroup .rmFocused,
.RadMenu_SGR .rmGroup .rmExpanded
{
	color: #803A42;
	font-weight: bold;
}
.RadMenu_SGR .rmLeftArrow,
.RadMenu_SGR .rmRightArrow,
.RadMenu_SGR .rmTopArrow,
.RadMenu_SGR .rmBottomArrow,
.RadMenu_SGR .rmLeftArrowDisabled,
.RadMenu_SGR .rmRightArrowDisabled,
.RadMenu_SGR .rmTopArrowDisabled,
.RadMenu_SGR .rmBottomArrowDisabled
{
	background: #ededed url("Menu/img/left.gif") center center no-repeat;
	width: 15px;
}
.RadMenu_SGR .rmTopArrow,
.RadMenu_SGR .rmTopArrowDisabled
{
	background-image: url("Menu/img/top.gif");
	width: 100%;
}
.RadMenu_SGR .rmBottomArrow,
.RadMenu_SGR .rmBottomArrowDisabled
{
	background-image: url("Menu/img/bottom.gif");
	width: 100%;
}
.RadMenu_SGR .rmRightArrow,
.RadMenu_SGR .rmLeftArrow
{
	height: 100%;
}
.RadMenu_SGR .rmRightArrow,
.RadMenu_SGR .rmRightArrowDisabled
{
	background-image: url("Menu/img/right.gif");
}
.RadMenu_SGR .rmVertical .rmSeparator
{
	background: #ccc;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	padding: 0;
}
.RadMenu_SGR .rmExpandLeft,
.RadMenu_SGR .rmExpandRight
{
	background: transparent url("Menu/img/groupImage.gif") right center no-repeat;
	margin-right: 4px;
}
.RadMenu_SGR_rtl .rmExpandLeft,
.RadMenu_SGR_rtl .rmExpandRight
{
	background: url("Menu/img/groupImageRTL.gif") left center no-repeat;
}
.RadMenu_SGR .rmLink:hover .rmExpandLeft,
.RadMenu_SGR .rmLink:hover .rmExpandRight,
.RadMenu_SGR .rmFocused .rmExpandLeft,
.RadMenu_SGR .rmFocused .rmExpandRight,
.RadMenu_SGR .rmExpanded .rmExpandLeft,
.RadMenu_SGR .rmExpanded .rmExpandRight
{
	background: transparent url("Menu/img/invertedGroupImage.gif") right center no-repeat;
}
.RadMenu_SGR_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_SGR_rtl .rmLink:hover .rmExpandRight,
.RadMenu_SGR_rtl .rmFocused .rmExpandLeft,
.RadMenu_SGR_rtl .rmFocused .rmExpandRight,
.RadMenu_SGR_rtl .rmExpanded .rmExpandLeft,
.RadMenu_SGR_rtl .rmExpanded .rmExpandRight
{
	background: transparent url("Menu/img/groupImageRTL.gif") left center no-repeat;
}
.RadMenu_SGR a.rmDisabled, 
.RadMenu_SGR .rmDisabled:hover
{
	background: none;
	color: #ccc;
}