/* r.a.d.menu Venhuis skin */

.RadMenu_Venhuis 
{


}

.RadMenu_Venhuis .link

{	text-decoration:none;

	font-weight:bold!important;
	border-bottom: 2px solid none;
	
}


.RadMenu_Venhuis .first .link {border-left:none;	}



.RadMenu_Venhuis .vertical .link
{	

}



.RadMenu_Venhuis .link:hover {	cursor: default;text-decoration:underline;
color:#5e90c4!important;
	}


.RadMenu_Venhuis .focused {background:none;}



.RadMenu_Venhuis .expanded 
{color:#5e90c4!important;
	background:none;text-decoration:underline;
	
	
	/*border-top: 1px solid #0072bd;
		border-right: 1px solid #0072bd;
			
				border-left: 1px solid #0072bd;*/
				

}











.RadMenu_Venhuis .rootGroup .disabled
{

	/*border: 1px solid white;*/
}








.RadMenu_Venhuis .rootGroup .disabled:hover
{
	background: yellow;
	/*border: 1px solid #0072bd;*/
}

.RadMenu_Venhuis .text
{
	

}

.RadMenu_Venhuis .slide {}

.RadMenu_Venhuis .group
{
margin-top:0!important;
font-size:0.9em;
}

.RadMenu_Venhuis .group .text
{
min-width:120px;
line-height:1.8em;

}      




.RadMenu_Venhuis .group .link
{

padding-left:8px;
padding-right:8px;
/* background:url('img/menubkgrnd.png'); */
background:#000;

	text-align: left;
	border-left:1px solid #5e90c4;
	border-right:1px solid #5e90c4;
cursor:pointer;


}


* html .RadMenu_Venhuis .group .link
{


background:#000;



}


.RadMenu_Venhuis .group .first .link
{ border-top:1px solid #5e90c4; */ /*second level,firstlink */
}

.RadMenu_Venhuis .group .last .link
{ border-bottom:1px solid #5e90c4; */ /*second level,firstlink */
}

.RadMenu_Venhuis .group .first .link:hover {	}



.RadMenu_Venhuis .group .first .focused {}
.RadMenu_Venhuis .group .first .expanded
{

	
	
}




.RadMenu_Venhuis .group .link:hover,
.RadMenu_Venhuis .group .focused,
.RadMenu_Venhuis .group .expanded
{
	background: #333;text-decoration:underline;
	
}

.RadMenu_Venhuis .leftArrow,
.RadMenu_Venhuis .rightArrow,
.RadMenu_Venhuis .topArrow,
.RadMenu_Venhuis .bottomArrow,
.RadMenu_Venhuis .leftArrowDisabled,
.RadMenu_Venhuis .rightArrowDisabled,
.RadMenu_Venhuis .topArrowDisabled,
.RadMenu_Venhuis .bottomArrowDisabled
{
	display:none;
	background: url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Venhuis .topArrow,
.RadMenu_Venhuis .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Venhuis .bottomArrow,
.RadMenu_Venhuis .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Venhuis .rightArrow,
.RadMenu_Venhuis .leftArrow
{
	height:100%;
}

.RadMenu_Venhuis .rightArrow,
.RadMenu_Venhuis .rightArrowDisabled
{
	background-image: url('img/right.gif');
}





.RadMenu_Venhuis .vertical .separator {}

.RadMenu_Venhuis .vertical .separator .text
{	padding-top:2px;
	/*border-top:1px solid #0072bd;*/
	
	font-size: 1px;
}


.RadMenu_Venhuis .expandLeft,
.RadMenu_Venhuis .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_Venhuis_rtl .expandLeft,
.RadMenu_Venhuis_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;

}

/* right to left */
.RadMenu_Venhuis_rtl .group .link:hover .expandLeft,
.RadMenu_Venhuis_rtl .group .link:hover .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	margin-left: 8px;
}

.RadMenu_Venhuis .link:hover .expandLeft,
.RadMenu_Venhuis .link:hover .expandRight,
.RadMenu_Venhuis .focused .expandLeft,
.RadMenu_Venhuis .focused .expandRight,
.RadMenu_Venhuis .expanded .expandLeft,
.RadMenu_Venhuis .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}






