#navigation
{
float: left;
width: 200px;
}

#navigation ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navigation a, li#current
{
display: block;
width: 200px;
text-decoration: none;
padding: 5px;
border-bottom: #3399CC solid 1px;
background-color: #66C2FF;
color: #fff;
}

#navigation a:hover, #navigation a:active, #navigation a:focus, li#current
{
background-color: #3399CC;
color: #000;
}
