#vmenu{
   margin:0;
   padding:0;
}


#vmenu a:link,#vmenu a:visited,#vmenu a:active{
   display:block;
   width:180px;
   height:30px;
   color: #f2e7c9; 
   text-decoration: none;
   font:15px/28px 'Microsoft YaHei','SimSun',Arial,Sans-Serif;
   background:url(arrow.gif) 20px 11px no-repeat;
   text-align:center;
}


#vmenu a:hover{
   display:block;
   width:180px;
   height:30px;
   color: #d86a6a; 
   text-decoration: none;
   font:15px/28px 'Microsoft YaHei','SimSun',Arial,Sans-Serif;
   background:url(arrow.gif) 20px 11px no-repeat;
   text-align:center;
} 

