
#header 
 { float:left;
   width:100%;
   background:lightblue;
   font-size:80%;
   line-height:normal;
 }
#header li 
 { float:left;
   margin:0;
   padding:0;
 }
#header ol 
 { margin:0;
   padding:10px 10px 0;
   list-style:none;
  }
#header #current a 
  { padding-bottom:5px;
  }
#header a, #header strong, #header span 
 { padding:5px 8px 4px 6px;
 }
#header #current a 
  { padding-bottom:5px;
  }
#header a 
{ float:left;
  display:block;
  padding:5px 8px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:blue;
 }