.chromestyle{
	width: 732px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*Achtergrond van de navigatiebalk*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ede8dc; /*kleur van de tekst in de navigatievbalk*/
padding: 4px 15px; /*1e is ...Maten van Bovenkant dropdown tot Navigatiebalk    2e is... maat tussen de texten in de navbalk*/
margin: 0;
text-decoration: none;
border-right: 1px solid #004124; /*Kleur van de schijdingslijn*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*Achtergrond van de navigatiebalk bij rollover*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #262626; /*THEME CHANGE HERE    kleur omlijding van de dropdownmenu       */
border-bottom-width: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
color: #FFFFFF;

line-height:18px;
z-index:100;
background-color: #004124;  /*achtergrond kleur de rollover menu normale stand*/
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 13px;  /*Begin van de dropdown tekst van de linkerrand*/
border-bottom: 1px solid #262626; /*kleur van de tussenlijnen in de dropdownmenu*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #00502c;  /*achtergrond kleur van de rollover menu-items*/
}