@font-face {
  font-family: 'Audiowide';
  src: local('Audiowide'), local('Audiowide-Regular'), url("../fonts/font_audiowide.woff") format('woff');}
  
#menu-bar {
  width: 1000px;
  margin: 0px 0px 0px 0px;
  padding: 0 0 5px 0;
  height: 30px;
  line-height: 100%;
  background: #0000CC;           
  background: linear-gradient(#0000CC 50%,  #FFFFFF 100%);
  background: -ms-linear-gradient(#0000CC 50%,  #FFFFFF 100%);
  background: -webkit-linear-gradient(linear, left bottom, right bottom, from(#0000CC), to(#FFFFFF));
  background: -moz-linear-gradient(#0000CC 50%,  #FFFFFF 100%);       

  position:relative;
  z-index:1;
}
#menu-bar li {
  margin: 0px 0px 6px 0px;
  padding: 0px 2px 0px 2px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {

  font-family: 'Audiowide';
  font-style: normal;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 6px 15px 6px 15px;
  margin: 0;
  margin-bottom: 6px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-shadow: 2px 2px 3px #000000;               
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #0000CC;
  background: linear-gradient(top,  #FFFFFF,  #0000CC);
  background: -ms-linear-gradient(top,  #FFFFFF,  #0000CC);
  background: -webkit-gradient(linear, left bottom, right bottom, from(#FFFFFF), to(#0000CC));
  background: -moz-linear-gradient(top,  #FFFFFF,  #0000CC);
  color: #FFF;
  -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: 2px 2px 3px #000000;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

#menu-bar ul a:hover {
  background: #0000CC !important;
  background: linear-gradient(top,  #0000CC,  #FFFFFF) !important;
  background: -ms-linear-gradient(top,  #0000CC,  #FFFFFF) !important;
  background: -webkit-gradient(linear, left bottom, right bottom, from(#0000CC), to(#FFFFFF)) !important;
  background: -moz-linear-gradient(top,  #0000CC,  #FFFFFF) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #000;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  background: #0000CC;
  background: linear-gradient(left,  #0000CC,  #FFFFFF);
  background: -ms-linear-gradient(left,  #0000CC,  #FFFFFF);
  background: -webkit-gradient(linear, left bottom, right bottom, from(#0000CC), to(#FFFFFF));
  background: -moz-linear-gradient(left,  #0000CC,  #FFFFFF);
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 30px;
  left: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#FFFFFF !important;
  font-size:10px;
  font-style:normal;
  font-family: 'Audiowide';
  font-weight: normal;
  text-shadow: 2px 2px 3px #000000;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
#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%;
}  