#dwddWrap {
	padding: 0 15px 0 0;
	margin: 0;
	height: 26px;
	width:828px;
	background: url('/files/Billeder/bg_menu.gif') repeat-x;				
	background-repeat: repeat-x;
	position: absolute;
	z-index: 51;
}

.dwddClear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#dwddBar {
	position: absolute;
	z-index: 50;
}
#dwddBar, #dwddBar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
#dwddBar ul 
{
	padding: 0;
	margin: 0;
	color: white;
	list-style-type: none;
	height: 26px;
	float: right;
}

#dwddBar a {
	display: block;
	_display: inline;
	text-decoration: none;
	color: #000000;
}
#dwddBar a.trigger {
	background-repeat: no-repeat;
	background-position: right center;
}
#dwddBar li {
	display: inline;
		float: left;
}
#dwddBar li {position: relative;}

/* hide from IE mac \*/
#dwddBar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#dwddBar li ul, #dwddBar ul li  {
	width: 200px;
	height: 26px;
}
#dwddBar ul li a  {
	color: #000000;
	text-decoration: none;
	background-color: #4d5783;		
}
#dwddBar li ul {
	position: absolute;
	display: none;
	color: #000000;
	background-color: #02447c;
}
#dwddBar li:hover a, #dwddBar a:focus,
#dwddBar a:active, #dwddBar li.dwhover a {
	color: #ffffff;
}
#dwddBar li:hover ul, #dwddBar li.dwhover ul {
	display: block;
}
#dwddBar li:hover ul a, #dwddBar li.dwhover ul a {
	display: block;
	color: #ffffff;
	height: 26px;		
	border: 1px solid white;
}
#dwddBar ul a:hover {
	background-color: #232d53!important;
	color: #FFFFFF !important;
}
