﻿@charset "utf-8";

.lmenu {
  background: url(../../../Images/shadow_bg_w600.gif) no-repeat left bottom;
  margin-bottom:3px;
  padding-bottom:5px;
  width: 600px;
  height: auto;
  text-align: left;
  font-size: small;
  font-weight: normal;
}

.lmenu_head{
  background: url(../../../Images/shadow_head_w600.gif) no-repeat left top;
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.lmenu_head h2{
  width: 557px;
  height: 23px;
  color:black;
  background: url(../../../Images/h2_2.gif) no-repeat left top;

  margin: 0px 10px 0px 10px;
  padding-top: 5px;
  padding-left:23px;
  font-size: medium;
  text-decoration: none;
}


.lmenu_head ul{
  margin:0px;
  padding:0px;
  line-height:1.4;
  padding:10px 20px 20px 20px;
}


.lmenu_head li{
  display:inline;
  /**
  background-image: url(menu_icon.gif);
  background-repeat: no-repeat;
  background-position: left center;
  */
  margin:0px;
  padding:0px 0.8em 20px 0px;
}

.lmenu_head li.lmenu_backbtn{
  display:block;
  background: url(../../../css/cm/box_arrow_up.gif) no-repeat left top;
  margin-bottom:5px;
  padding: 0px 0px 0px 15px;
  height: 23px;
  border-bottom: 2px dashed #4583C8;

}

