/* '
'"""""""""""""""""""""""""""""""""""""""""" 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 */

.TDMainMenu
{
    background-color:#867d78;
}

.menu{ 
	text-decoration: none;
	text-align:left;
}

.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 : #f6f3ef;
	font-size : 12px;
	line-height:30px;
	font-weight: bold;
	text-decoration: none;
/*	background-image : url(Images/System/preview.jpg);*/
	background-position: top;

}

.menu0 a{
	color : #f6f3ef;
	font-size : 12px;
	font-weight: bold;
	text-decoration: none;
}

a.menu0:hover{
	color : #d2b431 !important;
	font-weight: bold;
	text-decoration : none;
}

.menu0 a:visited{
	color : #f6f3ef;
	font-weight: bold;
	text-decoration: none;
}

.menu0 a:active { 
	color : #d2b431;
	font-weight: bold;
	text-decoration: none;
}

a.menu0active, a.menu0active:hover  {
	color : #d2b431;
	font-weight: bold;
	text-decoration: none;
}

/************************* Level 2 *******************************/


.menulevel1{

}

.menu1, .menu1 td, .menu1active td
{
	font-size : 12px;
	margin-top:10px;
	margin-bottom:10px;
}

.menu1 a{
	color : #867d78;
	text-decoration : none;
}

.menu1 a:hover{
	color : #d2b431 !important;
	text-decoration : none;
}

.menu1 a:visited{
	color : #867d78;
	text-decoration : none;
}

.menu1 a:active { 
	color : #867d78;
	text-decoration : none;
	font-weight: bold;
}

.menu1active, a.menu1active:hover {
	color : #867d78;
	text-decoration : none;
	font-weight:bold;
	margin-top:10px !important;
	margin-bottom:10px !important;
}

a.menu1active:hover {
	color : d2b431;
}

/************************* Level 3 *******************************/


.menulevel2{
background: url(../Images/Menu/MenuLevelBg.gif);
}

.menu2, .menu2 td, .menu2active td
{
	font-size : 11px;
	margin-bottom:7px !important;
}

.menu2 a{
	color : #867d78;
	text-decoration : none;
	font-weight:normal;
}

.menu2 a:hover
{
	color : #d2b431 !important;
	text-decoration : none;
	font-weight:normal;
}
.menu2 a:visited{
	text-decoration : none;
	font-weight:normal;
}

.menu2 a:active { 
	text-decoration : none;
	font-weight:normal;
}

.menu2active, a.menu2active:hover {
	color : #867d78;
	text-decoration : none;
	font-weight: bold;
	margin-bottom:7px !important;
}

a.menu2active:hover {
	color : d2b431;
}

/************************* Level 4 *******************************/

.menulevel3{
	
}

.menu3, .menu3 td, .menu3active td
{
    font-size : 10px;
	margin-bottom:7px !important;
}


.menu3 a{
	color : #a49993;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}



.menu3 a:hover{
	color : #d2b431;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}
.menu3 a:visited{
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}

.menu3 a:active { 
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}

.menu3active {
	color : #a49993;
	font-size : 11px;
	text-decoration : none;
	font-weight: bold;
}

a.menu3active:hover {
	color : d2b431;
}


/************************* Level 5 *******************************/

.menulevel4{
	
}

.menu4, .menu4 td, .menu4active td
{
    font-size : 10px;
    margin-top: 7px !important;
	margin-bottom:7px !important;
}

.menu4 a
{
	color : #a49993;
}

.menu4 a:hover{

}

.menu4 a:visited{

}

.menu4 a:active 
{

}

.menu4active 
{
	color : #a49993;
    margin-top: 7px !important;
	margin-bottom:7px !important;
	font-weight: bold;
}

a.menu4active:hover {
	color : d2b431;
}



/* ------------------------------------------------------------------------------------------ *
