.menu_navigation_home{
  width:60px;
  padding:0px 10px;

  }

.menu_navigation_home li a{
  background: #981c20;
  color:#FFFFFF;
  text-decoration:none;
}

.menu_navigation{
  width: 900px;
  border: 0px;
  margin:auto;
  padding:0px;
  font-family:  "Arial", Helvetica, "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, sans-serif;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  /* background: #F9F9F9 url('../an_gfx/menu_images/sub_sep4.gif') bottom right  repeat; */
  
  }

.menu_selected a{

  font-weight: bold;
}

.menu_selected.bak {
  color: white;
  border-bottom-color: #990000;
  border-bottom-width: 2px;
}

.menu_navigation ul{
  float: left;  /* MOD-JESUS */
  /* background:#d8d9dd; */
  /* MOD-JESUS */
  /*
  background: #F9F9F9;
  background:url('../an_gfx/menu_images/sub_sep4.gif') bottom right  repeat;
  */
  height:35px;
  list-style:none;
  margin:0;
  padding:0;
  }
  .menu_navigation li{
    float:left;
    padding:0px;
    }
  .menu_navigation li a{
    margin:0;
    padding:0;
/*    background:#F9F9F9 url("../an_gfx/menu_images/seperator.gif") bottom right no-repeat; */
    /* background:url('../an_gfx/menu_images/sub_sep2.gif') bottom right no-repeat; */
    color:#000000;
    /*color: #dddddd;*/
    display:block;
    font-weight:normal;
    line-height:35px;
    margin:0px;
    padding:0px 10px;
    text-align:center;
    text-decoration:none;
    }
    .menu_navigation li a:hover, .menu_navigation ul li:hover a{
/*      background: #504f51 url("../an_gfx/menu_images/hover2.gif") bottom center no-repeat;  (flechita superior) */
      background: #f3f3f3;
      color:##504f51;
      text-decoration:none;
      }
  .menu_navigation li ul{
    background:#d8d9dd;
    display:none;
    height:auto;
    padding:0px;
    margin:0px;
    border:0px;
    position:absolute;
    width:200px;
    z-index:200;
    /*top:1em;*/
    /*left:0;*/
    }
  .menu_navigation li:hover ul{
    display:block;
    }
  .menu_navigation li li {
    background:url('../an_gfx/menu_images/sub_sep3.gif') bottom left no-repeat; 

/*    background:url('../an_gfx/menu_images/sub_sep.gif') bottom left no-repeat; */
    display:block;
    float:none;
    margin:0px;
    padding:0px;
    width:200px;
    }
  .menu_navigation li:hover li a{
    background:none;
    color:#000000;
    }
  .menu_navigation li ul a{
    color:#000000
    display:block;
    height:35px;
    font-size:11px;
    font-style:normal;
    margin:0px;
    padding:0px 10px 0px 10px;
    text-align:left;
    }
    .menu_navigation li ul a:hover, .menu_navigation li ul li:hover a{
      /* background:#504f51 url('../an_gfx/menu_images/hover_sub.gif') center left no-repeat; */
      /* background:#504f51 url('../an_gfx/menu_images/sub_sep_sub.gif') center left no-repeat; */
      background:#ffffff;
      border:0px;
      color:#504f51;
      text-decoration:none;
      }


  .menu_navigation_store {
    /* MOD-JESUS */
    width: 54px; 
    float: right;
  }
   
  .menu_navigation_ico {
    width: 17px;
    float: right;
  }
   menu_navigation_ico2 {
    width: 22px;
    float: right;
  }
    .menu_navigation p{
      clear:left;
    }

}

