#header {
        font-size: 93%;
        background: url('bg.gif') #dae0d2 repeat-x 50% bottom;
        float: left;
        width: 100%;
        line-height: normal;
}

#header ul {
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 0px;
        margin: 0px;
        padding-top: 10px;
        list-style-type: none;
}

#header li {
        padding-right: 0px;
        padding-left: 9px;
        background: url('left.gif') no-repeat left top;
        float: left;
        padding-bottom: 0px;
        margin: 0px;
        padding-top: 0px;
}

#header a {
        padding-right: 15px;
        display: block;
        padding-left: 6px;
        font-size: 10px;
        font-weight: bold;
        background: url('right.gif') no-repeat right top;
        float: left;
        padding-bottom: 4px;
        color: #ffffff;
        padding-top: 5px;
        text-decoration: none;
}

#header a {
        float: none;
}

#header a:hover {
        color: #333;
}

#header #current {
        background-image: url('left_on.gif');
}

#header #current a {
        background-image: url('right_on.gif');
        padding-bottom: 5px;
        color: #333;
}

