body
{
background-image:url('http://www.tnvacation.com/new_08/images/wallpapers/ryman-1024.jpg'); 
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top left
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: 000000;
}

a:link {
	color: #989898;
	text-decoration: none;
	
}
a:visited 
{ 
	color: #787878;
	text-decoration: none;
}
a:hover
{ 
	color: #A0A0A0;
	text-decoration: underline;
	font-weight: bold
      	
	
}
a:active
{ 
	color: #B0B0B0;
	text-decoration: none;
}
