.SCLSkinMenu .RadMenu_MainMenu
{
	padding-left: 2em;
	width: 800px;
	text-align: right;
}

.RadMenu_MainMenu_Context
{
	background: none;
	border:0;
}

.RadMenu_MainMenu .link
{
	line-height: 22px;
	text-decoration:none;
	color: black;
	background: white;
}

.RadMenu_MainMenu .link
{
	text-transform: uppercase;
	margin-right: 2px;
	border: solid black 1px;
	line-height: 22px;
	text-decoration:none;
	font-weight: bolder;
}

.RadMenu_MainMenu .group .link
{
	text-transform: none;
	margin-right: 0px;
	border: none;
}

.RadMenu_MainMenu .item .link
{
	color: black;
}

.RadMenu_MainMenu .link:hover,
.RadMenu_MainMenu .focused,
.RadMenu_MainMenu .expanded
{
	color: #0000AA;
	background-color: #CCCCFF;
	text-decoration: none;
}

.RadMenu_MainMenu .text
{
	padding-left: 4px;	
	padding-right: 4px;	
	font-size: 8pt; 
	font-family: Trebuchet, Arial, Helvetica, sans-serif; 
	color: Black;
}

.RadMenu_MainMenu .group
{
	background: white;
	color: black;
	border: solid 1px #AAAAAA;
}

.RadMenu_MainMenu .group .link
{
	background: none;
	_width: 160px; /* IE6 */
	min-width: 160px; /* IE7, Mozilla, Opera */
	text-align: left;
	color: black;
	border-bottom: solid 1px #AAAAAA;
}


.RadMenu_MainMenu .group .text
{
	padding-left: 12px;
	padding: 0px 9px;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
}

.RadMenu_MainMenu .group .link:hover,
.RadMenu_MainMenu .group .focused,
.RadMenu_MainMenu .group .expanded
{
	color: black;
}

.RadMenu_MainMenu .leftArrow,
.RadMenu_MainMenu .rightArrow,
.RadMenu_MainMenu .topArrow,
.RadMenu_MainMenu .bottomArrow,
.RadMenu_MainMenu .leftArrowDisabled,
.RadMenu_MainMenu .rightArrowDisabled,
.RadMenu_MainMenu .topArrowDisabled,
.RadMenu_MainMenu .bottomArrowDisabled
{
	background: #326dc8 url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_MainMenu .topArrow,
.RadMenu_MainMenu .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_MainMenu .bottomArrow,
.RadMenu_MainMenu .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_MainMenu .rightArrow,
.RadMenu_MainMenu .leftArrow
{
	height:100%;
}

.RadMenu_MainMenu .rightArrow,
.RadMenu_MainMenu .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_MainMenu .vertical .separator .text
{
	padding-top: 1px;
	background:	#d0d2d4;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_MainMenu .expandLeft,
.RadMenu_MainMenu .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_MainMenu_rtl .expandLeft,
.RadMenu_MainMenu_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_MainMenu .link:hover .expandLeft,
.RadMenu_MainMenu .link:hover .expandRight,
.RadMenu_MainMenu .focused .expandLeft,
.RadMenu_MainMenu .focused .expandRight,
.RadMenu_MainMenu .expanded .expandLeft,
.RadMenu_MainMenu .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_MainMenu_rtl .link:hover .expandLeft,
.RadMenu_MainMenu_rtl .link:hover .expandRight,
.RadMenu_MainMenu_rtl .focused .expandLeft,
.RadMenu_MainMenu_rtl .focused .expandRight,
.RadMenu_MainMenu_rtl .expanded .expandLeft,
.RadMenu_MainMenu_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
