body {
}

#header {
    height: 90px;
    background-color: #fff;
}

.menus-top a {
    display: inline-block;
    padding-top: 6px;
}

.header-left-logo {
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    height: 20px;
    margin-left: 30px;
    width: 121px;
}

.menu-wrapper {
    text-align: center;
    float: left;
    margin-left: 120px;
}

    .menu-wrapper > div {
        height: 30px;
        float: left;
        line-height: 15px;
    }

div.autosuggest ul {
    width: 325px !important;
    margin: -4px 0 -4px 7px !important;
    border-radius: 3px;
}

.menus-top {
    font-size: 15px;
}

a.HeaderMenu, a.HeaderMenu_home, a.HeaderMenu_iac, a.HeaderMenu_bm, a.HeaderMenu_ces, a.HeaderMenu_feeds, a.HeaderMenu_mi {
    color: gray;
    font-family: arial,sans-serif;
    font-size: 12px;
    margin-bottom: 1px;
}

    a.HeaderMenu:hover {
        color: #1e90ff;
        font-family: arial,sans-serif;
        font-size: 12px;
    }

    a.HeaderMenu_home:hover {
        color: #000;
        font-family: arial,sans-serif;
        font-size: 12px;
    }

    a.HeaderMenu_iac:hover {
        color: #000;
        font-family: arial,sans-serif;
        font-size: 12px;
    }

    a.HeaderMenu_bm:hover {
        color: #000;
        font-family: arial,sans-serif;
        font-size: 12px;
    }

    a.HeaderMenu_ces:hover {
        color: #000;
        font-family: arial,sans-serif;
        font-size: 12px;
    }

    a.HeaderMenu_feeds:hover {
        color: #000;
        font-family: arial,sans-serif;
        font-size: 12px;
    }

    a.HeaderMenu_mi:hover {
        color: #000;
        font-family: arial,sans-serif;
        font-size: 12px;
    }

.activeMenu a {
    border-bottom: 2px solid #000;
    font-weight: bold;
    padding-bottom: 3px;
    color: #000;
}

    .activeMenu a:hover {
        color: #000;
    }

.activeMenu_iac a {
    border-bottom: 2px solid #1d3398;
    font-weight: bold;
    padding-bottom: 3px;
    color: #1d3398;
}

    .activeMenu_iac a:hover {
        color: #1d3398;
    }

.activeMenu_bm a {
    border-bottom: 2px solid #4fa01f;
    font-weight: bold;
    padding-bottom: 3px;
    color: #4fa01f;
}

    .activeMenu_bm a:hover {
        color: #4fa01f;
    }

.activeMenu_ces a {
    border-bottom: 2px solid #ae3121;
    font-weight: bold;
    padding-bottom: 3px;
    color: #ae3121;
}

    .activeMenu_ces a:hover {
        color: #ae3121;
    }

.activeMenu_feeds a {
    border-bottom: 2px solid #ba671e;
    font-weight: bold;
    padding-bottom: 3px;
    color: #ba671e;
}

    .activeMenu_feeds a:hover {
        color: #ba671e;
    }

.activeMenu_mi a {
    border-bottom: 2px solid #4fa01f;
    font-weight: bold;
    padding-bottom: 3px;
    color: #4fa01f;
}

    .activeMenu_mi a:hover {
        color: #4fa01f;
    }

.menu-strip {
    background-image: url("../images/common/menu_bg.png") !important;
    background-repeat: repeat-x;
    width: 100%;
    height: 27px;
    color: #000;
}

.header-div {
    float: left;
    text-align: center;
    margin: 27px 0 0 5px;
    height: 33px;
}

.companysearch {
    width: 150px;
    height: 30px;
}

.downArrow_imgGray {
    background: transparent url(../Images/Common/down_arrow_icons.png) -7px center no-repeat;
    position: absolute;
    left: 480px;
    width: 10px;
    height: 15px;
    cursor: pointer;
    margin-top: 9px;
}

.logged-in-user-detail {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-search {
    overflow: hidden;
    left: 100px;
    width: 220px;
    height: 40px;
}

    .header-search input.searchbox {
        float: left;
        font-size: 11px;
        height: 26px;
        line-height: 20px;
        margin-left: 10px;
        margin-top: 6px;
        overflow: hidden;
        padding-left: 8px;
        text-align: left;
        width: 190px;
    }

    .header-search input.SubmitSearch {
        background: url("../Images/Common/search_button_12x12.png") no-repeat scroll center center transparent;
        border: 0 none;
        float: left;
        height: 20px;
        margin: 11px 0 0 -25px;
        outline: 0 none;
        padding: 0;
        width: 24px;
    }

.pop-up {
    position: absolute;
    background-color: #fff;
    display: block;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 4px 6px 4px rgba(0,0,0,.12);
    box-shadow: 4px 6px 4px rgba(0,0,0,.12);
    -webkit-overflow-scrolling: touch;
}

#notification-menu {
    float: left;
    z-index: 3;
    text-align: center;
}

#divNotificationBox {
    cursor: pointer;
}
