/* 
    Document   : page-top
    Created on : Apr 2, 2013, 1:05:46 PM
    Author     : James Hamlin
    Description: The area around the top menus
*/
#div-menu-bg-right{
    background-image: url('../images/bg_tree_dna_bird.png');
}

#div-menu-bg-left{
    background-image: url('../images/bg_globe_scope.png');
}
#div-menu-bg-foot-right{
    background-image: url('../images/bg_ant_cloud.png');
}
#div-menu-bg-foot-left{
    background-image: url('../images/bg_beaker.png');
}

.menu-area-accreditation #div-menu-bg-right{
    background-image: url('../images/bg_trencher_blk.png');
}
.menu-area-accreditation #div-menu-bg-left{
    background-image: url('../images/bg_tree_bird_blk.png');
}

#div-top-bar-wrapper {
    height: 145px;
    z-index: -10;
}
#div-top-bar-wrapper.menu-area-accreditation {
    background-color: #003D7D;
}
#div-menu-bg-right{
    position: absolute;
    right: -175px;
    top: 0;
    width: 150px;
    height: 145px;

    background-image: url('../images/bg_tree_dna_bird.png');
    background-repeat: no-repeat;
/*    z-index: -1;*/
    background-position: bottom left;
}

#div-menu-bg-left{
    position: absolute;
    left: -175px;
    top: 0;
    width: 150px;
    height: 145px;

    background-image: url('../images/bg_globe_scope.png');
    background-repeat: no-repeat;
/*    z-index: -1;*/
    background-position: bottom right;
}
#div-menu-bg-foot-right{
    position: absolute;
    right: -175px;
    bottom: -7px;
    width: 150px;
    height: 145px;

    background-image: url('../images/bg_ant_cloud.png');
    background-repeat: no-repeat;
    z-index: -1;
    background-position: bottom left;
}

#div-menu-bg-foot-left{
    position: absolute;
    left: -175px;
    bottom: -10px;
    width: 150px;
    height: 145px;

    background-image: url('../images/bg_beaker.png');
    background-repeat: no-repeat;
    z-index: -1;
    background-position: 90px 37px;
}
