#navtopbg {
    height: 20px;
    padding: 0;
    margin: 0;
    background-color: #67921a;
    text-align: center;
}
#navtop {
    height: 20px;
    width: 800px;
    padding: 0;
    margin: 0 auto;
    text-align: right;
}
#navtop p.authlinks {
    text-align: right;
    font-weight: normal;
    font-size: 9pt;
    font-family: "Times New Roman",Serif;
    float: right;
    color: #000000;
    height: 1.2em;
    margin: -5px 0 0 0;
}
#navtop p.authlinks a, #navtop p.authlinks a:link, #navtop p.authlinks a:visited {
    color: #67921a;
    font-family: "Comic Sans MS",cursive;
    font-weight: bold;
    text-decoration: underline;
}
#navtop p.authlinks a:hover {
    color: #0000ff;
    text-decoration: none;
}
#nav {
    float: right;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav li {
    float: right;
    margin: 0;
    padding: 0;
}
#nav a {
    padding: 3px;
    text-decoration: underline;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
    font-size: 120%;
    color: #B3CE18;
    outline: none;
}
#nav #nav-1 a {
    padding-right: 0;
}
#nav a:hover {
    color: #000;
    text-decoration: none;
}

