.chromestyle  { 
font-weight: bold; 
position: relative; 
top: 145px; 
left: 10px; 
width: 636px; 
float: left; }

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

ul {
list-style-type:none;
}


.chromestyle ul{
width: 100%;
background: url(../afbeeldingen/menu_01.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 11px 0px 12px 34px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font: bold 11px verdana,tahoma,arial,helvetica,sans;
letter-spacing: 0.1em;
color: #FFF;
padding:10px 25px 10px 10px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: url(../afbeeldingen/menu_01-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font: normal 10px Verdana, tahoma, arial, helvetica;
letter-spacing: 0.02em;
line-height:20px;
z-index:100;
background-color: white;
width: 175px;
visibility: hidden;
text-align: left; /*set value to "left", "center", or "right"*/

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding:4px 0px 4px 8px;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #FFF;
background-color: #183DB0;
}