/* CSS Document */

#left_top{
  float: left;
  width: 168px;
  height: 24px;
  background-image: url(../img/bg_menu_left.png);
  background-repeat: no-repeat;
}

#left_top1{
  float: left;
  margin-top: 11px;
  width: 168px;
  height: 24px;
  background-image: url(../img/bg_menu_left.png);
  background-repeat: no-repeat;
}

#left_top h3{
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 13px;
}

#left_top1 h3{
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 13px;
}

#left ul{
  clear: both;
  margin: 0;
  padding: 0;
}

#left ul li{
  float: left;
  list-style: none;
  border-top: 1px solid #c6c6c6;
  padding-right: 1px;
  height: auto;
  min-height: 22px;
  line-height:22px;
  width: 157px;
  background-image: url(../img/bg_left_li.png); 
/*  background-color: #efefef; */
	
  background-repeat: repeat-y;
  
  padding-left: 10px;
}



#left ul li a{
  text-decoration: none;
  font-size: 12px;
  color: #000;
  width:100%;	  
  font-weight: bold;
}

#left ul li a + a {
	padding-top:0;
	float:right;
}

#left ul li a:visited{
  text-decoration: none;
  font-size: 12px;
  color: #000;
  font-weight: bold;
}

#left ul li a:hover{
  text-decoration: none;
  font-size: 12px;
  color: #00726e;
  font-weight: bold;
}

#left ul li ul{
  clear: both;
  border-top: 1px solid #c6c6c6;
  margin: 0;
  padding: 0;
  
}

#left ul ul li{
  list-style: none;
  background-image: none;
  background-color: #fff;
  width: 155px;
  margin-left: -10px;
  border: 0;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}

#left ul ul li a{
  font-weight: normal;
  font-size: 11px;  
}

#left ul ul li a:visited{
  font-weight: normal;
  font-size: 11px;
}

#left ul ul li a:hover{
  font-weight: normal;
  font-size: 11px;
}

#left ul li.last{
  background-image: url(../img/bg_menu_left_bottom.png);
  background-repeat: no-repeat;
  width: 157px;
  height: auto;
  min-height: 22px;
  border: 0;    
}

#left ul li.last a
{
	height:22px;
	line-height:22px;
}

#left_menu2{
  float: left;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  background-color: #f7f7f7;
  background-image: url(../img/bg_left_menu.png);
  background-repeat: repeat-x;
  padding-right: 1px;
  width: 165px;
  height: auto;
  min-height: 237px;
}

#left_bottom{
  float: left;
  width: 168px;
  height: 10px;
  bottom: 0;
  background-image: url(../img/bg_menu_bottom.png);
  background-repeat: no-repeat;
}

#left_menu2 ul{
  margin: 0;
  padding: 0;
}

#left_menu2 ul li{
  list-style: none;
  background-image: none;
  border: none;
  font-weight: normal;
}

#left_menu2 ul li a{
  font-weight: normal;
  font-size: 11px;
}

#left_menu2 ul li a:visited{
  font-weight: normal;
  font-size: 11px;
}

#left_menu2 ul li a:hover{
  font-weight: normal;
  font-size: 11px;
}

