.liebiao{

	width:174px;
	height:40px;
	background-color: #58B100;
	
}

.liebiao p{


   width:174px;
   height:40px;
   color:#FFF;
   font-size:16px;
   line-height:40px;
   font-weight:bold;
   text-align:center;
   background:#58B100;
}
.liebiao ul{

   width:170px;
   padding:2px;
   background:#FFF;
   float:left;
   OVERFLOW: auto;
   height:300px;
}
.liebiao ul li{
	width:140px;
   height:24px;
   line-height:24px;
   white-space:nowrap;
   overflow:hidden;
   text-overflow:ellipsis;
   border-bottom:1px dashed #CCC;
   background:url(ddd.jpg) 0px 6px no-repeat;
   margin-left: 5px;
   float:left;
}
.liebiao ul li a{font-size:12px; COLOR: #680700;}
.liebiao ul li a:hover{COLOR: #FF0000; TEXT-DECORATION: none}
