#vmenu{
   margin:0;
   padding:0;
}


#vmenu a:link,#vmenu a:visited,#vmenu a:active{
   display:block;
   height:32px;
   color: #ffaa00; 
   border-bottom:1px #ccc dotted;
   text-decoration: none;
   font:12px/32px Arial,SimSun,Sans-Serif;
   padding-left:25px;
   background:url(78.gif) 5px no-repeat;
   text-align:left;
}


#vmenu a:hover{
   display:block;
   height:32px;
   border-bottom:1px #ccc dotted;
   color: #ff6600; 
   text-decoration: none;
   font:12px/32px Arial,SimSun,Sans-Serif;
   padding-left:25px;
   background:url(78.gif) 5px no-repeat;
   text-align:left;
} 

