ul.menu002{
margin: 0;
margin-top:20px;
padding: 0;
float: left;
font: bold 12px Arial;
width: 100%;
overflow: hidden;
background: black url(menu002back.gif) center center repeat-x;
border: 1px solid #757575;
border-width: 1px 0;
}

.menu002 li{
display: inline;
}

.menu002 li a{
float: left;
color: white;
padding: 9px 7px;
text-decoration: none;
border-right: 1px solid #757575;
}

.menu002 li a:visited{
color: white;
}

.menu002 li a:hover{
text-decoration: underline;
background:gray
}

.menu002 li .current{
color: white;
background: transparent url(menu002current.gif) center center repeat-x;
}
