/* RadMenu Default skin */

.RadMenu_CVBLeft 
{
	text-align: left;	
	
}

.RadMenu_CVBLeft .link
{
	 text-decoration:none;
	 background: #fefefe url('img/blanknavigation.jpg')  ;	
	 width:193px;	
	 padding:10px;
}

.RadMenu_CVBLeft .link:hover,
.RadMenu_CVBLeft .focused,
.RadMenu_CVBLeft .expanded
{
	  background: #fefefe url('img/navOn.jpg')  ;	
	  cursor: pointer;
          text-decoration: underline;
}

.RadMenu_CVBLeft .link:hover .text,
.RadMenu_CVBLeft .focused .text,
.RadMenu_CVBLeft .expanded .text
{
	  color:#000000;	
}

.RadMenu_CVBLeft .text
{
	font-size: 10px;
	padding: 0px 15px; 
	font-family: Verdana, Arial;
	color: #676767;
	
}

.RadMenu_CVBLeft .group
{
	background: white;
	border: solid 1px #e4e4e4;
}

.RadMenu_CVBLeft .group .link
{	 
	 background: #EBEBEB ;	
	 padding:10px;
	
}

* html .RadMenu_CVBLeft .group .link
{
   
}

.RadMenu_CVBLeft_rtl .group .link
{
	text-align: right;
}

.RadMenu_CVBLeft .group .text
{
	
	padding-left: 12px;
	
}


.RadMenu_CVBLeft_rtl .group .text
{
	padding-left: 0px;
	padding-right: 12px;
}

.RadMenu_CVBLeft .group .link:hover,
.RadMenu_CVBLeft .group .focused,
.RadMenu_CVBLeft .group .expanded
{
	background: #9BBD5E url('img/navigationflyoout.jpg') repeat-x;
	text-decoration: none;
	
}

.RadMenu_CVBLeft .group .link:hover .text,
.RadMenu_CVBLeft .group .focused .text,
.RadMenu_CVBLeft .group .expanded .text
{
	color:#FFFFFF;
}

.RadMenu_CVBLeft .leftArrow,
.RadMenu_CVBLeft .rightArrow,
.RadMenu_CVBLeft .topArrow,
.RadMenu_CVBLeft .bottomArrow,
.RadMenu_CVBLeft .leftArrowDisabled,
.RadMenu_CVBLeft .rightArrowDisabled,
.RadMenu_CVBLeft .topArrowDisabled,
.RadMenu_CVBLeft .bottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background: #efefef url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_CVBLeft .topArrow,
.RadMenu_CVBLeft .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_CVBLeft .bottomArrow,
.RadMenu_CVBLeft .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_CVBLeft .rightArrow,
.RadMenu_CVBLeft .leftArrow
{
	height:100%;
}

.RadMenu_CVBLeft .rightArrow,
.RadMenu_CVBLeft .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_CVBLeft .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_CVBLeft .expandLeft,
.RadMenu_CVBLeft .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_CVBLeft_rtl .expandLeft,
.RadMenu_CVBLeft_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_CVBLeft .link:hover .expandLeft,
.RadMenu_CVBLeft .link:hover .expandRight,
.RadMenu_CVBLeft .focused .expandLeft,
.RadMenu_CVBLeft .focused .expandRight,
.RadMenu_CVBLeft .expanded .expandLeft,
.RadMenu_CVBLeft .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_CVBLeft_rtl .link:hover .expandLeft,
.RadMenu_CVBLeft_rtl .link:hover .expandRight,
.RadMenu_CVBLeft_rtl .focused .expandLeft,
.RadMenu_CVBLeft_rtl .focused .expandRight,
.RadMenu_CVBLeft_rtl .expanded .expandLeft,
.RadMenu_CVBLeft_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
