#dropmenudiv    {
	position: absolute;
	z-index: 100px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #BDA461;
	font-family: "Arial","Verdana", "Sans Serif", "TrebuchetMS", "Tahoma";
	font-size: 12px;
}
#dropmenudiv a  {
	width: 100%;
	display: block;
	text-decoration: none;
}
#dropmenudiv a:hover  {
	width: 100%;
	display: block;
	text-decoration: underline;
}
.menu {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.menulink	{
	color: #442D2B;
	font-family: "Trebuchet MS", "Arial", "Tahoma", "Sans Serif";
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

a.menulink:hover	{
	color: #F2EEE5;
	text-decoration: underline;
}