/* r.a.d.menu Plain skin */

.RadMenu_w2 
{
	background: #4A6D84 url('') repeat-x;
	/*border-top: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;*/
	border-top:1px solid #2F4F67;
}

.RadMenu_w2_Context
{
	background: none;
	border:0;
}

.RadMenu_w2 .link
{
	width:170px;
	line-height: 20px;
	text-decoration:none;
	color: #FFF;
	background: #4A6D84 url('') repeat-x;
	padding:3px 0px 3px 0;
	border-bottom:1px solid #2F4F67;
	/*border-left: solid 1px #fff;
	border-right: solid 1px #d6d6d6;*/
}

.RadMenu_w2 .link:visited { color:#FFF; }

.RadMenu_w2 .link:hover,
.RadMenu_w2 .focused,
.RadMenu_w2 .expanded
{
	color: #CCCC99;
	text-decoration:none;
}

.RadMenu_w2 .text
{
	
	display:block;
	
	font-size: 11px;
	font-family: Georgia, Verdana;
	
}

.RadMenu_w2 .group
{
	border: solid 1px #2F4F67;
	/*border-right: 0px;*/
	border-bottom: 0px;
	background-color:#4A6D84;
}

.RadMenu_w2 .group img /* should mostly only apply to the admin menu */
{
	margin-right:3px;
}
.RadMenu_w2 .group .link
{
	/*background: #f7f7f7;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7; */
	text-align: left;
	padding-left:6px;
}

.RadMenu_w2 .group .link:hover,
.RadMenu_w2 .group .focused,
.RadMenu_w2 .group .expanded
{
	background: #2F4F67;
	/*border-bottom-color: #d7d7d7;*/
	font-weight: normal;
}

.RadMenu_w2 .leftArrow,
.RadMenu_w2 .rightArrow,
.RadMenu_w2 .topArrow,
.RadMenu_w2 .bottomArrow,
.RadMenu_w2 .leftArrowDisabled,
.RadMenu_w2 .rightArrowDisabled,
.RadMenu_w2 .topArrowDisabled,
.RadMenu_w2 .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_w2 .topArrow,
.RadMenu_w2 .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_w2 .bottomArrow,
.RadMenu_w2 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_w2 .rightArrow,
.RadMenu_w2 .leftArrow
{
	height:100%;
}

.RadMenu_w2 .rightArrow,
.RadMenu_w2 .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_w2 .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_w2 .expandLeft,
.RadMenu_w2 .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_w2_rtl .expandLeft,
.RadMenu_w2_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_w2 .link:hover .expandLeft,
.RadMenu_w2 .link:hover .expandRight,
.RadMenu_w2 .focused .expandLeft,
.RadMenu_w2 .focused .expandRight,
.RadMenu_w2 .expanded .expandLeft,
.RadMenu_w2 .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_w2_rtl .link:hover .expandLeft,
.RadMenu_w2_rtl .link:hover .expandRight,
.RadMenu_w2_rtl .focused .expandLeft,
.RadMenu_w2_rtl .focused .expandRight,
.RadMenu_w2_rtl .expanded .expandLeft,
.RadMenu_w2_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}