.topmenul1, .topmenul2, .topmenul3 {
	list-style:none;			/* Default styles for all menu's */
	margin:0px;
	padding:0px 0px;
	clear: both;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

li.regular a:hover, li.regular_end a:hover
{
	color: #000000;
}


li.regular, li.regular_end {
		/* First level menu's needs to float left */
		float: left;
		position:relative; /* Relative positiong because lower level menu's needs to be absolute */
		letter-spacing: 2px;		
}
li.nolink {
		/* First level menu's needs to float left */
		float: left;
		display: block;
		position:relative; /* Relative positiong because lower level menu's needs to be absolute */½
		color: #8a8b8c;
		padding: 2px 34px 4px 0px;
		background-image: url(../images/menu_bg.jpg);
		background-position: right 4px;
		background-repeat: no-repeat;
		letter-spacing: 2px;
		cursor: pointer;
}

/* First level colors for link tags */
li.regular a{
	color: #8a8b8c;
	padding: 2px 34px 4px 0px;		/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	text-decoration: none;
	display: block;
	background-image: url(../images/menu_bg.jpg);
	background-position: right 4px;
	background-repeat: no-repeat;
}

li.regular_end a {
	color: #8a8b8c;
	padding: 2px 0px 4px 0px;		/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	text-decoration: none;
	display: block;
}


li.nolink_end
{
	color: #8a8b8c;
	display: block;
	float: left;
	padding: 2px 0px 4px 0px;		/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	text-decoration: none;
	letter-spacing: 2px;
	/*border-right: solid 1px #ffffff;*/
	cursor: pointer;
	width: 70px;
	overflow: hidden;
	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 */
	margin-left: -4px;				/* Left to 0 and for IE we move one extra pixel down */	
	top: 16px;
	padding-top: 2px;
}

ul.topmenul3
{
	display: none;
	position: absolute;
	float: left;
	margin-top: -15px;
	background-color: #ffffff;
	border: none;
	left: 232px;
	padding: 1px;
}
ul.topmenul3 li
{
	border: none;
}

ul.topmenul2
{
	display: block;
	background-color: #ffffff;
	border: none;
}

li.nolink li.sublink
{
	width: 171px;
	border: none;
	background-color: #ffffff;	
	margin-bottom: 1px;
	letter-spacing: 0px;
	/*opacity:0.8;filter:alpha(opacity=80);*/
}

li.nolink li.sublink1
{
	width: 171px;
	border: none;
	background-color: #ffffff;	
	margin-bottom: 1px;
	letter-spacing: 0px;
	/*opacity:0.8;filter:alpha(opacity=80);*/
}


li.nolink li.sublink a, li.nolink_end li.sublink a{
	padding: 1px 0px 1px 6px;			/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	text-decoration: none;
	display: block;	
	color: #41a7ba;
}

li.nolink li.sublink1 a, li.nolink_end li.sublink1 a{
	padding: 1px 0px 1px 6px;			/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	text-decoration: none;
	display: block;	
	color: #ed1093;
}


li.nolink li.sublink a:hover, li.nolink li.sublink1 a:hover {			/* Needed for IE aswell */
	color: #40c2f3;
}
li.nolink_end li.sublink a:hover, li.nolink_end li.sublink1 a:hover {			/* Needed for IE aswell */
	color: #40c2f3;
}
