div.RadMenu_System 
{
	
	background:white;
	border:1px solid white;
	border-top-color:threedhighlight;
	border-left-color:threedhighlight;
}

div.RadMenu_System .rmLink,
div.RadMenu_System .rmGroup .rmLink,
div.RadMenu_System .rmSlide .rmGroup .rmTemplate 
{	
	font:menu;	
	padding: .5em 6px;
	text-decoration: none;
	color:menutext;
}

div.RadMenu_System .rmLink:hover,
div.RadMenu_System .rmFocused,
div.RadMenu_System .rmExpanded
{		
	color:#ff850d;
}

div.RadMenu_System .rmRootGroup .rmDisabled:hover
{
	background: none;
}

div.RadMenu_System .rmText
{
	font-family:Arial, Helvetica, sans-serif;	
	color : #838383;
	font-size : 1.2em;
	font-weight : bold;
	padding-right: 8px;
	border-bottom-width:1px;
    border-bottom-color:#838383;
    border-bottom-style:solid;

}
div.RadMenu_System .rmText:hover
{
	color:#ff850d;
}

div.RadMenu_System .rmSlide
{
	width: 100% !important;
}

div.RadMenu_System .rmGroup
{
	background:white;
	border:1px solid buttonshadow;
}

*+html div.RadMenu_System .rmGroup .rmItem,
*+html div.RadMenu_System .rmGroup { width: 100%; }
* html div.RadMenu_System .rmGroup .rmItem
* html div.RadMenu_System .rmGroup { width: 100%; }

div.RadMenu_System .rmRootGroup .rmGroup .rmLink .rmText
{
	padding: 0 5px;
	white-space: normal;
	margin: 0;
}

div.RadMenu_System .rmLeftArrow,
div.RadMenu_System .rmRightArrow,
div.RadMenu_System .rmTopArrow,
div.RadMenu_System .rmBottomArrow,
div.RadMenu_System .rmLeftArrowDisabled,
div.RadMenu_System .rmRightArrowDisabled,
div.RadMenu_System .rmTopArrowDisabled,
div.RadMenu_System .rmBottomArrowDisabled
{
	border-left: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	background:buttonface url('Menu/left.gif') center center no-repeat;
	width:15px;
	text-decoration:none;
	text-indent:-3000px;
	color:buttonface;
}

div.RadMenu_System .rmTopArrow,
div.RadMenu_System .rmTopArrowDisabled
{
	background-image:url('Menu/top.gif');
	width:100%;
}

div.RadMenu_System .rmBottomArrow,
div.RadMenu_System .rmBottomArrowDisabled
{
	background-image:url('Menu/bottom.gif');
	width:100%;
}

div.RadMenu_System .rmRightArrow,
div.RadMenu_System .rmLeftArrow
{
	height:100%;
}

div.RadMenu_System .rmRightArrow,
div.RadMenu_System .rmRightArrowDisabled
{
	background-image:url('Menu/right.gif');
}

div.RadMenu_System .rmVertical .rmSeparator .rmText
{
	border-bottom:2px inset buttonface;
	margin:0 2px;
}

div.RadMenu_System .rmExpandLeft,
div.RadMenu_System .rmExpandRight
{
	background:transparent url(Menu/groupImage.gif) right center no-repeat;
}

div.RadMenu_System .rmExpandUp,
div.RadMenu_System .rmExpandDown
{
	background:transparent url(Menu/bottom.gif) right center no-repeat;
}

div.RadMenu_System .rmLink:hover .rmExpandLeft,
div.RadMenu_System .rmLink:hover .rmExpandRight,
div.RadMenu_System .rmLink:hover .rmExpandUp,
div.RadMenu_System .rmFocused .rmExpandLeft,
div.RadMenu_System .rmFocused .rmExpandRight,
div.RadMenu_System .rmFocused .rmExpandUp,
div.RadMenu_System .rmExpanded .rmExpandLeft,
div.RadMenu_System .rmExpanded .rmExpandRight
div.RadMenu_System .rmExpanded .rmExpandUp
{
	background:transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
}

/* right to left */

div.RadMenu_System_rtl .rmText
{
	padding-right: 0;
	padding-left: 15px;
}

div.RadMenu_System_rtl .rmGroup .rmText
{
	padding-right:0;
	padding-left: 4px;
}

div.RadMenu_System_rtl .rmExpandLeft,
div.RadMenu_System_rtl .rmExpandRight
{
	/*background: transparent url(Menu/groupImageRTL.gif) left center no-repeat;
	padding-left: 10px !important;*/
}

div.RadMenu_System_rtl .rmVertical .rmExpanded .rmText,
div.RadMenu_System_rtl .rmVertical .rmExpanded .rmText
{
	/*background:transparent url(Menu/invertedGroupImageRTL.gif) left center no-repeat;*/
}