* html a.nav1, a.nav2, a.nav3, a.nav4, a.nav5, a.nav6, a.nav7, a.nav8{
width:95px;
height:35px;
display:block;
float:left;
text-align:center;
font-size:.9em;
font-weight:bold;
background: rgb(0,0,0);
color:#fff;
text-decoration:none;
font-family:verdana, arial, sans-serif;

}
a.nav1, a.nav2, a.nav3, a.nav4, a.nav5, a.nav6, a.nav7, a.nav8{
width:100px;
height:35px;
display:block;
float:left;
text-align:center;
font-size:1em;
font-weight:bold;
background: rgb(0,0,0);
color:#fff;
text-decoration:none;
font-family:verdana, arial, sans-serif;
line-height:15px;

}
* html #head_index{
width:800px;
height:35px;
}
#head a .button{
color:#fff;
display:block;
width:100px;
height:35px;
background-color:rgb(0, 0, 0);
}
#head a:hover .button{
background:#990000;
color:#fff;
display:block;
width:100px;
height:35px;
cursor:inherit;
}
a.nav1:hover .button, a.nav2:hover .button,
a.nav3:hover .button, a.nav4:hover .button,
a.nav5:hover .button, a.nav6:hover .button,
a.nav7:hover .button, a.nav8:hover .button{
background:#990000;
color:#fff;
display:block;
width:100px;
height:35px;
cursor:inherit;
}