ul 的css{
    list-style:none;
    padding:0px;  //对于非IE6可以去掉第一个LI前的空白(即UL前面的空白)
    margin-left:0px; //对于IE6可以去掉第一个LI前的空白(即UL前面的空白)
   }