﻿#menu-bar {
  width: 977px;
  margin: 0px 0px 0px 0px;
  padding: 4px 5px 4px 18px;
  height: 30px;
  position:relative;
  z-index:1;
  background: #8b8b8b;
  background: linear-gradient(top,  #a9a9a9,  #7a7a7a);
  background: -ms-linear-gradient(top,  #a9a9a9,  #7a7a7a);
  background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a));
  background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a);
}
#menu-bar li {
  margin: 0px 0px 4px 0px;
  padding: 0px 5px 0px 10px;
  float: left;
  position: relative;
  list-style: none;
  width:auto;
}
#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 12px;
  color: #e7e5e5;
  text-decoration: none;
  display: block;
  padding: 5px 6px 5px 6px;
  margin: 0;
  margin-bottom: 3px;
  text-shadow: 2px 2px 3px #000000;
  width:auto;
}
#menu-bar li ul li a
{
    margin: 0;
    width: 185px;
}
#menu-bar li a.active, #menu-bar li:hover > a {
  background: #0399d4;
  background: linear-gradient(top,  #ebebeb,  #a1a1a1);
  background: -ms-linear-gradient(top,  #ebebeb,  #a1a1a1);
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1));
  background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1);
  color: #444444;
  -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 #ffffff;
  
}
#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;
  border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
}
#menu-bar ul a:hover {
  background: #0399d4 !important;
  background: linear-gradient(top,  #04acec,  #0186ba) !important;
  background: -ms-linear-gradient(top,  #04acec,  #0186ba) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important;
  background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important;
  color: #ffffff !important;
  text-shadow: 2px 2px 3px #ffffff;
}

#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  background: #dddddd;
  background: linear-gradient(top,  #ffffff,  #cfcfcf);
  background: -ms-linear-gradient(top,  #ffffff,  #cfcfcf);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cfcfcf));
  background: -moz-linear-gradient(top,  #ffffff,  #cfcfcf);
  display: none;
  margin: 0;
  padding: 0;
  width: 195px;
  position: absolute;
  top: 27px;
  left: 0;
  border: solid 1px #b4b4b4;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #ffffff;
}
#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%;
}
