#menu {
  height: 30px;
  position: absolute;
  list-style-type: none;
  z-index: 100;
  height: 30px;
  left: 0;
  top: -5px;
  margin: 0;
  padding: 0;
}
#menu li {
  float: left;
  list-style-type: none;
  position: relative;
  _margin-top: -1000px;
}
#menu li a {
  _float: left;
  _position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  _margin-top: 1000px;
}
#menu li ul {
  _float: left;
  margin: 0;
  padding: 0;
}
#menu li ul li {
  float: none;
  margin: 0;
  height: auto;
  _height: 1%;
}
#menu li ul li a {
  _float: none;
  width: 96px;
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  text-align: left;
  text-transform: none;
  margin: 0;
  cursor: pointer;
  _clear: left;
  position: relative;
  background-image: none;
  height: auto;
}
#menu li ul li a:hover {
  background-image: none;
}
#menu li > ul {
  display: none;
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 30px;
}
#menu li:hover > ul {
  display: block;
}
#menu li {
  padding: 0 4px 0 0;
}
#menu li a {
  width: 96px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#menu li ul li a {
  text-align: center;
}
#menu li ul li a div {
  padding: 2px 0;
  width: 86px;
  margin: 0 auto;
  border-bottom: 1px dotted #666;
}
#menu li ul li a .topFix, #menu li ul li a .bottomFix {
  display: block;
  width: 96px;
  height: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
}
#menu li ul li a .topFix {
  top: -4px;
}
#menu li ul li a:hover {
  background-color: #333;
}

#menuHome a {
  background: #EBBE0D url(../images/menu-bg.png) no-repeat;
}

#menuAbout a {
  background: #3A162D url(../images/menu-bg2.png) no-repeat;
}

#menuProducts {
  _width: 396px;
  _margin-right: -300px;
}
#menuProducts a:hover {
  _margin-right: 252px;
}
#menuProducts a {
  background: #81b0b0 url(../images/menu-bg3.png) no-repeat;
}
#menuProducts a .topFix {
  background-color: #81b0b0;
}
#menuProducts a .bottomFix {
  background-image: url(../images/dropdown-bottom3.png);
}

#menuServices {
  _width: 396px;
  _margin-right: -300px;
}
#menuServices a:hover {
  _margin-right: 252px;
}
#menuServices a {
  background: #e35627 url(../images/menu-bg4.png) no-repeat;
}
#menuServices a .topFix {
  background-color: #e35627;
}
#menuServices a .bottomFix {
  background-image: url(../images/dropdown-bottom4.png);
}

#menuGallery a {
  background: #302B2C url(../images/menu-bg5.png) no-repeat;
}

#menuOffers a {
  background: #3C9630 url(../images/menu-bg6.png) no-repeat;
}

#menuNews a {
  background: #9A202E url(../images/menu-bg7.png) no-repeat;
}

#menuContact {
  padding-right: 0 !important;
}
#menuContact a {
  background: #123C64 url(../images/menu-bg8.png) no-repeat;
}
