ul.flatlist
{  
   list-style-type:none;
   display: inline;
}

li.flatlist
{ 
   display: inline; 
   padding: .2em 1em;
   
}

a.flatlist
{
   font-weight: bold;
   font-size: large;
}

#adSpace ul li
{
   display: inline;
}