#dropmenudiv{
border:1px solid black;
position:absolute;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
top:130px;
left:263px;
}


#dropmenudiv a{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #b80005;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	float:left;
	width:144px;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}



#dropmenudiv a:hover{ /*hover background color*/
background-color: #505050;
color:#ffffff;
}
