/* this style sheet defines several classes/features used for the */
/* ActivVisionTools Navigation bar                                */
BODY          { background-repeat:   no-repeat; 
                background-image:    url(/common-imgs/navbar-bg.jpg); 
                /* whenever netscape will completely support css, we can 
                uncomment the following line and can use a smaller bg. image 
                background-position: 0px 160px; */
                background-position: 0px 0px;
                margin:              0px 0px 0px 0px; 
                padding:             0px 0px 0px 0px;}

table.navtable td {
                background-repeat:   repeat;
                background-image:    url(/common-imgs/navbar-text-bg.png);
                border-top:          1px solid #003075;
}
/* needed for working PNG background links in IE <= 6.0 */
table.navtable td a {
                position:            relative;
}
table.navtable td.nobg {
               background:           none;
               border:               none;
}