#cccb_topbar {
	height: 32px;
	border-bottom: 1px solid #E6E6E6;
	font-size: 12px;
	font-family: Arial;
	background: #FFF;
	line-height: 1em; 
}
#cccb_topbar_list {
	margin: 0 auto;
	padding: 9px 0 0 0;
}
#cccb_topbar_list li {
    border-left: 1px solid #E6E6E6;
    float: left;
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}
#cccb_topbar_list li.first {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
#cccb_topbar_list li a {
    color: #999;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
}
#cccb_topbar_list li a:hover {
	color: #000 !important;
}
#cccb_topbar_list li.select a {
	color: #000;
	font-weight: bold;
}