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

.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: #CFCECB;
	padding: 3px 22px 5px 13px;		/* 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: #CFCECB;
	padding: 3px 22px 5px 13px;		/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	text-decoration: none;
	cursor: pointer;
}

li.topmenul1a a{
	color: #CFCECB;
}

li.topmenul1 a:hover {
	color: #ffffff;
	text-decoration: none;
}

li.topmenul1a ul li a
{
	color: #CFCECB;
}


/* Start second level and lower menu's */
.topmenul1 .topmenul2{
	display:none;				
	position: absolute;			/* We position absolute (relative to l1) */
	width: 128px;				/* 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:22px;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url(../images/white_line.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

.topmenul1 .topmenul2b{
	display:none;				
	position: absolute;			/* We position absolute (relative to l1) */
	width: 128px;				/* 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:-22px;				/* Left to 0 and for IE we move one extra pixel down */	
	top:22px;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url(../images/white_line.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

li.menu_bottom
{
	height: 6px;
	display: block;
}

ul.topmenul3
{
	display:none;
	position: absolute;
	float: left;
	/*display: inline;*/
	padding-top: 0px;
	padding-left: 1px;
	margin-top: -8px;
	border: none;
	left: 128px;
	background-image: url(../images/blank.gif);
}

ul.topmenul3b
{
	display:none;
	list-style: none;
	position: absolute;
	float: left;
	width: 128px;
	background-color: #ffffff;
	/*display: inline;*/
	padding-top: 0px;
	padding-right: 1px;
	margin-top: -8px;
	border: none;
	/*left: -168px;*/
	left: -169px;
	background-image: url(../images/blank.gif);
}

li.sublink1{
	width: 128px;
	border: none;
	background-color: #3e3a2e;
	/*opacity:0.8;filter:alpha(opacity=80);*/
}


ul.topmenul2, ul.topmenul2b
{
	display: block;
	/*background-color: #3e3a2e;*/
	border: none;
}

ul.topmenul2 li.sublink, ul.topmenul2b li.sublink{
	width: 128px;
	border: none;
	background-color: #3e3a2e;
	/*opacity:0.8;filter:alpha(opacity=80);*/
}

ul.topmenul2 li.sublink_end, ul.topmenul2b li.sublink_end{
	width: 128px;
	border: none;
	background-image: url(../images/menu_bottom1.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: transparent;
}

ul.topmenul2 li.nolink, ul.topmenul2b li.nolink{
	/* Controls the height per menu item on second level and lower */
	border:none;
	width: 102px;
	padding: 8px 13px 0px 13px;
	background-color: #3e3a2e;
	/*opacity:0.8;filter:alpha(opacity=80);*/
}

ul.topmenul2 li.nolink_end, ul.topmenul2b li.nolink_end{
	/* Controls the height per menu item on second level and lower */
	border:none;
	width: 102px;
	padding: 8px 13px 8px 13px;
	background-color: transparent;
	background-image: url(../images/menu_bottom1.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	/*opacity:0.8;filter:alpha(opacity=80);*/
}

ul.topmenul2 li.sublinkact, ul.topmenul2b li.sublinkact{
	width: 128px;
	border: none;
	background-color: #3e3a2e;
}

ul.topmenul2 li.sublinkact a, ul.topmenul2b li.sublinkact a{
	border:none;
	width: 102px;
	padding: 8px 13px 0px 13px;
	background-color: #3e3a2e;
}

ul.topmenul2 li.sublink a, ul.topmenul2b li.sublink a{
	padding: 8px 13px 0px 13px;			/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	text-decoration: none;
	display: block;
}

ul.topmenul2 li.sublink_end a, ul.topmenul2b li.sublink_end a{
	padding: 8px 13px 8px 13px;			/* 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, ul.topmenul2b li 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 {
	color: #ffffff;
}

