/* this is the css for the navigation bar on Safe harbor Website
 * Created by Linda Miller
 */

/*a:link{
	color:#990000;
	text-decoration:underline;
}
a:visited{
	color:#660033;
	text-decoration:underline;
}
a:hover{
	color:#660000;
	text-decoration:none;
}
a:active{
	color:#ff00cc;
	text-decoration:none;
} */
#nav a {
	text-decoration: none;
	display: block;
	padding: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
#nav p {
	margin: 0;
}
#nav a:link, #nav a:visited{
	color:#000000;
	background-color:#ffFF00;
}
#nav a:hover, #nav:active{
	color:#000000;
	background-color:#666666;
}
