#topmenu 
{
	width: 380px;
	top: 40px;
	position: absolute;
}
#topmenu * {
	-moz-outline: none;
	outline: none;
}
ul.topnav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	font: 105% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(http://www.mil.no/pubs/fnett/template/inter/redesign/menu.png) repeat-x;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	
}
ul.topnav li.toplogo {
	float: right;
	margin: 0 6px 0 0;
}
#topmenu ul.topnav li.toplogo a {
	background: url(http://www.mil.no/pubs/fnett/template/inter/redesign/logo.png) no-repeat;
	width: 97px;
	height: 25px;
	padding: 0;
	border: none;
}
ul.topnav li a, 
ul.topnav li a:visited,
ul.topnav li a:active,
ul.topnav li a:hover
{
	color: #fff;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	float: left;
	border-right: 1px solid #D2CBC5;
}
ul.topnav li a:hover {
	text-decoration: underline;
}
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute;
	left: 0; 
	top: 23px;
	background: #3f3f3f;
	margin: 1px 0 0 0; 
	padding: 0;
	display: none;
	float: left;
	z-index: 999;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
ul.topnav li ul.subnav li {
	margin: 0; 
	padding: 0;
	clear: both;
	width: 100%;
	border: none;
}
html ul.topnav li ul.subnav li a {
	white-space: nowrap;
	font-size: 95%;
	width: 100%;
	float: left;
	background: #3f3f3f;
	padding: 3px 0 3px 10px;
	border: none;
}
html ul.topnav li ul.subnav li a:hover {
	background: #152c3b url(http://www.mil.no/pubs/fnett/template/inter/redesign/arrow.png) no-repeat left center;
	text-decoration: none;
}


.topsearch {
	background: #E9E5E1;	
	text-align: right;
	float: left;
	width: 100%;
	height: 30px;
	border-top: 2px solid #5C1763;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
.topsearch a {
	float: left;
	display: inline-block;
	background-position: top;
	border-left: 1px solid #E9E5E1;
	border-right: 1px solid #E9E5E1;
	width: 44px;
	height: 100%;
}
.topsearch a#nettstedskart {
	background: transparent url(http://www.mil.no/pubs/fnett/template/inter/redesign/nettstedskart.png) no-repeat center;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
}
.topsearch a#inenglish {
	background: transparent url(http://www.mil.no/pubs/fnett/template/inter/redesign/inenglish.png) no-repeat 46% 60%;
}

.topsearch a#nettstedskart:hover {
	background-color: #cecbc8;
	border-right: 1px solid #b9b6b4;
}

.topsearch a#inenglish:hover {
	background-color: #cecbc8;
	border-left: 1px solid #b9b6b4;
	border-right: 1px solid #b9b6b4;
}
.topsearch form {
	margin: 4px;
	float: right;
}

.bottom-borderradius {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;	
}