@CHARSET "ISO-8859-1";

#nav ul {
    clear: both;
    padding: 5px 5px 0px 10px;
    margin: 0;
    border-bottom: none;
}
#nav li.ui-state-active {
    position: relative;
    top: 2px;
}

#nav li:last-child {
}

#nav li a {
    padding: 0.25em 1em;
}

