/* CSS Document */

#menu2 {
  display:table;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  white-space:nowrap;

  }
#menu2 li {
  display:table-cell;
  }
* html #menu2 li {
  float:left;

  }
#menu2 a {
  width:auto;
  display:block;
  padding:4px 25px;
  color:#fff; 
  background:#08c; 
  border:1px solid #fff; 
  text-decoration:none;
  height:40px;
  }
* html #menu2 a {
  float:left;
  }
#menu2 a:hover {
  color:#000; 
  background:#d4d4d4;
  }

.container {clear:both; text-decoration:none; }
* html .container {display:inline-block; }


/* set current class via body ID */
#home .home a,
#contactus .contactus a,
#oceans .oceans a,
#FLcoalition .FLcoalition a,
#resources .resources a
{color:#fff;background:#FEA900;}

/* position span over current link to stop it being clicked */
#home .home span,
#contactus .contactus span,
#oceans .oceans span,
#FLcoalition .FLcoalition span,
#resources .resources 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,
#outfalls .outfalls a,
#corals .corals a,
#lakeworth .lakeworth a{color:#fff;background:#4E6C32;}

/* position span over current link to stop it being clicked */
#brinybreezes .brinybreezes span,
#outfalls .outfalls span,
#corals .corals span,
#lakeworth .lakeworth span{left:0;background:url(fake.gif)}
p{clear:both}
