/* '
'"""""""""""""""""""""""""""""""""""""""""" Side info """""""""""""""""""""""""""""""""""""""""""""""

'# Filnavn: menustyle.css

'# Version: 2.1.2

'# Beskrivelse: indeholder stylesheet specifikt til menuen / menuerne
'
'# Ekstra noter: header og version sat på af tkn

'#Sidst redigeret af: MNS

''""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
*/
/* til den table som menuen ligger i, generelle indstillinger for hele menuen, 
stort set alt skal defineres her, kun undtagelser skal skrives andre steder */

.menu{ 
	text-decoration: none;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.menu a{
	text-decoration: none;
}

.menu a:visited {
		text-decoration: none;
}

.menu a:active {
	text-decoration: none;
}

.menu a:hover {
	text-decoration: none;
}


.textcell1{

}

/* ------------------------------------------------------------------------------------------ *

/************************* Level 1 *******************************/

.menulevel0{
	
}

.menu0 {
	color : #FEFEFE;
	font-size : 11px;
	font-weight: bold;
	text-decoration: none;
/*	background-image : url(Images/System/preview.jpg);*/
	background-position: top;

}

.menu0 a{
	color : #FEFEFE;
	font-size : 11px;
	font-weight: bold;
	text-decoration: none;
}

.menu0 a:hover{
	color : #FEFEFE;
	font-size : 11px;
	font-weight: bold;
	text-decoration : none;
}

.menu0 a:visited{
	color : #FEFEFE;
	font-size : 11px;
	font-weight: bold;
	text-decoration: none;
}

.menu0 a:active { 
	color : #FEFEFE;
	font-size : 11px;
	font-weight: bold;
	text-decoration: none;
}

.menu0active {
	color : #FEFEFE;
	font-size : 11px;
	font-weight: bold;
	text-decoration: none;
}

/************************* Level 2 *******************************/


.menulevel1{
	background: url(../Images/Menu/MenuLevelBg.gif);
}

.menu1{
	
}

.menu1 a{
	color : #404040;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
	
}

.menu1 a:hover{
	color : #404040;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}

.menu1 a:visited{
	color : #404040;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}

.menu1 a:active { 
	color: #404040;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}

.menu1active {
	color : #FFFFFF;
	font-size : 11px;
	text-decoration : none;
	font-weight: bold;
}

/************************* Level 3 *******************************/


.menulevel2{

}

.menu2{
	
}


.menu2 a{
	color : #404040;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}



.menu2 a:hover{
	color : #404040;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}
.menu2 a:visited{
	color : #404040;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}

.menu2 a:active { 
	color: #404040;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}

.menu2active {
	color : #404040;
	font-size : 11px;
	text-decoration : none;
	
}


/************************* Level 4 *******************************/

.menulevel3{
	
}

.menu3{
	
}


.menu3 a{
	color : #94797B;
	font-size : 10px;
	text-decoration : none;
	font-weight:normal;
}



.menu3 a:hover{
	color : #94797B;
	font-size : 10px;
	text-decoration : none;
	font-weight:normal;
}
.menu3 a:visited{
	color : #94797B;
	font-size : 10px;
	text-decoration : none;
	font-weight:normal;
}

.menu3 a:active { 
	color: #94797B;
	font-size : 10px;
	text-decoration : none;
	font-weight:normal;
}

.menu3active {
	color : #94797B;
	font-size : 10px;
	text-decoration : none;
	font-weight: bold;
}


/************************* Level 5 *******************************/

.menulevel4{
	
}

.menu4{
	
}


.menu4 a:hover{

}

.menu4 a:visited{

}

.menu4 a:active { 

}



/* ------------------------------------------------------------------------------------------ *
