.topmenul1, .topmenul2, .topmenul3 {
	list-style:none;			/* Default styles for all menu's */
	margin:0px;
	padding:0px 0px;
	clear: both;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
}

li.regular a:hover, li.endlink a:hover
{
	color: #ffffff;
}


li.regular {
		/* First level menu's needs to float left */
		float: left;
		position:relative; /* Relative positiong because lower level menu's needs to be absolute */
		border-right: solid 1px #ffffff;
}
li.nolink {
		/* First level menu's needs to float left */
		float: left;
		position:relative; /* Relative positiong because lower level menu's needs to be absolute */
		border-right: solid 1px #ffffff;
}

li.endlink {
		/* First level menu's needs to float left */
		float: left;
		position:relative; /* Relative positiong because lower level menu's needs to be absolute */
		border-right: none;
}

/* First level colors for link tags */
li.regular a, li.endlink a {
	color:#b5b5b5;
	padding: 2px 9px 3px 10px;		/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	text-decoration: none;
	display: block;
	text-decoration: none;
}

li.sublink a
{
	color:#b5b5b5;
}

li.nolink
{
	color:#b5b5b5;
	padding: 2px 9px 3px 10px;		/* 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;
}


/* 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: -1px;				/* Left to 0 and for IE we move one extra pixel down */	
	top:17px !important;
	padding-top: 3px;
}

ul.topmenul3
{
	display: none;
	position: absolute;
	float: left;
	margin-top: -15px;
	background-color: #ffffff;
	padding: 1px;
	padding-top: 0px;
	padding-left: 0px;
	border: none;
	left: 116px;
}
ul.topmenul3 li
{
	margin-left: 1px;
	border: none;
}

ul.topmenul2
{
	display: block;
	background-color: #ffffff;
	padding: 1px;
	border: none;
}

ul.topmenul3 li.sublink
{
	width: auto;
}

li.sublink{
	margin-top: 1px;
	width: 115px;
	border: none;
	background-color: #000000;	
	/*opacity:0.8;filter:alpha(opacity=80);*/
}

li.nolink2{
	/* Controls the height per menu item on second level and lower */
	border:none;
	width: 93px;
	padding: 2px 12px 3px 10px;	
	background-color: #000000;	
	margin-top: 1px;
	display: block;
	/*opacity:0.8;filter:alpha(opacity=80);*/
}


li.sublink a{
	padding: 2px 9px 3px 10px;			/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	text-decoration: none;
	display: block;	
}


li.sublink a:hover {			/* Needed for IE aswell */
	color: #ffffff;
}

/* 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 {
	
}

