.chromestyle{
	font-weight: bold;
	font-size: 11px;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.chromestyle ul{
	padding: 4px 0;
	margin: 0;
	text-align: center;
	width: 800px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
background: url(../afbeeldingen/bg1.jpg) repeat;
color: #444444;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}
.chromestyle ul li a:visited{
color: #444444;
}
.chromestyle ul li a:hover, .chromestyle ul li a:active, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #CCCCCC;
background: url(../afbeeldingen/bg2.jpg) repeat; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	color: #444444;
	background: url(../afbeeldingen/bg1.jpg) repeat;
	width: 250px;
	visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #444444;
}

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

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
color: #444444;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #CCCCCC;
background: url(../afbeeldingen/bg2.jpg) repeat;
}
