.chromestyle{
	width: 804px;
	font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/*Het blokje van het bovenste menu*/
.chromestyle ul{
	border: 2px solid #000000;
	width: 320px;
	
background-image:url('nav_trans.gif');
	/*THEME CHANGE HERE*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: #000000;
/* width: 304px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font:normal 14px Verdana;
text-decoration: none;
text-align: center;
border-right: 1px solid #000000;
border-left: 5px solid #000000;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color: white; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 2px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
background-image:url('menuvarens.jpg');
visibility: hidden;
}


.dropmenudiv a{
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
font:normal 12px Verdana;
	color: #ffffff;
}

.dropmenudiv td{
	width: 304px;
	font-weight: normal;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
	/*THEME CHANGE HERE*/
	/*Tbackground-color: #292929;*/
	border: 1px solid #ffffff; /*THEME CHANGE HERE*/
}

