#nav {
position: relative;
list-style-type: none;
padding: 10px 0px;
}

#nav li {
text-align: right;
height: 20px;
background-image: url(../images/nav_bullet.gif);
background-position: right;
background-repeat: no-repeat;
margin: 5px 0px;
}

#nav li a {
line-height: 20px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #35649d;
margin: 0px 10px;
}

#nav li a:hover {
color: #91bb35;
}