#dropmenudiv {
	position:absolute;
	margin-left: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: 006600;
	font:normal 12px Tahoma;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a {
	width: 100%;
	color: 006600;
	display: block;
	text-indent: 3px;
	text-decoration: none;
}

#dropmenudiv a:hover { /*hover background color*/
	background-color: 006600;
	color: white;
	text-decoration: none;
}

#menu {
	height: 50px;
	width:100%;
	background-color:white;
}

#content {
	background-color:red;
}

.style8 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #006600;
}