/* STYLE PR. ELEMENT I TOPMENU [TABEL] */
.menu_text {  
	background-color:#EDEDED; 
	border: solid 0px #9CCB48; 
	font-family: Arial, Verdana, Helvetica; 
	color: #FFFFFF; 
	font-size: 10pt; 
	width: 100%;
}
/* LINKET INDE I TOPMENU TABEL [INHERIT] */
.menu_text a {  
	color:#000000; 
	display:block; 
	text-decoration:none; 
	text-align:center;
}
/* LINKET INDE I TOPMENU TABEL [INHERIT] */
.menu_text a:hover {
	background-color:#CCCCCC;
	color:#FFFFFF;
	text-align:center;
}

/* STYLE PÅ DROPDOWN LINJE [TABLE] */
.menu {  
	background-color:#9CCB48; 
	border: solid 0px #9CCB48; 
	font-family: Verdana, Helvetica, Arial; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: normal; 
}
.menu a {  
	color:#000000; 
	padding:5px; 
	display:block; 
	text-decoration:none; 
}
.menu a:hover { 
	background-color:#EDEDED; 
	color:#000000; 
}

/* STYLE PÅ DROPDOWN LINJE ELEMENT [TD] */
.ddmenu { 
	filter: Alpha(Opacity=80);  
	-moz-opacity: 0.80;  
	opacity: 0.80;   
	background-color:#FFFFFF; 
}

/* TD CELLERNE MED MENU TOP */
.slm_first {
	text-align: center;
	line-height: 35px;
	height: 35px;
	cursor: pointer;
}
.slm_middle {
	text-align: center;
	line-height: 35px;
	height: 35px;
	cursor: pointer;
}
.slm_last {
	text-align: center;
	line-height: 35px;
	height: 35px;
	cursor: pointer;
}

