/* RadMenu CVRMenu skin */

.RadMenu_CVRMenu
{
	background:transparent url(Img/bkg.jpg) bottom left repeat;
	font-family:  Verdana,Helvetica, Arial, sans-serif; 
	font-size: 11pt; 
	font-weight:bold;
	line-height:60px;	
}

.RadMenu_CVRMenu .rootGroup .item
{
	text-align:center;
	width:120px;
}

.RadMenu_CVRMenu .item
{
	background:transparent url(Img/stripe.gif) bottom right repeat-y;
	padding:0;
	padding-left:3px;
	width:20%;
}

.RadMenu_CVRMenu .level1 .text
{
	padding-right:50px;
	font-size: 10pt; 
}

.RadMenu_CVRMenu .last
{
	background:none;
	padding:0;
	padding-left:3px;
	width:20%;
}

.RadMenu_CVRMenu .link,.link:visited
{
	color: #666666;
	text-decoration:none;
	padding:0 35px;
}

.RadMenu_CVRMenu .link:hover,.link:active
{
	color: #cc0000;
	text-decoration:none;
}

.RadMenu_CVRMenu .group
{
	line-height:27px;
	border-right:1px solid #C2C2C2;
	border-bottom:1px solid #C2C2C2;
}

.RadMenu_CVRMenu .level1 .item,
.RadMenu_CVRMenu .level1 .last
{
	padding:0;
	text-align:left;
	width:100%;
}

.RadMenu_CVRMenu .level2 .item,
.RadMenu_CVRMenu .level2 .last
{
	padding:0;
	text-align:left;
	width:auto;
}

.RadMenu_CVRMenu .level1 .link
{
	border-right:1px solid #bbbdba;
	border-bottom:1px solid #bbbdba;
	border-top:1px solid #9d9a9b;
	border-left:1px solid #D5D5D5;
	background:transparent url(Img/item.jpg) bottom left repeat-x;
	padding-left:18px;
	padding-right:5px;
	font-weight:normal;
}

.RadMenu_CVRMenu .level1 .expandLeft,
.RadMenu_CVRMenu .level1 .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_CVRMenu .level1 .link:hover
{
	background-image:url(Img/itemHover.jpg);
	border-left:1px solid #cc0000;
}

.RadMenu_CVRMenu .leftArrow,
.RadMenu_CVRMenu .rightArrow,
.RadMenu_CVRMenu .topArrow,
.RadMenu_CVRMenu .bottomArrow,
.RadMenu_CVRMenu .leftArrowDisabled,
.RadMenu_CVRMenu .rightArrowDisabled,
.RadMenu_CVRMenu .topArrowDisabled,
.RadMenu_CVRMenu .bottomArrowDisabled
{
	background: #c2c2c2 url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_CVRMenu .topArrow,
.RadMenu_CVRMenu .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_CVRMenu .bottomArrow,
.RadMenu_CVRMenu .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_CVRMenu .rightArrow,
.RadMenu_CVRMenu .leftArrow
{
	height:100%;
}

.RadMenu_CVRMenu .rightArrow,
.RadMenu_CVRMenu .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

