#navigation {
font-family: "helvetica neue", helvetica, sans-serif;
font-size: 13px;
width: 994px;
margin: 0 auto;
height: 55px;
background-color:#13476B;	
}

#navigation li {
float:left;
margin-left:10px;
margin-right:10px;
}

#navigation li ul {
display: none;	
}

#navigation a {
color: #fff;	
}

#navigation a:hover {
color: yellow;
text-decoration: none;
}
