/* '
'"""""""""""""""""""""""""""""""""""""""""" 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;
}

/* ------------------------------------------------------------------------------------------ *

/************************* Level 1 *******************************/

.menulevel0{
	
}

.menu0 {
	color : #091A47;
	font-size : 11px;
	text-decoration: none;
	background-image:url(../Images/Menu/BgHovedMenu.gif);
	background-position:center;
	background-repeat:no-repeat;

}

.menu0 a{
	color : #091A47;
	font-size : 11px;
	text-decoration: none;
	background-image:url(../Images/Menu/BgHovedMenu.gif);
	background-position:center;
	background-repeat:no-repeat;
	
}

.menu0 a:hover{
	color : #091A47;
	font-size : 11px;
	text-decoration : none;
	background-image:url(../Images/Menu/BgHovedMenu.gif);
	background-position:center;
	background-repeat:no-repeat;
	
}

.menu0 a:visited{
	color : #091A47;
	font-size : 11px;
	text-decoration: none;
	background-image:url(../Images/Menu/BgHovedMenu.gif);
	background-position:center;
	background-repeat:no-repeat;
	
}

.menu0 a:active { 
	color : #091A47;
	font-size : 11px;
	text-decoration: none;
	background-image:url(../Images/Menu/BgHovedMenu.gif);
	background-position:center;
	background-repeat:no-repeat;
	
}

.menu0active {
	color : #091A47;
	font-size : 11px;
	font-weight: bold;
	text-decoration: none;
	background-image:url(../Images/Menu/BgHovedMenu.gif);
	background-position:center;
	background-repeat:no-repeat;
	
}

/************************* Level 2 *******************************/


.menulevel1{

}

.menu1{
	
}

.menu1 a{
	color : #5C93A9;
	font-size : 11px;
	text-decoration : none;
	
}

.menu1 a:hover{
	color : #5C93A9;
	font-size : 11px;
	text-decoration : none;
}

.menu1 a:visited{
	color : #5C93A9;
	font-size : 11px;
	text-decoration : none;
}

.menu1 a:active { 
	color : #5C93A9;
	font-size : 11px;
	text-decoration : none;

}

.menu1active {
	color : #5C93A9;
	font-size : 11px;
	text-decoration : none;
	font-weight:bold;
}

/************************* Level 3 *******************************/


.menulevel2{
background: url(../Images/Menu/MenuLevelBg.gif);
}

.menu2{
	
}


.menu2 a{
	color : #5C93A9;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}



.menu2 a:hover{
	color : #5C93A9;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}
.menu2 a:visited{
	color : #5C93A9;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}

.menu2 a:active { 
	color : #5C93A9;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}

.menu2active {
	color : #5C93A9;
	font-size : 11px;
	text-decoration : none;
	font-weight: bold;
}


/************************* 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 { 

}



/* ------------------------------------------------------------------------------------------ *
