.RadMenu_System3 
{
	background:buttonface;
	/*border:1px solid buttonshadow;*/
	border-bottom: 1px solid buttonshadow;
	border-top-color:threedhighlight;
	border-left-color:threedhighlight;
	background: #FFFFFF;
}
.RadMenu_System3 .link
{
	font:menu;
	padding:.5em 6px;
	text-decoration:none;
	color:menutext;
}

.RadMenu_System3 .link:hover,
.RadMenu_System3 .focused,
.RadMenu_System3 .expanded
{
	background:#1868AF;
	color:highlighttext;
}

.RadMenu_System3 .rootGroup .disabled:hover
{
	background: none;
}

.RadMenu_System3 .text
{
	padding-right: 15px;
}

.RadMenu_System3 .group
{
	background:white;
}

.RadMenu_System3 .group
{
	border:1px solid buttonshadow;
}

.RadMenu_System3 .group .text
{
	padding-right: 46px;
}

.RadMenu_System3 .leftArrow,
.RadMenu_System3 .rightArrow,
.RadMenu_System3 .topArrow,
.RadMenu_System3 .bottomArrow,
.RadMenu_System3 .leftArrowDisabled,
.RadMenu_System3 .rightArrowDisabled,
.RadMenu_System3 .topArrowDisabled,
.RadMenu_System3 .bottomArrowDisabled
{
	border-left: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	background:buttonface url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_System3 .topArrow,
.RadMenu_System3 .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_System3 .bottomArrow,
.RadMenu_System3 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_System3 .rightArrow,
.RadMenu_System3 .leftArrow
{
	height:100%;
}

.RadMenu_System3 .rightArrow,
.RadMenu_System3 .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_System3 .vertical .separator .text
{
	border-bottom:2px inset buttonface;
	margin:0 2px;
}

.RadMenu_System3 .expandLeft,
.RadMenu_System3 .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_System_rtl .expandLeft,
.RadMenu_System_rtl .expandRight
{
	background: transparent url(img/groupImageRTL.gif) left center no-repeat;
	padding-left: 10px !important;
}

/* right to left */
.RadMenu_System_rtl .group .link:hover .expandLeft,
.RadMenu_System_rtl .group .link:hover .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px 1px;
	margin-left: -2px;
}

.RadMenu_System3 .link:hover .expandLeft,
.RadMenu_System3 .link:hover .expandRight,
.RadMenu_System3 .focused .expandLeft,
.RadMenu_System3 .focused .expandRight,
.RadMenu_System3 .expanded .expandLeft,
.RadMenu_System3 .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}
