form {
	margin: 0;
	padding-left: 2px;
	padding-right: 2px;
}

.menyinput {
	width: 100%;
	font-size: 9px;
	font-family: verdana;
	border: 1px solid #00B111;
}

.meny {
	position: absolute;
	left: 106px;
	top: 17px;
	background-color: #F0F5FB;
	border-top: 1px solid black;
}

.menyinnhold {
	position: absolute;
	left: 106px;
	top: 123px;
	width:127px;
	height: 417px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #F0F5FB;
	font-family: verdana;
	font-size: 9px;
	text-align: center;
}

.menyhode {
	margin-top: 8px;
}

.element {
	width:100%;
	height:17px;
	background-color:#F0F5FB;
	color: black;
	border-bottom: #CFE4FD;
	text-decoration:none;
	display:block;
	font-family: verdana;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
}

.element:hover{
	border-bottom: #F0F5FB;
	background-color:#CFE4FD;
	color: black;
	text-decoration: none;
}