#menu-bar {
	float:left;
width:980px;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 0px;
  height: 40px;
  line-height: 100%;
  border-radius: 0px;
  z-index:-9999;
 

}
#menu-bar li {
  margin: 0px 4px 0px 4px;
  padding: 0px 0px 6px 0px;
  float: left;
  position: relative;
   list-style: none;
  z-index:99999;
 
    
}
#menu-bar a {
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  font-style: normal;
  font-size: 14px;
 
  color: #ffffff;
    text-decoration: none;
  display: block;
  padding: 5px 4px 8px 4px;
  margin: 0;
 }
#menu-bar .current a, #menu-bar li:hover > a {

   color: #fff;
 	background:#568c26;
	border:0px #fff solid;

}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: #3e7219;
  border: none;
  color: #fff;
  -box-shadow: none;

}
#menu-bar ul li:hover a, #menu-bar li:hover li a:hover {
  background: #568c26;
  border: none;
  color: #fff;
  -box-shadow: none;

}
#menu-bar ul a:hover {
 background:#099;

  color: #FFFFFF;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
#menu-bar ul {
 background: #3e7219;
 
   display: none;
  margin: 0;
  padding: 0;
  width: 160px;
  position: absolute;
  top: 33px;
  left: 0;
  border: solid 0px #B4B4B4;
  border-radius: 0px;


}
#menu-bar li:hover > ul {
  display: block;
  background:#000;  
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
  background:none;

}
#menu-bar ul a {

  padding:5px 0px 5px 15px;
  color:#fff;
  font-size:12px;
  font-style:normal;
   font-family:Verdana, Geneva, sans-serif;
  font-weight: normal;
background:#000;
}
#menu-bar ul li:first-child > a {


  border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright:0px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;

  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}