#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 {
	float: right;
}
#dwddBar, #dwddBar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
#dwddBar ul 
{
		padding: 0;
		margin: 0;
		color: white;
		list-style-type: none;
		line-height: 22px;
		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;
	
		background: url('/files/Billeder/menu_streepje.gif') no-repeat left;	
		padding-left: 25px;
}


#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: 140px;
		line-height: 22px;		
}
#dwddBar ul li a  {
	color: white;
	text-decoration: none;
	line-height: 22px;	
	background: url('/files/Billeder/bg_menu.gif') repeat-x;				
}
#dwddBar ul li a:hover  {
	color: white;
	text-decoration: none;
	line-height: 22px;	
	height: 22px;
	background: url('/files/Billeder/bg_menu_over.gif') repeat-x;				
}

#dwddBar li ul {
	position: absolute;
	display: none;
	color: #FFFFFF;
	background-color: #000000;
}
#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;
	line-height: 22px;		
	border-top: 1px solid white;
	padding-left: 5px;
}
#dwddBar ul a:hover {
	background-color: #aaaaaa!important;
	color: #FFFFFF !important;
}