/*
Kleuren Maltha:

donker blauw: color="#15ade7"
lichtblauw: #5ACDEE;
lichter blauw: color="#AADFEF"
lichste bl: #d8f5ff

blauw: 15ade7;
oranje: f39400;

steunkleuren
bruinrood: e55425 	(studenten)
paars: 663496		(bovenbouw)
roze: ff0c79		(onderbouw)
groen: 35a94c 		(basis)
*/

/* VERTICAL MENU */

.vertmenul1, .vertmenul2 {
	list-style:none;					/* Default styles for all menu's */
	margin:0px;
	padding:0px 0px;
	width: 180px;
}

.vertmenul1 li {
	font-size: 100%;
	line-height: 130%;
	color: #15ade7;
	padding:0px 0px;
	position:relative;					/* Relative positiong because lower level menu's needs to be absolute */
	padding-left: 0px;	
}

/* First level colors for link tags */
.vertmenul1 a {
	display:block;				
	color:#15ade7;
	width:168px;						/* for FF and all normal bros */
	padding:3px 3px 3px 9px;			/* for FF and all normal bros */
	text-decoration: none;
	border-top:solid 1px #ffffff;
	background: url(../_images/arrow_right_blue_left.gif) no-repeat scroll left -2px;
}
.ie .vertmenul1 a {
	display:block;				
	color:#15ade7;
	width:168px;					
	padding:2px 3px 2px 9px;		
	text-decoration: none;
	border-top:solid 1px #ffffff;
	background: url(../_images/arrow_right_blue_left.gif) no-repeat scroll left -2px;
}
.vertmenul1 a:hover {			/* On hover for a alements, */
	color: black;
	border-top:solid 1px #15ade7;
	background-color: #dff6fc;
	}
/* Start second level and lower menu's */
.vertmenul1 .vertmenul2 {
	display:none;				
	position:absolute;					/* We position absolute (relative to l1) */
	width:180px;						/* Default width for sub-menu's */
	border:0px solid #00aee1;			/* Border around the sub-menu's */
	z-index:1000;							/* We set a z-index these menu's will show up above other menu items, works in non IE */
	top:2px;
	text-decoration: none;
}
.vertmenul1 .vertmenul2 {
	left:143px;							/* for IE 5 */
	voice-family: "\"}\""; 
	voice-family:inherit;
	left:190px;							/* for FF and all normal bros */
	#left:180px;						/* for IE7 */
	_left:170px;						/* for IE6 */
}
/*cleanup for browser with "\"}\"" parse error, but without boxmodel bug */

html>body .vertmenul1 .vertmenul2 {
	left:190px;
	#left:180px;						/* for IE7 */
	_left:170px;						/* for IE6 */
} 

.vertmenul1 .vertmenul2 .vertmenul2, .vertmenul1 .vertmenul2 .vertmenul2 .vertmenul2 {
	left:100px;							/* Move away from second level menu for second level and lower */
	top:-1px !important; 				/* Border = 1px so we need to move one up aswell !important to overrule the !important above*/
}

.vertmenul1 .vertmenul2 li {
	width:180px;
	margin-left: 0px!important;
	margin-left/**/: 0px;
	background: #AADFEF ;
	position:relative;
	padding-top:0px;
	padding-bottom:0px;
}

.vertmenul1 .vertmenul2 a {
	color:#15ade7;
	width:170px;
	text-decoration: none;
	border-top:solid 1px #15ade7;						/* no border, remove the style from level1 a tags */
	display:block;						/* Display block, so teh whole menu will lite up (if bg used)*/
	padding:5px 0px 5px 10px;
	  					/* Controls the height per menu item on second level and lower */
/* 	background-color: #00aee1; */
	background:#AADFEF;
	background-image: none;
}

.vertmenul1 .vertmenul2 a:hover {			/* Needed for IE aswell */
	color: white;
	border-top:solid 1px #15ade7;						/* no border, remove the style from level1 a tags */
	background-color: #15ade7;
}

/* Little arrows for the menus 178ACE
.vertmenul1-ifsub,.vertmenul2-ifsub {
	background-image:url(../_img_lw/arrow-up.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.vertmenul2-ifsub {
	background-image:url(../_img_lw/arrow-up.gif);
}*/



.vertmenul1 .hoveratag {			/* Hack in javascript, this will highlite teh a tag of the menu above */
	border-top:solid 1px #15ade7;
}



.vertfirstlevellink {
	text-decoration: none;
	margin-left:10px;
}
/*vervangen door bg en inspringen!!
a.vertfirstlevellink:before{
	content: url(../_images/arrow_right_blue.gif);
	padding-right: 10px;
}
*/




