 h1{
font-family: Arial, Helvetica, sans-serif; color: #FF6600;
font-weight: bold;
font-size: 145%;
}

#nav, #nav ul {
padding: 3px 0px 0 0;
margin: 0;
list-style: none;
}

#nav li {
	float: left;
	width: 135px;
	margin: 0px;
	background-color: #000000;
	font-size: medium;
	background-position: center;
}

#nav ul {
	position: absolute;
	width: 120px;
	left: -1000px;
	margin: 0px;
}


#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 2px 5px 3px 2px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;
}

ul a{
	font-weight: bold;
	color: #F60;
	cursor: default;
	text-align: center;



}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #666666;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: bold;
color: #FF6600;
cursor: pointer;
}

 
ul li{
background-color: #000033;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #333333;
}

ul ul li{
background-color: #000033;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
	border: 1px solid #999999;




}

* html ul ul li{
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-top-width: 0px;




}
/* Einde IE only hack */ 
.maintekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2pc;
	color: #FF6600;
	font-weight: bold;
	background-attachment: fixed;
	background-repeat: no-repeat;
