#dropmenudiv
{
	position:absolute;
	/*to remove the rule between each of the dropdown section comment out border-top,left,right,bottom
	and uncomment the border section below those 4.  ALSO, comment out the border-bottom section
	under #dropmenudiv a*/
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	/*border: 1px solid black;*/
	font-size: 9pt;
	z-index:100;
}

#dropmenudiv a
{
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-family: helvetica, Arial, Tahoma;
	font-weight: bold;
	font-style: italic;
	color: black;
	padding: 2px;
	border-bottom: 1px solid black;
}

#dropmenudiv a:hover
{
	color: #ed1a2e;
}