/* r.a.d.menu BVX01 skin */

.RadMenu_BVX01
{
	padding: 0 0px;
	background: #d5d9de url('img/MenuBackground.jpg');
	line-height: 23px;
	font-family:Arial, Helvetica, Sans Serif;
	font-size: 12px;
}

.RadMenu_BVX01 .link
{
	text-decoration:none;
	color: #053141;
	font-weight: bold;
	text-align:  center;
	line-height: 23px;
	width: 130px;
	padding: 2px 4px;
	border-right:  solid 1px #D3D3D3;
}

.RadMenu_BVX01 .link:hover,
.RadMenu_BVX01 .expanded
{
	color: #FFF;
	font-weight: bold;
	background: #FFFFFF url('img/MainItemBackground.jpg') repeat-x;
}


.RadMenu_BVX01 .focused
{
	color: #053141;
	font-weight: bold;
	background: #FFFFFF url('img/MenuBackground.jpg') repeat-x;
}


.RadMenu_BVX01 .text
{
	font-size: 12px;
	padding: 0px 24px;
}

.RadMenu_BVX01 .group
{
	border: solid 1px #d2d8de;
	border-top: 0px;
	border-bottom: 0px;
}

.RadMenu_BVX01 .group .link
{
	background: #F9F9F9;
	border-top: solid 1px #f6f7f9;
	border-bottom: solid 1px #dde1e4;
	border-left: 0px;
	border-right: 0px;
	width: auto;
	text-align: left;
	color: #333;
	min-width: 130px;
}

.RadMenu_BVX01 .group .text
{
	padding-left: 10px;
	font-weight: normal;
	padding-right: 20px;
	font-size: 11px;
	line-height: 15px;
}

.RadMenu_BVX01 .group .link:hover,
.RadMenu_BVX01 .group .focused,
.RadMenu_BVX01 .group .expanded
{
	background: #B0C5DF;
	color: #053141;
	font-weight: normal;
	border-top: solid 1px #f6f7f9;
}

.RadMenu_BVX01 .leftArrow,
.RadMenu_BVX01 .rightArrow,
.RadMenu_BVX01 .topArrow,
.RadMenu_BVX01 .bottomArrow,
.RadMenu_BVX01 .leftArrowDisabled,
.RadMenu_BVX01 .rightArrowDisabled,
.RadMenu_BVX01 .topArrowDisabled,
.RadMenu_BVX01 .bottomArrowDisabled
{
	border-left: 1px solid #d2d8de;
	border-left: 1px solid #d2d8de;
	background: #E9E9E9 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_BVX01 .topArrow,
.RadMenu_BVX01 .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_BVX01 .bottomArrow,
.RadMenu_BVX01 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_BVX01 .rightArrow,
.RadMenu_BVX01 .leftArrow
{
	height:100%;
}

.RadMenu_BVX01 .rightArrow,
.RadMenu_BVX01 .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_BVX01 .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_BVX01 .expandLeft,
.RadMenu_BVX01 .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_BVX01 .link:hover .expandLeft,
.RadMenu_BVX01 .link:hover .expandRight,
.RadMenu_BVX01 .focused .expandLeft,
.RadMenu_BVX01 .focused .expandRight,
.RadMenu_BVX01 .expanded .expandLeft,
.RadMenu_BVX01 .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}


