#menu-head {
  margin-top:0;
  margin-bottom:20px;
  margin-left: -15px;
  padding:0; 
  width:900px;
  overflow:hidden; 
  background:#fff;
  font-family:Arial;
  font-weight: bold;
  }
  
#menu-head li {
  display:inline;
  list-style-type:none; 
  }
  
#menu-head li a {
  display:block;
  float:left;
  text-decoration:none; 
  margin-left: 15px;
  }
  
#menu-head li a img {
  filter:alpha(opacity=100);
  opacity: 1.00;
  -moz-opacity:1.00;
  border:0;
  float:left;
  }
  
#menu-head li a span {
  display:none; 
  }
  
#menu-head li a:hover {
  background:transparent;
  }
  
#menu-head li a:hover img {
	filter:alpha(opacity=10);
	opacity: 0.10;
	-moz-opacity:0.10;
  }
  
#menu-head li a:hover span {
  margin-left:-162px;
  width:162px;
  color:#000;
  display:block; 
  cursor:pointer;
  float:left;
  font-size:12px;
  line-height: 17px;
  }
  
#menu-head .topic {
  padding:0; 
  color:gray; 
  line-height: 23px; 
  font-size:21px;
  text-transform: capitalize;
  border:0;
  }
  
.head-tabs {
  background:transparent; 
  font-size:16px;
  }