.topmenul1, .topmenul2 {
	list-style:none;			/* Default styles for all menu's */
	margin:0px;
	padding:0px 0px;
	font-family:arial; font-size:11px;
	float: left; list-style: none;
	line-height: 1; font-weight: normal;
}

.topmenul1{
	list-style:none;			/* Default styles for all menu's */
	margin: 0 0 1px 0;
	padding:0px 0px;
}

/* First level colors for link tags */
.topmenul1 li {
	background-color:#F4F3F4;border-top:1px solid #F4F3F4;border-bottom:1px solid #F4F3F4
	padding:1px 0px;
	float:left;		
	width:auto;
	
	/* First level menu's needs to float left */
	position:relative;			/* Relative positiong because lower level menu's needs to be absolute */
}

.topmenul1 a {
display: block;
	color:#202020;
	padding:0px 5px 0px 5px;		/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	border:1px solid #F4F3F4;
	text-decoration: none;
	/* Same as BG color so total width is always the same */
}
.topmenul1 a:hover {
color:#202020;

}

.topmenul1 li:hover, 
.topmenul1 li.sfhover {background: #E9F3FF;border-top:1px solid #AFD3FF;border-bottom:1px solid #AFD3FF}

/*.topmenul1 a:hover {
	background-color:#00FF00;		 On hover for a alements, 
	border:1px solid #F4F3F4;
}*/


/* Start second level and lower menu's */
.topmenul1 .topmenul2 {


	display:none;				
	position:absolute;			/* We position absolute (relative to l1) */
	width: 137px; w\idth: 157px;				/* Default width for sub-menu's */
	border-color: #ffffff;	
	border-width: 0.25em;     /* Border around the 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:15px !important;
	top:16px;
}





.topmenul1 .topmenul2 .topmenul2, .topmenul1 .topmenul2 .topmenul2 .topmenul2 {
	left:200px;				/* 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 0px 3px;  			/* Controls the height per menu item on second level and lower */
	width:100%;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	background-color:#f2f2f2;
}




.topmenul1 .topmenul2 a {
		
	border-top:1px solid #FFFFFF;/* Display block, so teh whole menu will lite up (if bg used)*/
	padding:0px 4px;

	
}

.topmenul1 .topmenul2 li:hover, 
.topmenul1 .topmenul2 li.sfhover {background: #E9F3FF;border-top:1px solid #AFD3FF;border-bottom:1px solid #AFD3FF;}

/*.topmenul1 .topmenul2 a:hover {	
	color:white;
	border:none;				 
}


.topmenul1 .topmenul2 li:hover ul ul, 
.topmenul1 .topmenul2  li:hover ul ul ul, 
.topmenul1 .topmenul2  li.sfhover ul ul, 
.topmenul1 .topmenul2  li.sfhover ul ul ul{left: -999em;}

.topmenul1 .topmenul2  li:hover ul, 
.topmenul1 .topmenul2  li li:hover ul, 
.topmenul1 .topmenul2  li li li:hover ul, 
.topmenul1 .topmenul2  li.sfhover ul, 
.topmenul1 .topmenul2  li li.sfhover ul, 
.topmenul1 .topmenul2  li li li.sfhover ul{
	left: auto;	border-width: 1 0 0 1;}


*/
/* Little arrows for the menus */
.topmenul1-ifsub,.topmenul2-ifsub {
	background-image:url(../images/arrow-b-d.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.topmenul2-ifsub {
	background-image:url(../images/arrow-b-r.gif);
}