#header { position:relative ; height:1px ; width:100% ; z-index:10 ; min-width:852px ;}
#header ul, #header li {
    /* http://meyerweb.com/eric/tools/css/reset/ */
    /* v1.0 | 20080212 */

    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none
}

#header h1 {
    font-size: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 12px;
    left: 12px;
    text-indent: -9999px;
}
#header h1 a {
    background: url(../img/global-logo-trans.png) no-repeat;
    display: block;
    height: 61px;
    width: 94px;

}

#header ul {
    position: absolute;
    top: 12px;
    right: 12px;
}
#header ul, #header li {
    display: inline;
}
#header li {
    border-right: 1px solid #96d5ff;
    margin-left: 10px;
    padding-right: 12px;
}
#header li:first-child, #header li.first {
    margin-left: 0;
}
#header li:last-child {
    border-right: none;
    padding-right: 0;
}
#header li.last {
    border-right: none;
    padding-right: 0;
}

#header li.last { margin-left:10px !important ; }

#header li a {
    color: #fff;
    text-decoration: none;
}
#header li a.selected {
    color: #96d5ff;
}
#header li a:hover {
    color: #96d5ff;
}
