body
{
background-image: url('http://www.cfleathernecks.org/main_files/logo.jpg');
background-attachment: fixed;
}

.menu {
	FONT-SIZE: 13px; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
}

.menu:hover {
	BACKGROUND-POSITION: center 50%; 
	COLOR: #ffffff; 
	BACKGROUND-COLOR: #000000;
}


.footertext 		{ COLOR: #ed9e32; FONT: 10px arial, verdana, sans-serif; font-weight: normal; }
a.footerlink:link		{ color: #ed9e32; text-decoration: none; font-weight: bold; }
a.footerlink:visited	{ color: #ed9e32; text-decoration: none; font-weight: bold;}
a.footerlink:active	{ color: #ed9e32; text-decoration: none; font-weight: bold;}
a.footerlink:hover	{ color: #ed9e32; text-decoration: underline; font-weight: bold;}

#dropmenudiv{
position:absolute;
border:0px 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: #AAAAAA;
}



