#super_pages_list {
	background:#cfcfcf;
	margin:0 0 10px;
}
#super_pages_list_b{
	min-height:30px;
	height:auto !important;
	height:30px;
}
#super_pages_list_b:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}	

#super_pages_list ul	{margin:0 0 0 20px;padding:0;}
#super_pages_list ul li{
	float:left;
	list-style:none;
}
#super_pages_list li a{
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
    padding: 0 7px;
}
#super_pages_list li a:hover , #super_pages_list li  a:active  {
}

#super_pages_list li  span { white-space: nowrap; }