ul#his {
   list-style-type: none;
   margin:	5px;
   padding:	0;
   }
ul#his li {
   width: 60px;
   margin: 0px;
   float: left;
   text-align: center;
}

ul#his li a {
   text-decoration: none;
   color:#000;
   display: block;
   width: 100%;
	 background-color:transparent;
   /* background-color: #eee;*/
   padding: 2px 0px;
   border-bottom: 0px solid #000;
   border-right: 0px solid #000;
}
ul#his li a:hover {
   color: #eee;
   background-color: #000;
   }