.headerFixed{
    position:fixed;
    z-index:2147483647;
    max-width:990px;

    /*    
    background-image: url( "../theme/fullWidthEdgeFade.png" );
    background-position: center top;
    background-repeat: repeat-x;
    */
    background-color: white;
}
#menuscroller{
    width:100%;
    display:block;
    float:none;
    clear:both;
}
.revisedcart{
    background-color: transparent;
}
#header nav{
    height:35px;
}
@media only screen and (max-width: 990px) {
    #header{
        width: 100%;
    }
}
#menuBlank{
    background-image: url("../theme/fullWidthEdgeFade.png");
    background-position: center top;
    background-repeat: repeat-x;

    width:100%;
    position:fixed;
    z-index:2147483646;

    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.33);
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.33);  
    
    display: block;  
}
@media only screen and (max-width: 990px) {
    #menuBlank{
        display: none !important;
    }
}