#toolbar {
   background: transparent url(/template/images/toolbar/background.gif) repeat-x;
   height: 31px;
}

#toolbar li {
   float: left;
   list-style-type: none;
}

#toolbar a {
   color: #FFFFFF;
   display: block;
   padding: 0.4em 0.7em;
   text-decoration: none;
}

#toolbar a:hover {
   background: transparent url(/template/images/toolbar/hover.gif) repeat-x;
}