#dropmenudiv{
	position:absolute;
border:1px color:#000000;
	border-bottom-width:1;
	font:normal 15px Palatino Linotype;
	background-color: #F8F8F8;
	line-height:18px;
	color: #000000;
	z-index:100;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: thin;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	font:normal 15px Palatino Linotype;
	border-bottom: 1px color:#000000;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: #F8F8F8;
	
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F8F8F8;
color: #8b2f3c;
}


