/* HEADER STYLES */
div#header {
    position: relative;
    height: 100px;
    padding: 8px 10px;
    text-align: center;
}
div#header img#logo {
    float: left;
}
div#header img#default-title {
    padding-top: 37px;
}
div#header img#default-title {
    float: left;
}
div#header ul {
    float: right;
}
div#header ul li {
    float: left;
}
div#header ul li a {
    display: block;
    height: 22px;
    padding: 0px 5px;
    background: url(../images/separator.gif) center right no-repeat;
    line-height: 22px;
    font-weight: bold;
    color: #666666;
}
div#header ul li a:hover {
    text-decoration: underline;
}
div#header ul li a#last {
    padding-right: 0px;
}
div#header h3#active-user {
    position: absolute;
    bottom: 8px;
    right: 10px;
    font-style: italic;
    font-size: 13px;
    color: #294b71;
}
div#header h3#active-user span {
    font-weight: normal;
}