@charset "utf-8";

ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
	width: 920px;
	font-size: 1.2em;
}

ul.topnav li {
	font: 13px normal Arial, Helvetica, sans-serif;
	float: left;
	width:130px;
	margin: 0;	
	padding: 3px 10px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
	z-index:1000;
	font-weight:bold;
}
ul.topnav li a{
	padding: 7px 5px;
	color: #3b546e;
	display: block;
	text-decoration: none;
	float: left;
	text-align:left;
}
#Udgivelser
{
	margin-right:15px;
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 13px;
	height: 26px;
	float: left;
	background: url(gfx/subnav_btn.gif) no-repeat left top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer; } /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 30px;
	background:url(gfx/me_bg.png) repeat-x;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 145px;
	border: 1px solid  #E2E4E7;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	color:white;
	border-top: 1px solid #E2E4E7; /*--Create bevel effect--*/
	border-bottom: 1px solid #3b546e; /*--Create bevel effect--*/
	clear: both;
	width: 145px;
	line-height:20px;
}

ul.topnav li ul.subnav li a {
	color:white;
	float: left;
	width: 135px;
	background: url(gfx/me_bg.png) repeat-x;
	height:22px;
	font-weight:normal;
}

ul.topnav li ul.subnav li a:hover {
	background: url(gfx/me_bg_selected.png) repeat-x;
}



#header img {
	margin: 20px 0 10px;
}