#categorycontainer { width: 100%; text-align: center;} #categorycontainer ul { margin: 0px 2px 0px 2px; padding-left: 0; list-style-type: none; font-family: arial; font-size: 8pt; } #categorycontainer a { text-align: left; display: block; padding: 3px 2px 3px 0px; width: 98%; background-color: #eeeeee; border-bottom: 1px solid #FF6600; } #categorycontainer a:link, #categorylist a:visited { color: black; text-decoration: none; } #categorycontainer a:hover { background-color: #FF6600; color: white; border-bottom: 1px solid #FF6600; text-decoration: none; }