/* Variations on styles for some RichFaces components */
/* Copyright, 2008, Chiral Software, Inc. */

/* For non-IE we do use fixed position */
div.nav-div {
    position: fixed;

    top: 0px;
    left: 0px;

    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index:1000;
    
}
