#navigation 
{  
    margin:0px auto 0px auto;
    padding: 5px; 
    text-align: center; 
} 
#navigation .item
{ 
    display: -moz-inline-box; /* For FF */ 
    display: inline-block; /* IE <8 needs this tripped back to display: inline; to make it work on blocks */ 
    margin: 5px; 
    text-align: left; /* to left align text within divs when container has been set to center */ 
    vertical-align: top; /* explicitly declare as Moz inline-box auto aligns top */ 
} 
#navigation .item a 
{
    margin: 0.5em;
    color:#b0b0b0;
    font-family:'ArialMT', 'Arial', 'sans-serif';
    font-size:16px;
    font-weight:normal;
    text-decoration:none;
} 
#navigation .item a:hover
{
    text-decoration:underline;
}

#navigation .item .selected
{	
	color:#ffffff;
    font-weight:bold;
}