﻿#menumain{
   margin:0;
   white-space:nowrap;
   overflow:hidden;
   width:100%;
   color:#fff;
   
}

#menumain .menumain{
   float:left;
   color:#fff;
   height:60px;
   line-height:60px;
   font-size:18px;
   width:171px;
   text-align:center;

}

#menumain .menumain a {
   color: #fff; 
   text-decoration: none;
   height:60px;
   line-height:60px;
   font-size:18px;
   width:171px;
}


#menumain .menumain:hover{
   float:left;
   color:#fff;
   height:60px;
   line-height:60px;
   font-size:18px;
   width:171px;
   text-align:center;
   background:#0a74bb;

}

#menumain .menumain:hover a{
   text-decoration: none;
   background-color:#0a74bb;
   color: #fff; 
   text-decoration: none;
   height:60px;
   line-height:60px;
   font-size:18px;
   width:171px;

}

/*
#menumain .menumain a:link {
   color: #333333; 
   text-decoration: none;
   height:70px;
   line-height:70px;
   font-size:20px;
   width:171px;
}

#menumain .menumain a:visited {
   color: #333333; 
   text-decoration: none;
   height:70px;
   line-height:70px;
   font-size:20px;
   width:171px;
}
*/


