/* CSS Document */
<style type="text/css">
#horizontal ul{
list-style-type:none;
}
#horizontal ul li{
display:inline;
}
#horizontal ul li a{
float:left;
width:120px;
text-decoration:none;
color:white;
text-align:center;
background:#AC59ff;
padding:2px;
border-right:1px solid #FFFFFF;
}
#horizontal ul li a:hover, #horizontal ul li a:focus{
/*background:#CCCC00;*/
background-color:#FFE1FF;/*#000;*/ 
color:#870FFF;
}
</style>



