//CSS ROLLOVERS: TOP NAV
function topBgOver(here){
                document.all[here].style.backgroundColor="#6699CC";
                }
function topBgOut(here){
                document.all[here].style.backgroundColor="#000000";
                }
function topBgHit(here){
                document.all[here].style.backgroundColor="#6699CC";
                }

//CSS ROLLOVERS: SUB NAV
function subBgOver(here){
                document.all[here].style.backgroundColor="#92B4D4";
                }
function subBgOut(here){
                document.all[here].style.backgroundColor="#6699CC";
                }
function subBgHit(here){
                document.all[here].style.backgroundColor="#FFFFFF";
                }

//CSS ROLLOVERS: VIEW NAV
function viewBgOver(here){
                document.all[here].style.backgroundColor="#006699";
                }
function viewBgOut(here){
                document.all[here].style.backgroundColor="#CCCCCC";
                }
function viewBgHit(here){
                document.all[here].style.backgroundColor="#006699";
                }

//CSS ROLLOVERS: SUB-VIEW NAV
function subViewBgOver(here){
                document.all[here].style.backgroundColor="#92B4D4";
                }
function subViewBgOut(here){
                document.all[here].style.backgroundColor="#CCCCCC";
                }
function subViewBgHit(here){
                document.all[here].style.backgroundColor="#92B4D4";
                }

//CSS ROLLOVERS: TASK-VIEW NAV
function taskViewBgOver(here){
                document.all[here].style.backgroundColor="#006699";
                }
function taskViewBgOut(here){
                document.all[here].style.backgroundColor="#CCCCCC";
                }
function taskViewBgHit(here){
                document.all[here].style.backgroundColor="#006699";
                }