#cssvertical {
	padding:1px 0 0 1px;
}

.cssvertical ul {
	margin:0;
	padding:0;
	list-style: none;
    LIST-STYLE-TYPE:none;
}
	
.cssvertical ul li {  
	position:relative;
	//setup here
	PADDING-RIGHT:0px; 
	PADDING-LEFT:0px; 
	PADDING-BOTTOM:0px; 
	MARGIN:0px; 
	PADDING-TOP:0px; 
	LIST-STYLE-TYPE:none;
	LINE-HEIGHT:18px;
	float:left;
}
	
.cssvertical li ul {
	position:absolute;
	left:0px; /* Set 1px less than menu width */
	top:17px;
    display:none;
	width:143px;
	height:15px;
}

/* Styles for Menu Items */
.cssvertical ul li a.main {
	display:block;
	text-decoration:none;
	color:#333333;
	background-image:url('../images/dropdown.gif');
	background-repeat:no-repeat;
	width:145px;
	height:19px;
	margin-right:1px;
	cursor: default;
}

.cssvertical ul li a.mainactive {
	display:block;
	text-decoration:none;
	color:#333333;
	background-image:url('../images/dropdown_active.gif');
	background-repeat:no-repeat;
	width:145px;
	height:19px;
	margin-right:1px;
	cursor: default;
	font-weight:bold;
}

.cssvertical ul li a.sub {
	display:block;
	text-decoration:none;
	color:#666666;
	background-image:url('../images/dropdown_sub.gif');
	background-repeat:no-repeat;
	width:138px;
	height:19px;
	margin:0 0 -1px 0;
	padding-left:8px;
}

.cssvertical ul li a.active {
	display:block;
	text-decoration:none;
	color:#000080;
	background-image:url('../images/dropdown_sub.gif');
	background-repeat:no-repeat;
	width:138px;
	height:19px;
	font-weight:bold;
	padding-left:8px;
	margin:0 0 -1px 0;
}

.cssvertical ul li a:hover{ /*Theme Change here*/
	
}

.cssvertical ul li a.sub:hover{ /*Theme Change here*/
	display:block;
	text-decoration:none;
	color:#666666;
	background-image:url('../images/dropdown_sub_hover.gif');
	background-repeat:no-repeat;
	width:138px;
	height:19px;
	margin:0 0 -1px 0;
	padding-left:8px;
}

.cssvertical ul li a.active:hover{ /*Theme Change here*/
	font-weight:bold;
	color:#000080;
}
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.cssvertical li:hover ul, li.over ul { display: block; width:100px;} 
.cssvertical li:hover ul ul, li.over ul ul {display: none; width:100px;} 
.cssvertical ul ul li:hover ul, ul ul li.over ul {display: block; width:100px;}




/* ##############################
		ROLLOUT BLIJVEN STAAN
############################## */	
