/* RadMenu CssBrick skin */
.RadMenu_STLS
{
	background: #AFB08A;
	font-family:Tahoma, Arial, Geneva;
	font-size:14px;
	font-weight:bold;
}

.RadMenu_STLS .link
{
	text-decoration:none;
	color: black;
	line-height: 20px;
	
}

.RadMenu_STLS .link .text
{
	padding-right: 25px;
	padding-left: 25px;
}

.RadMenu_STLS .link:hover,
.RadMenu_STLS .focused,
.RadMenu_STLS .expanded
{
	background: #262626;
	
	color: #AFB08A;
}

.RadMenu_STLS .link:hover .text,
.RadMenu_STLS .focused .text,
.RadMenu_STLS .expanded .text
{
	
}

.RadMenu_STLS .rootGroup .disabled:hover
{
	border-bottom: 2px solid #d4cbb7;
	border-top: 2px solid #d4cbb7;
	background: #d4cbb7;
}

.RadMenu_STLS .rootGroup .disabled:hover .text
{
	border-top: 1px solid #d4cbb7;
}

.RadMenu_STLS .text
{
	padding: 0px 15px;
	font-size: 11px;
}

.RadMenu_STLS .group
{
	background: white;
	border: 0px;
	border-top: 2px solid #262626;
}

.RadMenu_STLS .group .link
{
	background: #efebe4;
	
	border-top-color: white;
	padding-right: 0px;
	text-align: left;
	border-bottom: 1px solid #262626;
}
/*
border: solid 1px #e3d5bf;
*/

.RadMenu_STLS .group .text
{
	padding-left:6px;
	padding-right: 40px;
	padding-top:5px;
	font-family:Tahoma, Arial, Geneva;
	font-size:10px;
}


.RadMenu_STLS .group .link:hover .text,
.RadMenu_STLS .group .focused .text,
.RadMenu_STLS .group .expanded .text
{
	
}
/*
border-top: 0px;
*/

.RadMenu_STLS .group .link:hover,
.RadMenu_STLS .group .focused,
.RadMenu_STLS .group .expanded
{
	background: #f8f7f4;
	
	
	font-family:Tahoma, Arial, Geneva;
	font-size:10px;
	background:#AFB08A;
	color:black;
}
/*padding-top:5px;
border-bottom: 1px solid #262626;
*/

.RadMenu_STLS .leftArrow,
.RadMenu_STLS .rightArrow,
.RadMenu_STLS .topArrow,
.RadMenu_STLS .bottomArrow,
.RadMenu_STLS .leftArrowDisabled,
.RadMenu_STLS .rightArrowDisabled,
.RadMenu_STLS .topArrowDisabled,
.RadMenu_STLS .bottomArrowDisabled
{
	border-left: 1px solid #e3d5bf;
	border-right: 1px solid #e3d5bf;
	background: #efebe4 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_STLS .topArrow,
.RadMenu_STLS .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_STLS .bottomArrow,
.RadMenu_STLS .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_STLS .rightArrow,
.RadMenu_STLS .leftArrow
{
	height:100%;
}

.RadMenu_STLS .rightArrow,
.RadMenu_STLS .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_STLS .vertical .separator .text
{
	background: #e0dcd4;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #e3d5bf;
	border-right: solid 1px #e3d5bf;
}

.RadMenu_STLS .expandLeft,
.RadMenu_STLS .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px 3px;
}

.RadMenu_STLS .link:hover .expandLeft,
.RadMenu_STLS .link:hover .expandRight,
.RadMenu_STLS .focused .expandLeft,
.RadMenu_STLS .focused .expandRight,
.RadMenu_STLS .expanded .expandLeft,
.RadMenu_STLS .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* right to left */
.RadMenu_STLS_rtl .group .link:hover .expandLeft,
.RadMenu_STLS_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_STLS_rtl .expandLeft,
.RadMenu_STLS_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
/* end right to left */