/* color="#34302d" */


.menu {
	padding: 10px 0 0 37px;

}

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

.hortopmenul1, .hortopmenul2 {
	font-size: 12px;
	list-style:none;					/* Default styles for all menu's */
	margin:0px;
	padding:5px 0px 0px 0px;
	float: left;
}
.hortopmenul1 li {
	padding:0;
	margin:0 10px;
	float:left;							/* First level menu's needs to float left */
	position:relative;
	line-height: 24px;					/* Relative positiong because lower level menu's needs to be absolute */
	font: 12px Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif; 
	text-align: center

}

/* First level colors for link tags */
.hortopmenul1 a {
	display:block;
/* 	width: 93px; */
	height: 18px;
	color:#34302d;
	padding:3px 0 0 0;			/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
}

.hortopmenul1 a:hover {					/* On hover for a alements, */
	text-decoration: none;
	color:#f30189;
}


/* Start second level and lower menu's */
.hortopmenul1 .hortopmenul2 {
	display:none;				
	position:absolute;					/* We position absolute (relative to l1) */
	width:200px;						/* Default width for sub-menu's */
	border:0px solid black;				/* Border around the sub-menu's */
	z-index:500;						/* 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:30px !important;
	top:31px;
}

.hortopmenul1 .hortopmenul2 .hortopmenul2, .hortopmenul1 .hortopmenul2 .hortopmenul2 .hortopmenul2 {
	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*/
	background-color: green;
}

.hortopmenul1 .hortopmenul2 li {
	padding:0px 0px;  					/* Controls the height per menu item on second level and lower */
	border-bottom:1px solid #5ACDEE;	/* little color seperator */ 
	border-right:0px solid #AADFEF;
	width:100%;
	background-color: #AADFEF;
}

.hortopmenul1 .hortopmenul2 a {
	color: black;
	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 4px 0px 14px;
	text-decoration: none;
}

.hortopmenul1 .hortopmenul2 a:hover {			/* Needed for IE aswell */
	color: black;
	border:none;						/* no border, remove the style from level1 a tags */
	background-color: #5ACDEE;
}

/* Little arrows for the menus */
.hortopmenul1-ifsub,.hortopmenul2-ifsub {
	background-position:right 8px ;
	background-repeat:no-repeat;
}


.hortopmenul1 .hoveratag {			/* Hack in javascript, this will highlite teh a tag of the menu above */
	color: #150e2f;
}
.firstlevellink {
	text-decoration: none;
}
#active {
	display:block;
/* 	width: 93px; */
	height: 18px;
	color:#f30189;
	padding:3px 0 0 0;			/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
}

.roze {color:#f30189;}