﻿@charset "utf-8";

.lmenu {
  background-image: url(menu_bg_w.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom:10px;
  width: 745px;
  float: left;
  height: auto;
  text-align: left;
  font-size: small;
}

.lmenu_head{
  background-image: url(menu_head_w.gif);
  background-repeat: no-repeat;
  padding:10px 15px 10px 15px;
  background-position: top;
}

.lmenu_head ul{
  margin:0px;
  padding:0px;
  line-height:1.4;
}

.lmenu_head li{
  display:inline;
  background-image: url(menu_icon.gif);
  background-repeat: no-repeat;
  background-position: left center;
  margin:0px;
  padding:0px 10px 0px 10px;
}

.lmenu_head li.lmenu_backbtn{
  display:block;
  background-image: url(back_btn_w.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom:5px;
  padding: 0px 0px 0px 15px;
  height: 23px;
}
