/* RadMenu CssGreen skin */
.RadMenu_VFB
{
	background: #042f51;
	font-family: Arial, Verdana, Tahoma, Helvetica;
  font-weight:normal;
}

.RadMenu_VFB .link
{
	text-decoration:none;
	line-height: 28px;
	color:#fcfafa;
}

.RadMenu_VFB .text
{
	text-decoration:none;
	line-height: 28px;
	color:#fcfafa;
}

.RadMenu_VFB .link .text
{
	padding-right: 20px;
}

.RadMenu_VFB .link:hover,
.RadMenu_VFB .focused,
.RadMenu_VFB .expanded
{
	color: #9bacb9;
	text-decoration:none;
}

.RadMenu_VFB .link:hover .text,
.RadMenu_VFB .focused .text,
.RadMenu_VFB .expanded .text
{
	color: #9bacb9;
}

.RadMenu_VFB .rootGroup 
{
	background-color: #042f51;
}

.RadMenu_VFB .rootGroup .disabled:hover
{
	border-bottom: 2px solid #bedab4;
	border-top: 2px solid #bedab4;
	background-color: #042f51;
}

.RadMenu_VFB .rootGroup .disabled:hover .text
{
	border-top: 1px solid #bedab4;
}

.RadMenu_VFB .text
{
	padding: 0px 15px;
	font-size: 13px;
}

.RadMenu_VFB .group
{
	background: white;
	line-height: 23px;
	border: 1px solid white;
}

.RadMenu_VFB .group .link
{
	background: #b3c964;
	font-size: 12px;
	text-align: left;
}

.RadMenu_VFB .group .text
{
	padding-left:25px;
	padding-right: 40px;
	font-size: 12px;
	color: #e3ebf3;
}

.RadMenu_VFB .group .leftImage
{
	margin-top:5px;
	margin-left:3px;
}


.RadMenu_VFB .group .link:hover .text,
.RadMenu_VFB .group .focused .text,
.RadMenu_VFB .group .expanded .text
{
	border-top: 0px;
	color: #fcfafa;
}

.RadMenu_VFB .group .link:hover,
.RadMenu_VFB .group .focused,
.RadMenu_VFB .group .expanded
{
	background: #9ab34b;
	color: #9bacb9;
	font-weight: normal;
}

.RadMenu_VFB .leftArrow,
.RadMenu_VFB .rightArrow,
.RadMenu_VFB .topArrow,
.RadMenu_VFB .bottomArrow,
.RadMenu_VFB .leftArrowDisabled,
.RadMenu_VFB .rightArrowDisabled,
.RadMenu_VFB .topArrowDisabled,
.RadMenu_VFB .bottomArrowDisabled
{
	border-left: 1px solid #c2e3bf;
	border-right: 1px solid #c2e3bf;
	background:#e6eee4 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_VFB .topArrow,
.RadMenu_VFB .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_VFB .bottomArrow,
.RadMenu_VFB .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_VFB .rightArrow,
.RadMenu_VFB .leftArrow
{
	height:100%;
}

.RadMenu_VFB .rightArrow,
.RadMenu_VFB .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_VFB .vertical .separator .text
{
	background: #dbe5d8;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #c2e3bf;
	border-right: solid 1px #c2e3bf;
}

.RadMenu_VFB .expandLeft,
.RadMenu_VFB .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px 3px;
}

.RadMenu_VFB .link:hover .expandLeft,
.RadMenu_VFB .link:hover .expandRight,
.RadMenu_VFB .focused .expandLeft,
.RadMenu_VFB .focused .expandRight,
.RadMenu_VFB .expanded .expandLeft,
.RadMenu_VFB .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* right to left */
.RadMenu_VFB_rtl .group .link:hover .expandLeft,
.RadMenu_VFB_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_VFB_rtl .expandLeft,
.RadMenu_VFB_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
/* end right to left */
