
#menu-bar {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 1px 1px 1px 1px;
  height: 18px;
  line-height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 2px 2px 5px #666666;
  -webkit-box-shadow: 2px 2px 5px #666666;
  -moz-box-shadow: 2px 2px 5px #666666;
  background: #E0C865;
  border: solid 1px #A18843;
  position:relative;
  z-index:999;
  color: #fcfcfc;
}
#menu-bar li {
  margin: -4px 0px 3px 0px;
  padding: 0px 3px 0px 3px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 12px;
  color: #422B0D;
  text-decoration: none;
  display: block;
  padding: 3px 5px 3px 5px;
  margin: 0;
  margin-bottom: 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-shadow: 0px 0px 1px #2E2E2E;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #593A0B;
  background: linear-gradient(top,  #755A3E,  #452D08);
  background: -ms-linear-gradient(top,  #755A3E,  #452D08);
  background: -webkit-gradient(linear, left top, left bottom, from(#755A3E), to(#452D08));
  background: -moz-linear-gradient(top,  #755A3E,  #452D08);
  color: #FFEB87;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 0px 0px 1px #9C8770;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #0399D4 !important;
  background: linear-gradient(top,  #946535,  #5C3810) !important;
  background: -ms-linear-gradient(top,  #946535,  #5C3810) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#946535), to(#5C3810)) !important;
  background: -moz-linear-gradient(top,  #946535,  #5C3810) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 0px 0px 0px #FFFFFF;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  background: #DDDDDD;
  background: linear-gradient(top,  #FFE7B0,  #CFC18B);
  background: -ms-linear-gradient(top,  #FFE7B0,  #CFC18B);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE7B0), to(#CFC18B));
  background: -moz-linear-gradient(top,  #FFE7B0,  #CFC18B);
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 30px;
  left: 0;
  border: solid 1px #6E573A;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 4px 4px 20px #222222;
  -moz-box-shadow: 4px 4px 20px #222222;
  box-shadow: 4px 4px 20px #222222;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 12px 15px;
  color:#332811 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 0px 0px 1px #332B2B;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
}
#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%;
}