/*
.menu_promo{
  position:absolute;
  top:319px;
  left:417px;  
  background: url(../img/menu_promo_bg.gif) no-repeat top right;
  width:217px;
  height:35px;
}

.menu_promo a{
  position:absolute;
  display:block;
  height:27px;
  line-height:27px;
  top:8px;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  text-align:center;
}

.menu_promo a:hover{
  color:#ffffff;
}

.menu_promo_btn1{
  left:15px;
  width:122px;
  background: url(../img/menu_promo_btn.gif) no-repeat top left;
  background-position:0;
}

.menu_promo_btn1:hover{
  background-position:-122;
}

.menu_promo_btn2{
  left:115px;
  width:97px;
  background: url(../img/menu_promo_btn_last.gif);
  background-position:0;
}

.menu_promo_btn2:hover{
  background-position:-97;
}
*/
.menu_promo{
  position:absolute;
  top:302px;
  left:312px;  
  background: url(../img/menu_promo_bg3.gif) no-repeat top right;
  width:322px;
  height:52px;
}

.menu_promo a{
  position:absolute;
  display:block;
  height:40px;
  line-height:40px;
  top:10px;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  text-align:center;
  font-size:18px;
}

.menu_promo a:hover{
  color:#ffffff;
}

.menu_promo_btn1{
  left:25px;
  width:180px;
  background: url(../img/menu_promo_btn3.gif) no-repeat top left;
  background-position:0;
}

.menu_promo_btn1:hover{
  background-position:-180;
}

.menu_promo_btn2{
  left:175px;
  width:143px;
  background: url(../img/menu_promo_btn_last3.gif);
  background-position:0;
}

.menu_promo_btn2:hover{
  background-position:-143;
}