#logo_box
{
  position: absolute;
  right: 95px;
  top: 575px;
  width: 276px;
  height: 106px;
}

/*RMQ: definir #menu_top_box.woman et #menu_top_box.man ne marche pas avec IE!*/
.LOGO_DEPT_WOMEN, .LOGO_DEPT_ARTISTS, .LOGO_DEPT_NONE 
{
  background-image: url("/images/ford_europe.gif");
  /*background-color: #ff00ff;*/
  /*background-position: 0px 0px;*/
   background-repeat: no-repeat;
  
}

.LOGO_DEPT_MEN
{
  background-image: url("/images/logo_blanc_men.gif");
  /*background-color: #00ff00;*/
  /*background-position: 0px -68px;*/
  background-repeat: no-repeat;
}

#menu_box
{
  position: absolute;
	left: 0px;
  top: 0px;
  width: 250px;
  height: 115px;
  margin: 0px;
  padding: 0px;
}

ul.menu
{
  display: block;
  position: absolute;
  height: 91px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  top: 0px;
}

ul.menu li
{
  display: list-item;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 200px;
  height: 45px;
  text-align: left;
  white-space: nowrap;
  line-height: 45px;
}

a.menu_choice
{
  display: block;
  position: relative;
  width: 250px;
  height: 45px;
  overflow: hidden;
}

/*img.menu_img*/
a.menu_choice img
{
	display: block;
  position: absolute;
  border: 0px;
}

a.menu_choice:link img, a.menu_choice:visited img
{
	top: 0px;
}   

a.menu_choice:hover img, a.menu_choice:active img
{
  top: -45px;
}   

