a:active {
	text-decoration: underline;
	color: #772818;
}
a:link {
	text-decoration: underline;
	color: #772818;
}
a:visited {
	text-decoration: underline;
	color: #772818;
}

#body a:hover
{
	text-decoration: underline;
	background-color: #772818;
	color:#FFFFFF;
}

.menu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height: 18px;
z-index: 100; 
background-color: #f9ecca;
width: 100px; 
list-style-type: none;
}

.menu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.menu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
list-style-type: none;
}

.menu a:hover{ 
background: black;
color: white;
}
