
/* r.a.d.menu WM2009 skin */

.radmenu li
{
	list-style:none;
	margin-left:0;
	padding-bottom:0; 
}

.RadMenu_WM2009
{
}

.RadMenu_WM2009_Context
{
	background:none;
}

.RadMenu_WM2009 .link
{
	text-decoration:none;
	color: black;
}


.RadMenu_WM2009 .link .text
{

}

.RadMenu_WM2009 .link:hover,
.RadMenu_WM2009 .focused,
.RadMenu_WM2009 .expanded
{
	color: black;
}

.RadMenu_WM2009 .link:hover .text,
.RadMenu_WM2009 .focused .text,
.RadMenu_WM2009 .expanded .text
{

}

.RadMenu_WM2009 .rootGroup .disabled:hover
{

}

.RadMenu_WM2009 .rootGroup .disabled:hover .text
{

}

.RadMenu_WM2009 .text
{
	padding: 0 5px;
	font-size: 11px;
}

.RadMenu_WM2009 .group
{
	background: #efefef;	
	border: 1px solid #999999;
	margin-top: 20px;
}

.RadMenu_WM2009 .group .link
{
	text-align: left;
	padding-right: 5px; 
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 5px;
}

.RadMenu_WM2009 .group .text
{
	font-weight: normal;
}



.RadMenu_WM2009 .group .link:hover,
.RadMenu_WM2009 .group .focused,
.RadMenu_WM2009 .group .expanded
{
	font-weight: bold;
}

.RadMenu_WM2009 .group .link:hover .text,
.RadMenu_WM2009 .group .focused .text,
.RadMenu_WM2009 .group .expanded .text
{
	border-top: 0;	
	text-decoration: underline;
}

.RadMenu_WM2009 .leftArrow,
.RadMenu_WM2009 .rightArrow,
.RadMenu_WM2009 .topArrow,
.RadMenu_WM2009 .bottomArrow,
.RadMenu_WM2009 .leftArrowDisabled,
.RadMenu_WM2009 .rightArrowDisabled,
.RadMenu_WM2009 .topArrowDisabled,
.RadMenu_WM2009 .bottomArrowDisabled
{
	background: #cccccc url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_WM2009 .topArrow,
.RadMenu_WM2009 .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_WM2009 .bottomArrow,
.RadMenu_WM2009 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_WM2009 .rightArrow,
.RadMenu_WM2009 .leftArrow
{
	height:100%;
}

.RadMenu_WM2009 .rightArrow,
.RadMenu_WM2009 .rightArrowDisabled
{
	background-image:url('img/right.gif');
}


.RadMenu_WM2009 .vertical .separator .text
{
	background: #cccccc;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #bfcde3;
	border-right: solid 1px #bfcde3;
}


.RadMenu_WM2009 .expandLeft,
.RadMenu_WM2009 .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px;
}


.RadMenu_WM2009_rtl .group .link:hover .expandLeft,
.RadMenu_WM2009_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_WM2009_rtl .expandLeft,
.RadMenu_WM2009_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}



.RadMenu_WM2009 .link:hover .expandLeft,
.RadMenu_WM2009 .link:hover .expandRight,
.RadMenu_WM2009 .focused .expandLeft,
.RadMenu_WM2009 .focused .expandRight,
.RadMenu_WM2009 .expanded .expandLeft,
.RadMenu_WM2009 .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}
