/* header */
#globalheader { width: 900px; height: 110px; margin: 0 auto; position: relative; background-image:url(images/head.gif); background-position: top; background-repeat:no-repeat; z-index: 9998; }
#globalheader #globalnav { position: absolute; top:70px; right: 0; margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; width: 102px; height: 40; padding:0; overflow: hidden; }
#globalheader #globalnav li a { background-image: url(images/globalnavbg.png); _background-image: url(images/globalnavbg.gif); background-repeat: no-repeat; }

/* btns */
#globalheader #globalnav li#home a { background-position: 0 0; }
#globalheader #globalnav li#about a { background-position: -102px 0; }
#globalheader #globalnav li#ourpeople a { background-position: -204px 0; }
#globalheader #globalnav li#services a { background-position: -306px 0; }
#globalheader #globalnav li#calculators a { background-position: -408px 0; }
#globalheader #globalnav li#resources a { background-position: -510px 0; }

/* over */
#globalheader #globalnav li#home a:hover { background-position: 0 -40px; }
#globalheader #globalnav li#about a:hover { background-position: -102px -40px; }
#globalheader #globalnav li#ourpeople a:hover { background-position: -204px -40px; }
#globalheader #globalnav li#services a:hover { background-position: -306px -40px; }
#globalheader #globalnav li#calculators a:hover { background-position: -408px -40px; }
#globalheader #globalnav li#resources a:hover { background-position: -510px -40px; }

/* pressed */
#globalheader #globalnav li#home a:active { background-position: 0 -40px; }
#globalheader #globalnav li#about a:active { background-position: -102px -40px; }
#globalheader #globalnav li#ourpeople a:active { background-position: -204px -40px; }
#globalheader #globalnav li#services a:active { background-position: -306px -40px; }
#globalheader #globalnav li#calculators a:active { background-position: -408px -40px; }
#globalheader #globalnav li#resources a:active { background-position: -510px -40px; }

/* on */
#globalheader.home #globalnav li#home a { background-position: 0 -120px; cursor: default; }
#globalheader.about #globalnav li#about a { background-position: -102px -120px; !important; }
#globalheader.ourpeople #globalnav li#ourpeople a { background-position: -204px -120px; !important; }
#globalheader.services #globalnav li#services a { background-position: -306px -120px; !important; }
#globalheader.calculators #globalnav li#calculators a { background-position: -408px -120px; !important; }
#globalheader.resources #globalnav li#resources a { background-position: -510px -120px; !important; }

/* space at end of navigation */
#globalspace { width: 0; height: 0; position: absolute; top: 0; right: 0; background-position: 100% 0; background-repeat: no-repeat; }

/* CSS Document */