/* RadMenu ADSmenu1 skin */

.RadMenu_ADSmenu1
{
	padding: 0 30px;
	background: transparent /*url('img/MenuBackground.gif')*/;
	line-height: 23px;	
}

.RadMenu_ADSmenu1_Context
{
	background: none;
	border-top: 1px solid #d2d8de;
	padding: 0;
}

.RadMenu_ADSmenu1 .link
{
	text-decoration:none;
	/*color: white;*/
	color: #959696;
	font-weight: bold;
	/*text-align:  center;*/
	text-align:  left;
	line-height: 23px;
	width: auto;
}

.RadMenu_ADSmenu1 .link:hover,
.RadMenu_ADSmenu1 .focused,
.RadMenu_ADSmenu1 .expanded
{
	/*color: #276c9d;*/
	color: #186593;
	font-weight: bold;
	/*background: #fefefe url('img/MainItemBackground.gif') repeat-x;*/
}

.RadMenu_ADSmenu1 .text
{
	font-size: 11px;	
	/*padding: 0px 24px;*/
	padding: 0px 20px 0px 20px;		
}

.RadMenu_ADSmenu1 .group
{
	border: solid 1px #d2d8de;
	border-top: 0px;
	border-bottom: 0px;
	background: #dde8ef;
}

.RadMenu_ADSmenu1 .group .link
{
	/*background: #f0f2f4;*/
	border-bottom: solid 1px #858b8f;
	/*border-bottom: solid 1px #dde1e4;*/
	border-left: 0px;
	border-right: 0px;
	width: auto;	
	text-align: left;
	color: #959696;
	margin-left:10px;
	margin-right:10px;
	font-family:Trebuchet MS, Verdana, Arial;
	font-weight:bold;
	font-size:8pt;
	/*min-width: 130px;
	max-width: 150px;*/
}

.RadMenu_ADSmenu1 .group .last .link
{
	border-bottom: 0px;
}
.RadMenu_ADSmenu1 .group .last .level2 .item .link
{
	border-bottom: solid 1px #858b8f;
}
.RadMenu_ADSmenu1 .group .last .level2 .last .link
{
	border-bottom: 0px;
}

.RadMenu_ADSmenu1 .group .last .level3 .item .link
{
	border-bottom: solid 1px #858b8f;
}

.RadMenu_ADSmenu1 .group .last .level3 .last .link
{
	border-bottom: 0px;
}

.RadMenu_ADSmenu1 .group .text
{
	padding-left: 12px;
	font-weight: normal;
	font-size: 11px;
	padding-right: 12px;
}

.RadMenu_ADSmenu1 .group .link:hover,
.RadMenu_ADSmenu1 .group .focused,
.RadMenu_ADSmenu1 .group .expanded
{
	/*
    background: white;
	color: #5984a2;
    */
	color: #186593;
	font-weight: bolder;
	/*border-top: solid 1px #f6f7f9;*/
}

.RadMenu_ADSmenu1 .leftArrow,
.RadMenu_ADSmenu1 .rightArrow,
.RadMenu_ADSmenu1 .topArrow,
.RadMenu_ADSmenu1 .bottomArrow,
.RadMenu_ADSmenu1 .leftArrowDisabled,
.RadMenu_ADSmenu1 .rightArrowDisabled,
.RadMenu_ADSmenu1 .topArrowDisabled,
.RadMenu_ADSmenu1 .bottomArrowDisabled
{
	border-left: 1px solid #d2d8de;
	background: #889bb0 url('img/left.gif') center center no-repeat;
	width:15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#889bb0;
	overflow:hidden;
}

.RadMenu_ADSmenu1 .topArrow,
.RadMenu_ADSmenu1 .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_ADSmenu1 .bottomArrow,
.RadMenu_ADSmenu1 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_ADSmenu1 .rightArrow,
.RadMenu_ADSmenu1 .leftArrow
{
	height:100%;
}

.RadMenu_ADSmenu1 .rightArrow,
.RadMenu_ADSmenu1 .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_ADSmenu1 .vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_ADSmenu1 .expandLeft,
.RadMenu_ADSmenu1 .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_ADSmenu1 .link:hover .expandLeft,
.RadMenu_ADSmenu1 .link:hover .expandRight,
.RadMenu_ADSmenu1 .focused .expandLeft,
.RadMenu_ADSmenu1 .focused .expandRight,
.RadMenu_ADSmenu1 .expanded .expandLeft,
.RadMenu_ADSmenu1 .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/*right-to-left support*/

.RadMenu_ADSmenu1_rtl,
.RadMenu_ADSmenu1_rtl *
{
    text-align:right !important;
}

.RadMenu_ADSmenu1_rtl .group .text
{
	padding-left: 60px;
	padding-right: 12px;
}

.RadMenu_ADSmenu1_rtl .expandLeft,
.RadMenu_ADSmenu1_rtl .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
}

.RadMenu_ADSmenu1_rtl .link:hover .expandLeft,
.RadMenu_ADSmenu1_rtl .link:hover .expandRight,
.RadMenu_ADSmenu1_rtl .focused .expandLeft,
.RadMenu_ADSmenu1_rtl .focused .expandRight,
.RadMenu_ADSmenu1_rtl .expanded .expandLeft,
.RadMenu_ADSmenu1_rtl .expanded .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_ADSmenu1_rtl .group .link:hover .expandLeft,
.RadMenu_ADSmenu1_rtl .group .link:hover .expandRight,
.RadMenu_ADSmenu1_rtl .group .focused .expandLeft,
.RadMenu_ADSmenu1_rtl .group .focused .expandRight,
.RadMenu_ADSmenu1_rtl .group .expanded .expandLeft,
.RadMenu_ADSmenu1_rtl .group .expanded .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
}

