.basemenu,.basemenu li ul {
list-style-type:none;
margin:0;
padding:0;
width:210px;
/*WIDTH OF MAIN MENU ITEMS*/

}

.basemenu li {
position:relative;
}

.basemenu li ul {
/*SUB MENU STYLE*/
position:absolute;
width:210px;
/*WIDTH OF SUB MENU ITEMS*/
left:0;
top:0;
display:none;
filter:alpha(opacity=100);
-moz-opacity:1px;
	
	margin-top:-1px;

}

.basemenu li li a {background:#fb9121; color:#FFFFFF; border-bottom: 1px solid #FFFFFF;}
.basemenu li li a:hover { color:#000; border-bottom: 1px solid #FFFFFF;}

.basemenu li a {
	background:#fff;
	text-indent:10px;
	display:block;
	width:auto;
	width:208px;
	text-decoration:none;
	height:32px;
	color:#333;
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
	border-bottom: 1px solid #afafaf;
}

.basemenu .arrowdiv {
position:absolute;
right:2px;
background:transparent url(arrow.gif) no-repeat center right;
}



#menu li a.actief {
color:#FF9900;
}

.basemenu li a:hover {
color:#FF9900;
}

/* Holly Hack for IE \*/
* html .basemenu li {
float:left;
height:1%;
}

* html .basemenu li a {
height:1%;
}

/* End */