.menu {
	color: 5C4033;
	font-family: Arial;
	font-size: 10.5px;
	font-weight: bold;
	text-decoration: none;
	
	
}

:hover.menu {
	text-decoration: underline;
	color: black;

}

.body {
	font-family : Arial;
	font-size: 11px;
	color: 4e4e4e;
}

.footer {
	color: white;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

:hover.footer {
	text-decoration: underline;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 10.5px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
text-decoration: none
color: 6B4226;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
text-decoration: underline
}