.RadMenu_System 
{
	/*background:buttonface;*/
	border:0px solid buttonshadow;
	border-top-color:threedhighlight;
	border-left-color:threedhighlight;
	text-align: left;
}

.RadMenu_System .link
{
	border-right: 1px solid #ccc;
	font:menu;
	/*padding-left:10px;*/
	padding: 2px 0px 0px 10px;
	text-decoration: none;
}

.link
{
	margin: 8px 0 0 0;
}

.RadMenu_System .link:hover,
.RadMenu_System .expanded,
.RadMenu_System .focused
{
	color:#ec881d;
	cursor:pointer;
}


.RadMenu_System .link .text
{
	/*font: normal 12px Arial, sans-serif;*/
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
}

.RadMenu_System .group .link
{
	text-decoration: none;
	color: #333;
	background: #f2f2f2;
	border: none;
}

.RadMenu_System .group .link:hover,
.RadMenu_System .group .focused,
.RadMenu_System .group .expanded
{
	
	color: #fff;
	background: #e5a457;
}


.RadMenu_System .rootGroup .disabled:hover
{
	background:none;
}

.RadMenu_System .text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	padding-right: 15px;
}

.RadMenu_System .group
{
	/*background:white;*/
	background-color:#f2f2f2;
	background-image:none;
	/*border-bottom: 1px solid #ccc;*/
}

.RadMenu_System .group
{
	/*border:1px solid buttonshadow;*/
	border:1px solid #eee;	
}

.RadMenu_System .group .text
{
	padding-bottom:5px;
}

.RadMenu_System .group .text:hover
{
	color:#fff; 
}

.RadMenu_System .group .text:hover
{
	background-color:#e5a457;
	padding-bottom:5px;
}

.RadMenu_System .leftArrow,
.RadMenu_System .rightArrow,
.RadMenu_System .topArrow,
.RadMenu_System .bottomArrow,
.RadMenu_System .leftArrowDisabled,
.RadMenu_System .rightArrowDisabled,
.RadMenu_System .topArrowDisabled,
.RadMenu_System .bottomArrowDisabled
{
	border-left: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	background:buttonface url('img/left.gif') center center no-repeat;
	width:15px;
	text-decoration:none;
	text-indent:-3000px;
	color:buttonface;
}

.RadMenu_System .topArrow,
.RadMenu_System .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_System .bottomArrow,
.RadMenu_System .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_System .rightArrow,
.RadMenu_System .leftArrow
{
	height:100%;
}

.RadMenu_System .rightArrow,
.RadMenu_System .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_System .vertical .separator .text
{
	border-bottom:2px inset buttonface;
	margin:0 2px;
}

.RadMenu_System .expandLeft,
.RadMenu_System .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_System .link:hover .expandLeft,
.RadMenu_System .link:hover .expandRight,
.RadMenu_System .focused .expandLeft,
.RadMenu_System .focused .expandRight,
.RadMenu_System .expanded .expandLeft,
.RadMenu_System .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* right to left */

.RadMenu_System_rtl .text
{
	padding-right: 0;
	padding-left: 15px;
}

.RadMenu_System_rtl .group .text
{
	padding-right:0;
	padding-left: 46px;
}

.RadMenu_System_rtl .expandLeft,
.RadMenu_System_rtl .expandRight
{
	background: transparent url(img/groupImageRTL.gif) left center no-repeat;
	padding-left: 10px !important;
}

.RadMenu_System_rtl .vertical .expanded .text,
.RadMenu_System_rtl .vertical .expanded .text
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
}
