TD {
	font-family: Verdana;
	font-size:11px;
	}
.topmenul1, .topmenul2, .topmenul3 {
	list-style:none;
	margin:0px;
	padding: 0px 0px 0px 0px;	
	font-family: Verdana;
	font-size:11px;
	}
.topmenul1 {				
	z-index:0;	
	}
.topmenul2 {
	display:none;				
	position:absolute;			
	width:170px;				
	border-top:1px solid black;		
	border-bottom:0px solid black;	
	border-right:1px solid black;
	border-left:1px solid black;
	z-index:10;		
	left:0px;	
	top:18px;
	}		
.topmenul3 {
	display:none;				
	position:absolute;	
	width:170px;	
	z-index:100;				
	top:-1px;
	left:168px;				
	border-top:1px solid black;			
	border-bottom:0px solid black;		
	border-right:1px solid black;	
	border-left:1px solid black;	
	}

	
.topmenul1 li {
	padding-top: 3px;
	float:left;				    /* First level menu's needs to float left */
	position:relative;			/* Relative positiong because lower level menu's needs to be absolute */
	background-color:#dee3ef;
	height:18px;
	}
.topmenul2 li {
	padding:2px 2px;  			/* Controls the height per menu item on second level and lower */
	border-bottom:1px solid #000000;	/* little color seperator */
	background-color:#dee3ef; 
	width:100%;
	}	
.topmenul3 li {
	padding:2px 2px;  			/* Controls the height per menu item on second level and lower */
	border-bottom:1px solid #000000;	/* little color seperator */
	background-color:#fcefe7; 
	width:100%;
	}

.topmenul1 a {
	color:black;
	padding: 0px 15px 0px 5px;		/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	text-decoration:none;
	}
.topmenul2 a {
	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 2px;
	}
.topmenul3 a {
	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 2px;
	}

.topmenul1 a:hover {			/* Needed for IE aswell */
	background-color:#01356f; 
	color:white;
	border:none;				/* no border, remove the style from level1 a tags */
	}
.topmenul2 a:hover {			/* Needed for IE aswell */
	background-color:#01356f; 
	color:white;
	border:none;				/* no border, remove the style from level1 a tags */
	}
.topmenul3 a:hover {			/* Needed for IE aswell */
	background-color:#01356f; 
	color:white;
	border:none;				/* no border, remove the style from level1 a tags */
	}

/* Little arrows for the menus */	
.topmenul2-ifsub {
	background-image:url(http://theillandersen.10.testsider.dk/fileadmin/pil.gif);
	background-position: right center;
	background-repeat:no-repeat;
	font-family: Verdana;
	font-size:10px;
	}
.csc-header .csc-header-n2 {
	font-family: Verdana;
	font-size:100px;
}


