/* CSS Document */

#nav {
margin-left: 5px;
margin-right: 5px;
margin-bottom: 0px;
margin-top: 0px;
background-color: #0e2b41;
border-right: dotted 1px #dbc590;
border-left: dotted 1px #dbc590;
width: 125px;
font-size: 12px;
}

#nav ul {
list-style-type: none;
margin: 1px;
padding: 0;
border: none;
}

#nav li {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0.5px;
padding: 0px;
width: 125px;
}

html>body #nav li {
width: auto;
}

#nav li:first-child {
border: none;
}
