.menu ul{
margin: 0;
padding: 0;
float: left;
font: bold 12px Arial;
width: 100%;
border: 0px solid #625e00;
border-width: 1px 0;
background: black url() center center repeat-x;
}

.menu li{
display: inline;
}

.menu li a, .menu li a:hover{
float: left;
color: white;
padding: 4px 11px;
text-decoration: none;
letter-spacing:.07em;
border-right: 1px solid white;
}

.menu li a:visited{
color: white;
}

.menu li a:hover, .menu li a.current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}