/* r.a.d.menu Plain skin */

.RadMenu_Sub 
{
	/*background: #ececec url('img/MenuItemBackground.gif') repeat-x;
	border-top: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;*/
}
.RadMenu_Sub_Root_Selected
{
	color: #fff;
	background: url('img/down.gif');
}
.RadMenu_Sub_SubRoot_Selected
{
	color: #fff;
	background: url('img/down.gif');
}
.RadMenu_Sub_Root
{
	/*background: #FFFFFF url('img/MenuRootItemSelected.gif') repeat-x;*/
	color: #333;
}
.RadMenu_Sub_Sub
{
	/*background: #FFFFFF url('img/MenuRootItemSelected.gif') repeat-x;*/
	color: #444;
}

.RadMenu_Sub 
{
	/*background: #ececec url('img/mainBg.gif') repeat-x bottom;*/
	font-size: 12px;
	width: 200px;
	background: url('img/up.gif');
}

.RadMenu_Sub .link
{
	text-decoration: none;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
	text-align: left;
}

.RadMenu_Sub .link:hover,
.RadMenu_Sub .link:hover .text,
.RadMenu_Sub .focused,
.RadMenu_Sub .expanded,
.RadMenu_Sub .selected
{
	cursor: hand;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	background: url('img/down.gif');
	width: 180px;
}

.RadMenu_Sub .rootGroup .link
{
	_width:200px;
	min-width:200px;
	position: relative;
	top: 0px;
}
.RadMenu_Sub .group .link:hover .text,
.RadMenu_Sub .group .link:hover
{
    background: Transparent;
}

.RadMenu_Sub .text
{
}

/* needed for horizontal scrolling case*/
.RadMenu_Sub .group .horizontal
{
	background: #333 none;
}


.RadMenu_Sub .group
{
	background: #333/* url('img/groupHeader.gif') repeat-x left top*/;
	border-bottom: solid 1px #666;
	color: #444;
}


.RadMenu_Sub .group .link
{
	background: none;
	border-bottom: solid 0px #fff;
	border-top: solid 0px #fff;
	line-height: 30px;
	padding-top: 0px;
}


.RadMenu_Sub .group .first .link 
{
	/*padding-top: 3px;*/
	border-top: 0px;
}

.RadMenu_Sub .group .link .text
{
	padding-right: 34px;
}

.RadMenu_Sub .group .link:hover,
.RadMenu_Sub .group .focused,
.RadMenu_Sub .group .expanded
{
	color: black;
}

.RadMenu_Sub .group .level2
{
	/*background: #e9e9e9 url('img/groupHeader.gif') repeat-x left top;
	margin-top: 0px !important;
	border-top: solid 5px Transparent;*/
	top: 2px;
	border-left: solid 1px #444;
}

.RadMenu_Sub .group .level2 .first .link, .RadMenu_Sub .group .level2 .last .link,
.RadMenu_Sub .group  .horizontal .first .link,
.RadMenu_Sub .group  .horizontal .first .link:hover,
.RadMenu_Sub .group .horizontal .last .link
{
	padding-top: 4px;
	/*border-top: solid 1px #d4d4d4;*/
}


.RadMenu_Sub .leftArrow,
.RadMenu_Sub .rightArrow,
.RadMenu_Sub .topArrow,
.RadMenu_Sub .bottomArrow,
.RadMenu_Sub .leftArrowDisabled,
.RadMenu_Sub .rightArrowDisabled,
.RadMenu_Sub .topArrowDisabled,
.RadMenu_Sub .bottomArrowDisabled
{
	background: #f3f3f3 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Sub .topArrow,
.RadMenu_Sub .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
	border-top: solid 2px #676767
}

.RadMenu_Sub .bottomArrow,
.RadMenu_Sub .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Sub .rightArrow,
.RadMenu_Sub .leftArrow
{
	height:100%;
}

.RadMenu_Sub .rightArrow,
.RadMenu_Sub .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_Sub .vertical .separator .text
{
	border-bottom: solid 1px #989898;
}

.RadMenu_Sub .expandLeft,
.RadMenu_Sub .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_Sub_rtl .expandLeft,
.RadMenu_Sub_rtl .expandRight,
.RadMenu_Sub_rtl .group .link:hover .expandLeft,
.RadMenu_Sub_rtl .group .link:hover .expandRight
{
	background: none;
	
}


.RadMenu_Sub .link:hover .expandLeft,
.RadMenu_Sub .link:hover .expandRight,
.RadMenu_Sub .focused .expandLeft,
.RadMenu_Sub .focused .expandRight,
.RadMenu_Sub .expanded .expandLeft,
.RadMenu_Sub .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}
