/* homemenu.css */

#Menu {
  height: 374px;
  background: url(../images/home/menu-bottom.jpg) no-repeat bottom left;
  list-style-type: none;
}

#Menu li {
  display: block !important; /* For modern browsers */
  display: inline; /* For IE */
}

#Menu li a {
  display: block;
  width: 269px;
  text-decoration: none;
}

#Menu li ul {
  display: none;
  position: absolute;
  list-style-type: none;
  background: white;
  border: 1px solid #ffcc00;
  padding: 5px 10px;
  margin: -10px 0 0 100px;
  width: 200px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
#Menu li:hover ul ul,
#Menu li:hover ul ul ul,
#Menu li.iehover ul ul,
#Menu li.iehover ul ul ul {
  display: none;
}

#Menu li:hover ul,
#Menu ul li:hover ul,
#Menu ul ul li:hover ul,
#Menu li.iehover ul,
#Menu ul li.iehover ul,
#Menu ul ul li.iehover ul {
  display: block;
}

#Menu li ul li a {
  color: black;
  font-size: 12px;
  padding: 2px 0;
}
#Menu li ul li a:hover {
  text-decoration: underline;
}

#Menu li .societe {
  height: 50px;
  background: url(../images/home/bt-company.jpg) no-repeat top left;
}
#Menu li .societe:hover,
#Menu .societe:hover,
#Menu li:hover .societe,
#Menu li.iehover .societe,
#Menu li .current {
  background: url(../images/home/bt-company-hover.jpg) no-repeat top left;
}

#Menu li .produits {
  height: 51px;
  background: url(../images/home/bt-products.jpg) no-repeat top left;
}
#Menu li .produits:hover,
#Menu .produits:hover,
#Menu li:hover .produits,
#Menu li.iehover .produits,
#Menu li .current {
  background: url(../images/home/bt-products-hover.jpg) no-repeat top left;
}

#Menu li .liens {
  height: 49px;
  background: url(../images/home/bt-links.jpg) no-repeat top left;
}
#Menu li .liens:hover,
#Menu .liens:hover,
#Menu li:hover .liens,
#Menu li.iehover .liens,
#Menu li .current {
  background: url(../images/home/bt-links-hover.jpg) no-repeat top left;
}

#Menu li .infos {
  height: 51px;
  background: url(../images/home/bt-news.jpg) no-repeat top left;
}
#Menu li .infos:hover,
#Menu .infos:hover,
#Menu li:hover .infos,
#Menu li.iehover .infos,
#Menu li .current {
  background: url(../images/home/bt-news-hover.jpg) no-repeat top left;
}

#Menu li .contact {
  height: 50px;
  background: url(../images/home/bt-contact.jpg) no-repeat top left;
}
#Menu li .contact:hover,
#Menu .contact:hover,
#Menu li:hover .contact,
#Menu li.iehover .contact,
#Menu li .current {
  background: url(../images/home/bt-contact-hover.jpg) no-repeat top left;
}
