.nav {
    margin: 0;
    padding: 0;
}

.nav li {
    margin: 0;
    padding: 0;
}

/* navigation demo/help/logout */
.nav.auth {
    position: absolute;
    top: 8px;
    right: 16px;
}

.nav.auth li {
    float: left;
    margin-left: 22px;
}

.nav.auth li a {
    background: url('../../images/ghm/sprite_icons.png') -59px 52px no-repeat;
    display: block;
    padding: 1px 0 2px 15px;
}

.nav.auth li.username a {
    background-position: 0px 3px;
    cursor: default;
}
.nav.auth li.username a:hover {
    text-decoration: none;
}

.nav.auth li.help a {
    background-position: 0 -20px;
}

.nav.auth li.logout a {
    background-position: 0 -37px;
}

/* end navigation demo/help/logout */


/* navigation tabs */
.nav.tabs {
    /* position: absolute; */
    /* left: 220px; */
    /* top: 27px; */
    /* height: 25px; */
    overflow: hidden;
    z-index: 200;
}

.nav.tabs li {
    /* float: left; */
    /* height: 24px; */

    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 0;
    display: inline-block;
}



.nav.tabs li a {
    display: block;
    white-space: nowrap;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    padding: 29px 20px 8px;
    text-transform: uppercase;
    color: #C5C6C8;
    height: 60px;
    box-sizing: border-box;
    border-bottom: 4px solid #000;
}
.nav.tabs li a:hover,.nav.tabs li.active a:hover {
    background:#EEEEEE;
    color:#444444;
    border-bottom-color: #EEEEEE;
    text-decoration:none;
}

.nav.tabs li.active a {
    color: #FFF;
    border-bottom-color: #00A4E6;
}
/* end navigation tabs */

/* foot - social media */
.nav.sm {
    float: right;
}

.nav.sm li {
    float: left;
    margin-left: 10px;
}

.nav.sm a {
    background: url('../../images/ghm/sprite_icons.png') -100px 0 no-repeat;
    display: block;
    width: 14px;
    height: 14px;
    text-indent: 20px;
    overflow: hidden;

}

.nav.sm .fb {
    background-position: 0 -640px;
}

.nav.sm .tw {
    background-position: 0 -660px;
}

.nav.sm .yt {
    background-position: 0 -720px;
}

.nav.sm .ss {
    background-position: 0 -700px;
}
/* end foot - social media */
