body, html{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color:#000000;
	margin:0px; border:0px; padding:0px;
}

/* gets rid of the ugly dotted border for hrefs in ffox */
a{-moz-outline-style: none;}
.cssnav { 
	position: relative;
	margin:0px; padding:0px; border:0px; 	
	background-repeat: no-repeat;
	display: block;
}
.cssnav a {
	display: block;
	float: left;
}
.cssnav a:active { -moz-outline-style: none;} 
.cssnav img {border:0px;}
* html a:hover {visibility:visible;}
.cssnav a:hover img{visibility:hidden;}
.menulinks{
	text-decoration:none;
	color:white;
 	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight:bold;	
}
.menulinks:hover{
	color:#66FF00;
}
.current{
	color:#66FF00;
}
.footlinks{
	text-decoration:none;
	color: #009900; 
	font-weight: bold;
}