#left dl{
  clear:both;
  margin-bottom:0px;
} 
#left ul{
  margin-bottom:0px;
}
#left dt{
  background:url(media/nav1.png) no-repeat;
  color:#fff;
  height:25px;
  line-height:25px;
  padding-left:20px;
}
#left dt a{
  color:#fff;
  font-size:14px;
  font-weight:bold;
  padding-left:25px;
  background:url(media/arrow.gif) no-repeat;
}
#left dt a:hover{
  color:yellow;
}

#left li{
  padding-left:18px;
  margin:0px;
  float:left;
  width:92px;
  background:url(media/green_arrow.gif) no-repeat;
  background-position:2px 10px;
  line-height:30px;
  height:30px;
  background-color:#F6F6F6;
  border-bottom:1px dashed #ccc;
  list-style:none;
}
dt span{
  float:right;
  margin-top:-25px;
  margin-right:5px;
}

