ul.menu003{
margin: 0;
padding: 0;
float: left;
font: bold 11px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #757575;
border-width: 1px 0;
background: black url(menu003back.gif) center center repeat-x;
}

.menu003 li{
display: inline;
}

.menu003 li a{
float: left;
color: white;
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #757575;
}

.menu003 li a:visited{
color: white;
}

.menu003 li a:hover{
text-decoration: underline;
background:gray
}

.menu003 li .current{
color: white;
background: transparent url(menu003current.gif) center center repeat-x;
}
