<style type="text/css">
<!--

#nav section {
width : 780px;
}

#nav {
float : left;
width : 780px;
list-style : none;
margin : none;
padding : 0 40px 15px 40px;
background : rgb(80,90,120);
border-top : 1px solid rgb(130,160,200);
border-bottom : 1px solid rgb(130,160,200);
border-left : 2px solid rgb(130,160,200);
border-right : 2px solid rgb(130,160,200);
}

#nav a {
float : left;
display : block;
text-decoration : none;
list-style : none;
padding : 0 0 0 15px;
}

#nav li {
float : right;
list-style : none;
}

//-->
</style>