ul#navigation
{
font-size: 11px;
font-weight: 1000;
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

ul#navigation a
{
display: block;
text-decoration: none;
background: #BACEE6;
color: #000;
padding: .3em .5em;
border-bottom: .1em solid #fff;
width: auto;
}

ul#navigation a:hover
{
background: #FFFF00;
color: #000000;
font-weight: bold;
}

b#navigation
{
display: block;
text-decoration: none;
background: #000000;
color: #FFFFFF;
padding: .4em .5em;
border-bottom: .0em solid #fff;
width: auto;
}
