.nav

.topmenul1 {
  margin-left: 150px;
  width: 840px;
  padding-left: 42px;
  padding-top: 0px;
  margin: 0 auto;
  height: 24px;
}
* html .nav .topmenul1 {
  margin-left: 91px;
  width: 790px;
  padding-left: 0px;
}

.topmenul1, .topmenul2 {
  list-style:none;			/* Default styles for all menu's */
  margin:0px;
  padding:0px;
}

.topmenul1 li {
  padding: 0px;
  float:left;				/* First level menu's needs to float left */
  position:relative;			/* Relative positiong because lower level menu's needs to be absolute */
  height: 24px;
  list-style:none;
  width: 97px;
  margin-left: 7px;
  margin-right: 7px;
}

.topmenul1 li:hover {
  background-image: url(../img/mo_back.gif);
  background-repeat: no-repeat;
}

/* First level colors for link tags */
.topmenul1 a {
  text-decoration: none;
  color: #405db9;
  font-size: 1em;
  font-weight: bold;		/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
  width: 97px;
  height: 13px;
  height: 19px;
  vertical-align: middle;
/*  margin: 5px 7px 0 7px; */
/*  margin: 0 7px 0 7px; */
  display: block;
  padding-top: 5px;
}
* html .topmenul1 a {
  height: 21px;
}
.topmenul1 a:hover, .topmenul1 li:hover a {
  color: black;
}

* html .topmenul1 a:hover {
  color: black;
  background-image: url(../img/mo_back.gif);
  background-repeat: no-repeat;
}


/* Start second level and lower menu's */
.topmenul1 .topmenul2 {
  display:none;				
  position:absolute;			/* We position absolute (relative to l1) */
  width:208px;				/* Default width for sub-menu's */ 
  z-index:10;				/* We set a z-index these menu's will show up above other menu items, works in non IE */
  left:0px;				/* Left to 0 and for IE we move one extra pixel down */	
/*  top:24px !important;
  top:24px;*/
  background-color: transparent;
}

* html .topmenul1 .topmenul2 {
/*  left: 7px;*/
}

.topmenul1 .topmenul2 .topmenul2, .topmenul1 .topmenul2 .topmenul2 .topmenul2 {
	left:208px;				/* Move away from second level menu for second level and lower */
	top:-1px !important; 			/* Border = 1px so we need to move one up aswell !important to overrule the !important above*/
}

.topmenul1 .topmenul2 li {
  padding:0px; 			/* Controls the height per menu item on second level and lower */
  background-color: #f4e9d0;
  width: 208px;
  margin: 0px;
  text-align: left;
  list-style: none;
  background-image: none;
}

.topmenul1 .topmenul2 a {
  border:none;				/* no border, remove the style from level1 a tags */
  /*display:block;*/				/* Display block, so teh whole menu will lite up (if bg used)*/
  padding:0px;
  padding-left: 15px;
  margin: 0px;
  color: black;
  width: 193px;
  font-weight: normal;
  height: auto;
}

.topmenul1 .topmenul2 a:hover {			/* Needed for IE aswell */
  color:black;
  font-weight: bold;
  background-image: url(../img/nav_icon.gif);
  background-repeat: no-repeat;
}


.topmenul1 .topmenul2 .hoveratag {
  background-color:#f4e9d0;		/* Hack in javascript, this will highlite teh a tag of the menu above */
}

.topmenul1 .topmenul2 {
  background-color: transparent;

}

.topmenul1 .topmenul2 li.top {
  background-image: url(../img/menue2_top.gif);
  background-repeat: no-repeat;
  padding-top: 10px;
  background-color: transparent;
}

.topmenul1 .topmenul2 li.bottom {
  background-image: url(../img/menue2_bottom.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: transparent;
}

.topmenul1 .topmenul2 li.bottom a {
  padding-bottom: 10px;
}

.level3 a {
  font-size: 0.9em; 
}
.topmenul1 .topmenul2 li.level3.top {
  padding-top: 0;
}
.topmenul1 .topmenul2 li.level3.bottom {
  padding-bottom: 0.5em;
}
.topmenul1 .topmenul2 li.level3 {
  background-image: none;
  background-color: #f4e9d0;
  padding-left: 10px;
  width: 198px;
}