#nav
{
	margin-left:450px;
	margin-top:0px;
	float:left;
}
#nav .nav2
{
	margin-top:7px;
	width:140px;
	background-color: #ffe17f;
	background-image:url("../img/menutop.png");
	background-repeat:no-repeat;
	float:left;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari and Google Chrome only – fix margins */
	#nav .nav2 {
		margin-top: 10px;
	}
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
 	#nav .nav2 {
		margin-top: 10px;
	}
}
.nav3
{
	margin-top:0px;
	width:140px;
	background-color: #ffe17f;
	background-image:url("../img/menutop.png");
	background-repeat:no-repeat;
	
}
#nav li ul ul {
	margin: -24px 0 0 120px;
}
#nav, #nav ul {
	line-height: 1;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -9999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav .nav2 #kalender
{
	margin-top:24px;
}
#nav #a1
{
	width:160px;
	height:24px;
}
#nav #a2
{
	width:116px;
	height:24px;
}
#nav #a3
{
	width:130px;
	height:24px;
}
#nav #a3 .nav2
{
	margin-left:-6px;
}
#nav #a4
{
	width:90px;
	height:24px;
}
#nav #a4 .nav2
{
	margin-left:-36px;
}
#nav, #nav ul {
padding: 3px 0 0 0;
list-style: none;
}

#nav li {
float: left;
width: 120px;
margin-top:5px;
}
#nav li li {
float: left;
width: 120px;
margin-top:0px;
padding:4px;
}
#nav ul {
position: absolute;
width: 120px;

left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

ul a{
font-weight: bold;
color: #5a2e14;
cursor: pointer;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #5a2e14;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #f8172c;
background:none;
cursor: pointer;
}


ul ul li{

border-left: 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{

}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 