/* Navigation */
#navbar a {
    display: block;
    width: 160px;
    line-height: 2.1em;
    float: left;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-size: 12px;
}

#navbar a.selected {
    background-color: #014c5f;
    color: #fff;
    font-weight: bold;
    overflow: auto;
}                     

#navbar a:hover {
    background-color: #9ccddb;
    color: #066;
    font-weight: bold;
}

#nav_leist a {
    display: block;
    width: 116px;
    height: 15px;
    color: #333;
    font-size: 9pt;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    float: left;
}

#nav_leist a:hover {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    background-color: #666;
    color: #fff;
}
