#menu{
	background-image: url('/Files/billeder/interface/menuBlueMiddle.gif');
	background-repeat: repeat-x;

	width: 954px;
	height: 44px;

	float: left;
}

#menuLeft{
	background-image: url('/Files/billeder/interface/menuBlueLeft.gif');

	width: 9px;
	height: 44px;

	float: left;
}

#menuRight{
	background-image: url('/Files/billeder/interface/menuBlueRight.gif');

	width: 9px;
	height: 44px;

	float: left;
}

#splitter{
	background-image: url('/Files/billeder/interface/menuBlueSplitter.gif');
	
	width: 2px;
	height: 44px;
	
	float: left;
}

#menuItem a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #EEEEEE;
	text-transform: none;
	text-decoration: none;

	padding-left: 10px;
	padding-right: 10px;
	
	height: 44px;
	width: auto;
	
	float: left;
}

#menuItem a:hover, #menuItemActive{
	color: #FFFFFF;

	background-image: url('/Files/billeder/interface/menuBlueMiddleHover.gif');
	background-repeat: repeat-x;

	padding-left: 10px;
	padding-right: 10px;

	height: 44px;
	width: auto;

	float: left;

	color: #003756;
}

#menuItemText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;

	padding-top: 14px;
	
	float: left;
}



#topMenu{
	background-image: url('/Files/billeder/interface/menuGreyMiddle.gif');

	width: 325px;
	height: 39px;

	float: left;
}

#topMenuLeft{
	background-image: url('/Files/billeder/interface/menuGreyLeft.gif');

	width: 9px;
	height: 39px;

	float: left;
}

#topMenuRight{
	background-image: url('/Files/billeder/interface/menuGreyRight.gif');

	width: 9px;
	height: 39px;

	float: left;
}

#topMenuItem a{
	background-color: #ECECEA;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #111111;
	text-transform: uppercase;
	
	padding-left: 15px;
	padding-right: 15px;

	padding-top: 11px;
	
	width: auto;
	height: auto;
	
	float: left;
}

#topMenuItem a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #111111;
	text-transform: uppercase;
	text-decoration: underline;
	
	padding-left: 15px;
	padding-right: 15px;

	padding-top: 11px;
	
	width: auto;
	height: auto;
	
	float: left;
}