#dropmenudiv{
position:absolute;
border:1px solid #ffffff;
border-bottom-width: 0;
font-family: 'Times New Roman', serif;
font-size: 12px;
font-weight: bold;
color: #6E5F1C;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #72166B;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ffffff;
}

.topmenu_items a
{
	font-family: 'Times New Roman', serif;
	font-size: 12px;
	font-weight: bold;
	color: #6E5F1C;
	height:26px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}
.topmenu_items a:hover
{
	background:#EFEBD1;
	color: #72166B;
	text-decoration: underline;
}

.topmenu_items table td
{
	text-align: center;
}
