@charset "utf-8";
a{
  color: #FFFF99;
  text-decoration: none;
}

a:hover{
  color: #FFFFFF;
  text-decoration: underline;
}
   
#nav{
	width:781px;
	font-size: 12px;
	font-weight: bold;
	list-style:none;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#nav li{
  float: left;
  margin-right: 1px;
}

.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: 30px;
  text-decoration: none;
  background: #ededed;
  color: #000;
  display: block;
  width: 129px;
  text-align: center;
}

#nav li a:hover,.bi:hover span{
  color: #FFFFFF;
  background: #ED1C24;
}

.bi:hover span{
  padding-top: 2px;
}

#navbar{
  width:781px;
  background: #ED1C24;
  height: 2px;
  overflow: hidden;
  clear: both;
}

