.chromestyle  {
	font-family:Arial, Helvetica, sans-serif;
	position: relative; 
	top: 18px; 
	left: 30px; 
	width: 940px; 
	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%;
padding: 0 0 0 30px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a {
	letter-spacing: 0.12em;
	color: #FAD9B2;
	padding:10px 15px 10px;
	margin: 0;
	text-decoration: none;
	font-size:10.5pt;
	font-weight:lighter;
	line-height:40px;
}

.chromestyle ul li a:hover {
	background: url(../afbeeldingen/bgMenuItemHover.png) center center repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
}



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

.dropmenudiv {
position:absolute;
top: 158px!important;
letter-spacing: 0.02em;
font-size:9pt;
line-height:20px;
z-index:100;
width: 180px;
visibility: hidden;
text-align: left;
}

.dropmenudiv img {
	margin:0;
	padding:0;
	border:0;
}


.dropmenudiv a{
width: auto;
display: block;
line-height:22px;
text-indent: 3px;
padding:2px 0px 2px 16px;
text-decoration: none;
color:#C6CBDD;
background:url(../afbeeldingen/subMenuMiddle.png) no-repeat left top;
margin-top:0;
}

* html .dropmenudiv a { /*IE only hack*/
width: 100%;
}
*:first-child+html .dropmenudiv img { /*IE7 only hack*/
margin-bottom:-2px;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #FFF;
background:url(../afbeeldingen/subMenuMiddleHover.png) no-repeat left top;
}
