#nav ul {
list-style-type: none;
}

#nav li {
float: left;
height: 30px;
}

#nav a {
height: 30px;
line-height: 30px;
font-size: 12px;
color: #fff;
text-decoration: none;
background-image: url(../images/nav_bullet.gif);
background-repeat: no-repeat;
background-position: left;
padding: 0px 18px 0px 24px;
margin: 0px;
}

#nav a:hover {
color: #005568;
}

#nav a.first {
background-image: none;
}
