/* @override http://nickodesign.com/test4/menu.css */

#wrapper2 {
  overflow: hidden;
}

#breadcrumb {
  background: #FFF url('./images/hov-bar.gif') no-repeat bottom left;
  height: 29px;
}

#breadcrumb img {
  position: relative;
  top: 2px;
  left: 0;
  float: left;
}

span.shine {
  display: block;
  padding: 5px 0;
  height: 44px;
  background: transparent url(images/interface/shine.png) no-repeat 0 0;
  float: left;
}

#menu-wrapper {
  background: #c5e5f7 url('./images/buttons/button_back.jpg') no-repeat top left;	
  width: 781px;
  height: 74px;
  margin: 0;
  padding: 0;
}

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 781px;
  height: 54px;
  background: transparent url('./images/interface/bigshine.png') no-repeat -500px -20px;
  display: block;
  z-index: 199;
 }

#menu li {
  float: left;
  text-indent: -9000px;
}

#menu li a {
  display: block;
  margin: 3px 0 2px 0;
  height: 48px;
  padding: 0;
}

#menu a.home {
  width: 82px;
  padding-left: 10px;
  background: transparent url('./images/buttons/home_off.png') no-repeat right center;
}

#menu .active a.home {
  background: transparent url('./images/buttons/home_stay.png') no-repeat right center;
  
}

#menu a.home:hover, #menu li.active a.home:hover, #menu li.over a.home {
  background: transparent url('./images/buttons/home_on.png') no-repeat right center;
}

#menu a.about {
  width: 111px;
  background: transparent url('./images/buttons/about_us_off.png') no-repeat 50% 50%;
}

#menu li.active a.about {
  background: transparent url('./images/buttons/about_us_stay.png') no-repeat 50% 50%;
}

#menu a.about:hover, #menu li.active a.about:hover, #menu li.over a.about {
  background: transparent url('./images/buttons/about_us_on.png') no-repeat 50% 50%;
}

#menu a.products {
  width: 110px;
  background: transparent url(images/buttons/products_off.png) no-repeat 50% 50%;
}

#menu li.active a.products {
  background: transparent url(images/buttons/products_stay.png) no-repeat 50% 50%;
}

#menu a.products:hover, #menu li.active a.products:hover, #menu li.over a.products {
  background: transparent url(images/buttons/products_on.png) no-repeat 50% 50%;
}

#menu a.services {
  width: 110px;
  background: transparent url(images/buttons/services_off.png) no-repeat 50% 50%;
}

#menu li.active a.services {
  background: transparent url(images/buttons/services_stay.png) no-repeat 50% 50%;
}

#menu a.services:hover, #menu li.active a.services:hover, #menu li.over a.services {
  background: transparent url(images/buttons/services_on.png) no-repeat 50% 50%;
}

#menu a.capabilities {
  width: 170px;
  background: transparent url(images/buttons/core_capabilities_off.png) no-repeat 50% 50%;
}

#menu li.active a.capabilities {
  background: transparent url(images/buttons/core_capabilities_stay.png) no-repeat 50% 50%;
}
#menu a.capabilities:hover, #menu li.active a.capabilities:hover, #menu li.over a.capabilities {
  background: transparent url(images/buttons/core_capabilities_on.png) no-repeat 50% 50%;
}

#menu a.news {
  width: 82px;
  background: transparent url(images/buttons/news_off.png) no-repeat 50% 50%;
}

#menu li.active a.news {
  background: transparent url(images/buttons/news_stay.png) no-repeat 50% 50%;
}

#menu a.news:hover, #menu li.active a.news:hover, #menu li.over a.news {
  background: transparent url(images/buttons/news_on.png) no-repeat 50% 50%;
}

#menu a.contact {
  width: 96px;
  padding-right: 10px;
  background: transparent url(images/buttons/contact_off.png) no-repeat left center;
}

#menu li.active a.contact {
  background: transparent url(images/buttons/contact_stay.png) no-repeat left center;
}

#menu a.contact:hover, #menu li.active a.contact:hover, #menu li.over a.contact {
  background: transparent url(images/buttons/contact_on.png) no-repeat left center;
}

#menu li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
  z-index: 199;
  display: inline-block;
  top: 232px;
}

#menu li ul li {
  float: none;
  list-style: none;
  background-color: #a9d7f4;
  color: #005984;
}
	
#menu li ul li a {
  width: 100%;
  background-color: #a9d7f4;
  height: 15px;
  margin: 0 5px;
  padding: 4px 5px;
  text-decoration: none;
  text-indent: 0;
  font-size: 12px;
  cursor: pointer;
  font-weight: bold;
}

#menu li ul li a:hover {
  color: #136d98;
  text-decoration: underline;
}
