#bands{
float: left;
line-height: 1em;
}
#bands a{
color: #C38000;
text-decoration: none;
display: block;
}
#bands a:hover{
color: #AEC300;
}
#bands ul{
list-style-type: none;

}
#bands li { 
padding: 0 6px; 
border-right: 0 none; 
border-left: 1px dotted silver }
#bands li.first
{ 
border-left: 0;
padding-left: 0;
}