#nav a{
  color: #FFFF99;
  text-decoration: none;
}

#nav a:hover{
  color: #FFFFFF;
  text-decoration: none;
}
   
#nav{
  padding: 10px 10px 0;
  font-size: 14px;
  font-weight: bold;
  margin: 1em 0 0;
  list-style:none;
}

#nav li{
  float: right;
  margin-right: 2px;
}

.bi{
  position: relative;
  z-index: 0;
}

.bi:hover{
  z-index: 99;
}

.bi:hover span{
  visibility: visible;
  top: 0;
  left: 0;
  cursor: pointer;
}

.bi span{
  position: absolute;
  left: -999em;
  visibility: hidden;
}

#nav li a,.bi:hover span{
	line-height: 24px;
	text-decoration: none;
	color: #403E39;
	display: block;
	width: 80px;
	text-align: center;
	background-color: #24B565;
}

#nav li a:hover,.bi:hover span{
	color: #FFFFFF;
	background-color: #056131;
}

.bi:hover span{
  padding-top: 2px;
}

#navbar{
	height: 14px;
	overflow: hidden;
	clear: both;
	background-color: #056131;
}
