/* RadMenu Default skin */

.topNav
{
    position:absolute;
    bottom:10px;
    background:url(img/menubg.gif) no-repeat left top;
    height:30px;
    width:970px;
}
.RadMenu_GenWV 
{
   	border-right: 1px solid #FFD297;
   	border-left:1px solid #E5A944;

}
.topNav .RadMenu_GenWV 
{
    left:10px;
}
.RadMenu_GenWV .link
{
	text-decoration:none;
	color: #fff;
	line-height: 30px;
	border-left: 1px solid #FFD297;
	border-right: 1px solid #E5A944;
	cursor:pointer;
}
.RadMenu_GenWV .rootGroup .first .link
{
 
}
.RadMenu_GenWV .link:hover,
.RadMenu_GenWV .focused,
.RadMenu_GenWV .expanded
{
	color: #444;
		background: #E6E6E6 url('img/hoverbg.gif') repeat-x;
	font-weight: normal;
}

.RadMenu_GenWV .text
{
	font-size: 12px;
	padding: 0px 24px;
	font-family: Arial, Verdana;
	font-weight:bold;
		cursor:pointer;
}

.RadMenu_GenWV .group
{
	background: white;
	border: solid 1px #E5A944;
}

.RadMenu_GenWV .group .link
{
	background: #e5aa45 url('img/dropdownbg.gif') repeat-y right;

	border-left: 0px;
	border-right: 0px;
	min-width: 120px;
	text-align: left;
}

* html .RadMenu_GenWV .group .link
{
    width: 120px;
}

.RadMenu_GenWV_rtl .group .link
{
	text-align: right;
}

.RadMenu_GenWV .group .text
{
	border-top: solid 1px #E5A944;
	border-bottom: solid 1px #FFD297;
	padding-left: 12px;
}


.RadMenu_GenWV_rtl .group .text
{
	padding-left: 0px;
	padding-right: 12px;
}

.RadMenu_GenWV .group .link:hover,
.RadMenu_GenWV .group .focused,
.RadMenu_GenWV .group .expanded
{
	background: #E6E6E6 url('img/hoverbg.gif') repeat-x;
	font-weight: normal;
}

.RadMenu_GenWV .leftArrow,
.RadMenu_GenWV .rightArrow,
.RadMenu_GenWV .topArrow,
.RadMenu_GenWV .bottomArrow,
.RadMenu_GenWV .leftArrowDisabled,
.RadMenu_GenWV .rightArrowDisabled,
.RadMenu_GenWV .topArrowDisabled,
.RadMenu_GenWV .bottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background: #efefef url('img/left.gif') center center no-repeat;
	width:15px;
	text-decoration:none;
	color:#efefef;
	text-indent:-3000px;
}

.RadMenu_GenWV .topArrow,
.RadMenu_GenWV .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_GenWV .bottomArrow,
.RadMenu_GenWV .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_GenWV .rightArrow,
.RadMenu_GenWV .leftArrow
{
	height:100%;
}

.RadMenu_GenWV .rightArrow,
.RadMenu_GenWV .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_GenWV .vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_GenWV .expandLeft,
.RadMenu_GenWV .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_GenWV_rtl .expandLeft,
.RadMenu_GenWV_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_GenWV .link:hover .expandLeft,
.RadMenu_GenWV .link:hover .expandRight,
.RadMenu_GenWV .focused .expandLeft,
.RadMenu_GenWV .focused .expandRight,
.RadMenu_GenWV .expanded .expandLeft,
.RadMenu_GenWV .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_GenWV_rtl .link:hover .expandLeft,
.RadMenu_GenWV_rtl .link:hover .expandRight,
.RadMenu_GenWV_rtl .focused .expandLeft,
.RadMenu_GenWV_rtl .focused .expandRight,
.RadMenu_GenWV_rtl .expanded .expandLeft,
.RadMenu_GenWV_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}