.topmenul1, .topmenul2 {
	text-align: center;
	list-style:none;			/* Default styles for all menu's */
	margin:0px;
	padding:0px 0px;
}

.topmenul1 a {
	text-align: center;
	border:none;
}

.topmenul1 ul {
	padding: 0;
	text-align: center;
  	margin: 0 auto;
}

.topmenul1 li {
	/*background-color: black;*/
	text-align: center;
	                            
	padding:1px 0px;
	float:left;				/* First level menu's needs to float left */
	position:relative;			/* Relative positiong because lower level menu's needs to be absolute */
}

/* First level colors for link tags */
.topmenul1 a {
	text-align: center;
	padding:0px; 		/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	/*border:1px solid #E79518; 		/* Same as BG color so total width is always the same */
}

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


/* Start second level and lower menu's */
.topmenul1 .topmenul2 {
	left: -5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	display:none;				
	position:absolute;			/* We position absolute (relative to l1) */
	width:175px;				/* Default width for sub-menu's */
	border-top:0px solid #000000;			/* Border around the sub-menu's */
	border-left:0px solid #000000;			/* Border around the sub-menu's */
	border-right:0px solid #000000;			/* Border around the sub-menu's */
	border-bottom:0px solid #000000;			/* Border around the sub-menu's */
	z-index:100;				/* We set a z-index these menu's will show up above other menu items, works in non IE */				/* Left to 0 and for IE we move one extra pixel down */	
	/*top:5px; 	!important; */
	top: 40px;
	/*z-index: 10;
	position:relative; z-index:1;*/
	background-image: url(/fileadmin/templates/images/dropdown_back.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;

}
.topmenul1 .topmenul2 a:hover { z-index:1000; }
 
.topmenul1 .topmenul2 .topmenul2, .topmenul1 .topmenul2 .topmenul2 .topmenul2 {
	left:123px;				/* Move away from second level menu for second level and lower */
	top:0px !important; 			/* Border = 1px so we need to move one up aswell !important to overrule the !important above*/
}

.topmenul1 .topmenul2 li {
	/*padding:2px 0px; */ 			/* Controls the height per menu item on second level and lower */
	border-bottom:0px solid #000000;	/* little color seperator */
	width:100%;
	padding:0px 0px 0px 0px;
	text-indent: 5px;
	/*border-width: 0px;
	border-color: black;*/
}

.topmenul1 .topmenul2 a {
	text-align:left;
	                
	text-align: left;
	                
	                
	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:6px 8px 6px 8px;
	text-decoration:none;
	font: 13px/13px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
	width:100%;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}

.topmenul1 .topmenul2 a:hover {			/* Needed for IE aswell */			                          
	color: white;
	/*color:#bedf8f;*/
	border:none;				/* no border, remove the style from level1 a tags */
}

.topmenul2 
{
    margin-left: 21px;
}

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