#menumain{
   margin:0;
   white-space:nowrap;
   overflow:hidden;
   width:100%;
   color:#fff;
   font-weight: bold;	
   font-family:Microsoft YaHe;
}

#menumain .menumain{
   float:left;
   width:168px;
   height:46px;
   color:#fff;
   font-weight: bold;
   border-left:1px solid #b20117;
   line-height:46px;
   text-align:center;
}


#menumain .menumain a{
   color: #fff; 
   display:block;
   text-decoration: none;
   line-height:46px;
   font-size:20px;
   font-family:Microsoft YaHe;
   font-weight: bold;
   
}

#menumain .menumain a:hover {
   color: #fff000; 
   text-decoration: none;
   background-color:#b20117;
} 

