<style type="text/css">
ul{
list-style-type:none;
}
li{
display:inline;
}
a{
float:left;
width:100px;
text-decoration:none;
color:#666666;
font-weight:bold;
background:#dddddd;
padding:1px;

border-right:1px solid #ffffff;
}
a:hover{
background:#CC0000;
}
</style>
