/* CSS Document */

ul#nav{
	margin:-40px 0px 0px 1px;
	padding:0;
	float:left;

}
ul#nav li{
	float:left;
border-bottom:2px ridge #73C6D6;
	margin-left:-1px;
	position:relative;
display:block;
}
ul#nav li a{
	float:left;
	width:10.4em;
	font-size:14px;
	text-decoration:none;
	text-align:center;
background:transparent;
	color:#fff;
	position:relative;
  z-index:1;
text-transform:uppercase;
height:20px;
vertical-align:bottom;
}
ul#nav li a:hover{
	color:#2B2A72;
	background:#F4FA8D;
}
ul#nav li span{
	position:absolute;
	left:-999em;
	top:0;
	height:2em;
	width:5em;
	z-index:999;
}
/* set current class via body ID */
#home .home a,
#experience .experience a,
#captainslog .captainslog a,
#gallery .gallery a,
#weblinks .weblinks a,
#contact .contact a{color:#2B2A72;background:#F4FA8D;}

/* position span over current link to stop it being clicked */
#home .home span,
#experience .experience span,
#captainslog .captainslog span,
#gallery .gallery span,
#weblinks .weblinks span,
#contact .contact span{left:0;background:url(fake.gif)}
p{clear:both}

ul#issuesnav{
	margin:0px 0px 0px 3px;
	padding:0;
	float:left;
}
ul#issuesnav li{
	float:left;
	border:1px ridge #92CC81;
	margin-left:-1px;
	position:relative;
display:block;
}
ul#issuesnav li a{
	float:left;
	width:14em;
	font-size:14px;
	text-decoration:none;
	text-align:center;
	background:#0078C1;
	color:#fff;
	position:relative;
  z-index:1;
text-transform:uppercase;
height:20px;
vertical-align:bottom;
}
ul#issuesnav li a:hover{
	color:#fff;
	background:#4E6C32;
}
ul#issuesnav li span{
	position:absolute;
	left:-999em;
	top:0;
	height:2em;
	width:5em;
	z-index:999;
}
/* set current class via body ID */
#brinybreezes .brinybreezes a,
#waterissues .waterissues a,
#endangered .endangered a,
#lakeworth .lakeworth a{color:#fff;background:#4E6C32;}

/* position span over current link to stop it being clicked */
#brinybreezes .brinybreezes span,
#waterissues .waterissues span,
#endangered .endangered span,
#lakeworth .lakeworth span{left:0;background:url(fake.gif)}
p{clear:both}