#herrgardsmeny {
	position:absolute;
	left:0px;
	top:80px;
	width:780px;
	height:15px;
	z-index:3;
}
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	left: 21px;
	top: 82px;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #0070B8;
	color: white;
}
#rubbe {
	position:absolute;
	left:0px;
	top:0px;
	width:780px;
	height:105px;
	z-index:2;
	background-image: url(../herrgard/menyherrgard-sv/rubrik-logga.gif);
}

