#dropmenudiv{
	position:absolute;
	border-bottom-width: 1px;
	line-height:18px;
	z-index:50;
	background-color: #c7d2d1;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border-bottom-color: #231f20;
	text-align: center;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
font-family: lucida grande, arial, helvetica, sans-serif;
font:normal 12px;
color: #231f20;
padding: 3px 0;
text-decoration: none;
font-weight: normal;
background-color: #c7d2d1;
}

#dropmenudiv a:hover{ color:#ffffff;
background-color: #c7d2d1;
}