#chromemenu{
		width: 738px;
		position:absolute;
		top: 0px;
		left: 23px;
		z-index:1;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 99%;
background: url(../images/navigationButtonOver.gif) center center repeat-x; /*THEME CHANGE HERE*/
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

#chromemenu ul li{
display: inline;
list-style-type: none;
}

#chromemenu ul li a{
line-height: 25px;
height: 25px;
color: #FFFFFF;
padding: 4px;
margin: 0;
text-decoration: none;
border-right: 1px solid #9A1C46;
font-family: Verdana;
font-size: 9px;
}

#chromemenu ul li a:hover{
color: #DFDFDF;
background: url(../images/navigationButton.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
}

/** current menu item **/
a.actief {
	font:bold 9pt Verdana;
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-decoration:none;
	color: #FFFFFF;
	text-transform: uppercase;
}

a.nonactief {
	font:bold 9pt Verdana;
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-decoration:none;
	color: #FFFFFF;
	text-transform: uppercase;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
border: 1px solid #9A1C46; /*Theme Change here*/
font: normal 9pt Verdana;
line-height:18px;
z-index:100;
background-color: #941B43;
visibility: hidden;
text-indent: 2px;
}

.dropmenudiv a{
width: 100%;
display: block;
padding: 0px 0px 0px 0px;
border-bottom: 1px solid #9A1C46;
text-decoration: none;
text-align:center;
font-weight: bold;
color: #FFFFFF;
}

.dropmenudiv a:hover{
background-color: #EBF7FF;
color: #999999;
}

a:hover.subnav1, a.subnav1 {
background-color:#941B43;
}