/* RadMenu Plain skin */

.RadMenu_fnSub 
{
    padding:25px 0px 0px 0px;
	height: 23px;
	vertical-align:top;
	text-align:left;
	white-space:normal;
	z-index:91;
}

.RadMenu_fnSub_Context
{
	background: none;
	border:0;
}

.RadMenu_fnSub .link:active,
.RadMenu_fnSub .link:visited,
.RadMenu_fnSub .link
{
	line-height: 23px;
	text-decoration:none;
	text-align:left;
	color:#ffffff;
	text-transform:uppercase;
	vertical-align:bottom;
	width:160px;
}

.RadMenu_fnSub .link:hover,
.RadMenu_fnSub .focused,
.RadMenu_fnSub .expanded
{
	color: #c5bf61;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}

.RadMenu_fnSub .text
{
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
	text-align: left;
	padding: 0px 20px 0px 15px;
}

.RadMenu_fnSub_rtl .text
{
	padding-right: 0px;	
	padding-left: 0px;
}


.RadMenu_fnSub .group
{

	border: solid 1px #666666;
	border-right: 0px;
	border-bottom: 0px;
	z-index:91;
	
}

.RadMenu_fnSub .group .link
{
	background-color:#333333;
	border-bottom: solid 1px #666666;
	color:#FFFFFF;
}

.RadMenu_fnSub_rtl .group .link
{
	text-align: right;
}

.RadMenu_fnSub .group .link:hover,
.RadMenu_fnSub .group .focused,
.RadMenu_fnSub .group .expanded
{

	background: #999999;
	border-bottom-color: #666666;
	font-weight: normal;
	line-height:23px;
	color:#ffffff;
	z-index:90;
	
}

.RadMenu_fnSub .leftArrow,
.RadMenu_fnSub .rightArrow,
.RadMenu_fnSub .topArrow,
.RadMenu_fnSub .bottomArrow,
.RadMenu_fnSub .leftArrowDisabled,
.RadMenu_fnSub .rightArrowDisabled,
.RadMenu_fnSub .topArrowDisabled,
.RadMenu_fnSub .bottomArrowDisabled
{
    
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_fnSub .topArrow,
.RadMenu_fnSub .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_fnSub .bottomArrow,
.RadMenu_fnSub .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_fnSub .rightArrow,
.RadMenu_fnSub .leftArrow
{
	height:100%;
}

.RadMenu_fnSub .rightArrow,
.RadMenu_fnSub .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_fnSub .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_fnSub .expandLeft,
.RadMenu_fnSub .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
	z-index:90;
}

.RadMenu_fnSub_rtl .expandLeft,
.RadMenu_fnSub_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_fnSub .link:hover .expandLeft,
.RadMenu_fnSub .link:hover .expandRight,
.RadMenu_fnSub .focused .expandLeft,
.RadMenu_fnSub .focused .expandRight,
.RadMenu_fnSub .expanded .expandLeft,
.RadMenu_fnSub .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_fnSub_rtl .link:hover .expandLeft,
.RadMenu_fnSub_rtl .link:hover .expandRight,
.RadMenu_fnSub_rtl .focused .expandLeft,
.RadMenu_fnSub_rtl .focused .expandRight,
.RadMenu_fnSub_rtl .expanded .expandLeft,
.RadMenu_fnSub_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
