/* '
'"""""""""""""""""""""""""""""""""""""""""" Side info """""""""""""""""""""""""""""""""""""""""""""""

'# Filnavn: menustyle.css

'# Version: 2.1.1

'# 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{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #FEFEFE;
	font-size : 15px;
}

.menu a{
	text-decoration : none;
}

.menu a:visited {

}

.menu a:active {

}

.menu a:hover {
	text-decoration : blink;
}

/* ------------------------------------------------------------------------------------------ *

/************************* Level 1 *******************************/

.menu0 {
	color : #FFFFFF;
/*	background-image : url(Images/System/preview.jpg);*/
}

.menu0 a{
	color : #FFFFFF;
}

.menu0 a:hover{
	color : #FFFFFF;
}

.menu0 a:visited{

}

.menu0 a:active { 

}

.menu0active {
	color : #DFC100;
	
}

/************************* Level 2 *******************************/

.menu1 a{
	font-size : 10px;
	color : #FFFFFF;
	font-weight : bold;
}

.menu1 a:hover{
	font-size : 10px;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : underline;
}

.menu1 a:visited{
	font-size : 10px;
	color : #FFFFFF;
	font-weight : bold;
}

.menu1 a:active { 
	font-size : 10px;
	font-weight : bold;
	color :#FFFFFF;
}

.menu1active {
	font-size : 10px;
	color :#FFFFFF;
	font-weight : bold;
}

/************************* Level 3 *******************************/

.menu2 a{
	font-size : 10px;
	font-weight : bold;
}

.menu2 a:hover{
	font-size : 10px;
	font-weight : bold;
	text-decoration : underline;
}

.menu2 a:visited{
	font-size : 10px;
	font-weight : bold;
}

.menu2 a:active { 
	font-size : 10px;
	font-weight : bold;
}

.menu2active {
	font-size : 10px;
	font-weight:bold;
}


/************************* Level 4 *******************************/

.menu3 a{

}

.menu3 a:hover{

}

.menu3 a:visited{

}

.menu3 a:active { 

}

.menu3active {
	font-style:italic;
}


/************************* Level 5 *******************************/
		
.menu4 a{

}

.menu4 a:hover{

}

.menu4 a:visited{

}

.menu4 a:active { 

}



/* ------------------------------------------------------------------------------------------ *
