
ul#list-nav {
list-style:none;
margin:0px;
padding:0;
width:160px
}


ul#list-nav li a {
text-decoration:underline;
padding:8px 0;
width:100%;
background:rgb(50, 92, ab);
color:rgb(182,83,10);
float:left;
text-align:center;
font-weight:600;
font-family: 
    arial;

font-size:10pt
}

ul#list-nav li a:hover {
background:rgb(89, 89, 89);
color:white
}



