body, p {
	margin:0px;
}

.hovedmenu {
	margin:2px;
}
.menu_dropdown {
    position: relative;
    display: inline-block;
}

.menu_dropdown-content {
    display: none;
    position: absolute;
    left:50px;
		top:15px;
    background-color: #aaa;
    min-width: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 2px 2px;
    z-index: 1;
}

.menu_dropdown:hover .menu_dropdown-content {
    display: block;
}

.menu_header {
	font: 14px "Lucida Grande", Candara, Tahoma; 
	height:12px;
	width:80px;
	padding:4px 8px;
	color:black;
	border-bottom: solid 2px #6E8296;
  display: inline-block;
  min-width: 80px;
  padding-bottom:8px;
}

.menu_header a {
	text-decoration:none;
	color:black;
}

.menu_header a:hover {
	text-decoration:none;
	color:white;
}

.menu_entry a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	font: 14px "Lucida Grande", Candara, Tahoma; 
	float:left;
	width:120px;
	height:22px;
	font-size:14px;
	padding:2px 8px;
	color:white;
	background-color:#6E8296;
	border: solid 1px black;
	text-decoration:none;
}

.menu_entry a:hover {
	float:left;
	width:120px;
	height:22px;
	font-size:14px;
	padding:2px 8px;
	color:white;
	background-color:#0b245d;
	border: solid 1px white;
}

.menu_ikon { 
	border: 0px;
	height: 50px;
}
