.topmenul1, .topmenul2, .topmenul3 {
	list-style:none;			/* Default styles for all menu's */
	margin:0px;
	padding:0px 0px;
	clear: both;
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}

.topmenul1 li a:hover
{
	color: #ffffff;
}


.topmenul1 li {
		/* First level menu's needs to float left */
		float: left;
		position:relative; /* Relative positiong because lower level menu's needs to be absolute */
}

/* First level colors for link tags */
.topmenul1 li a {
	color:#ffffff;
	padding: 0px;		/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	text-decoration: none;
	display: block;
	text-decoration: none;
}

.topmenul1 li.nolink
{
	color:#ffffff;
	padding: 0px;			/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	text-decoration: none;
	/*border-right: solid 1px #ffffff;*/
	cursor: pointer;
}

li.topmenul1a a{
	color: #ffffff;
}

li.topmenul1 a:hover {
	color: #ffffff;
	text-decoration: none;
}

li.topmenul1a ul li a
{
	color:#ffffff;
}


/* Start second level and lower menu's */
.topmenul1 .topmenul2{
	display:none;				
	position: absolute;			/* We position absolute (relative to l1) */
	width:auto;				/* 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:50px !important;
	padding-top: 0px;
}

ul.topmenul3
{
	position: absolute;
	float: left;
	display: inline;
	top: -1px !important;
	background-color: #ffffff;
	padding: 1px;
	padding-top: 0px;
	padding-left: 0px;
	border: none;
	left: 115px;
}
ul.topmenul3 li
{
	margin-left: 1px;
	border: none;
}

ul.topmenul2
{
	display: block;
	background-color: #333333;
	padding:0px;
	padding-top: 0px;
	border: none;
}

ul.topmenul2 li{
	margin-top: 1px;
	width: 150px;
	border: none;
	background-color: #000000;	
	/*opacity:0.8;filter:alpha(opacity=80);*/
}

ul.topmenul2 li.nolink{
	/* Controls the height per menu item on second level and lower */
	border:none;
	width: 150px;
	padding: 6px 20px 6px 20px;	
	/*opacity:0.8;filter:alpha(opacity=80);*/
}


ul.topmenul2 li a{
	padding: 6px 20px 6px 20px;			/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	text-decoration: none;
	display: block;	
}


ul.topmenul2 li a:hover {			/* Needed for IE aswell */
	color: #edd895;
}

/* 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);
}


.topmenul1 .hoveratag {
	
}
