/******************************************************************************

  jQuery Simple Drop-Down Menu
  http://javascript-array.com/scripts/jquery_simple_drop_down_menu/

******************************************************************************/

#header-menu {
  margin: 60px 0 0 0;
  padding: 0;
}

#header-menu li {
  float: left;
  list-style: none;
}

#header-menu li ul {
  border-top: 6px solid #FFFFFF;
  margin: 13px 0 0 10px;
  padding: 0;
  position: absolute;
  visibility: hidden;
}
		
#header-menu li ul li {
  display: block;
  float: none;
  padding: 0;
  margin: 0;
}

#header-menu #company {
  background: url(/images/header-menu-company01.png) no-repeat;
  display: block;
  height: 13px;
  margin: 0 25px 0 0;
  padding: 0;
  width: 86px;
}

/* For mouse over, move the background image 86 pixels to the left */
#header-menu #company:hover {
  background-position: -86px 0;
}

#header-menu #models {
  background: url(/images/header-menu-models01.png) no-repeat;
  display: block;
  height: 13px;
  margin: 0 25px 0 0;
  padding: 0;
  width: 75px;
}

#header-menu #models:hover {
  background-position: -75px 0;
}

#header-menu #uses {
  background: url(/images/header-menu-uses01.png) no-repeat;
  display: block;
  height: 13px;
  margin: 0 25px 0 0;
  padding: 0;
  width: 53px;
}

#header-menu #uses:hover {
  background-position: -53px 0;
}

#header-menu #news {
  background: url(/images/header-menu-news01.png) no-repeat;
  display: block;
  height: 13px;
  margin: 0 25px 0 0;
  padding: 0;
  width: 56px;
}

#header-menu #news:hover {
  background-position: -56px 0;
}

#header-menu #contact {
  background: url(/images/header-menu-contact01.png) no-repeat;
  display: block;
  height: 13px;
  margin: 0 25px 0 0;
  padding: 0;
  width: 82px;
}

#header-menu #contact:hover {
  background-position: -82px 0;
}

#header-menu #models-cc8m {
  background: url(/images/header-menu-models-cc8m.png) no-repeat;
  display: block;
  height: 19px;
  width: 134px;
}

#header-menu #models-cc8m:hover {
  background-position: -134px 0;
}

#header-menu #models-cc10m {
  background: url(/images/header-menu-models-cc10m.png) no-repeat;
  display: block;
  height: 19px;
  width: 134px;
}

#header-menu #models-cc10m:hover {
  background-position: -134px 0;
}

#header-menu #news-company { 
  background: url(/images/header-menu-news-company.png) no-repeat;
  display: block;
  height: 19px;
  width: 134px;
}

#header-menu #news-company:hover {
  background-position: -134px 0;
}

#header-menu #news-press {
  background: url(/images/header-menu-news-press.png) no-repeat;
  display: block;
  height: 19px;
  width: 134px;
}

#header-menu #news-press:hover {
  background-position: -134px 0;
}
