#globalheader {
	width: auto;
	height: 29px;
	margin:0 auto 0 auto;
	text-align: center;
	display: block;
	float: none;
}
#globalheader #globalnav {
	margin:0 auto 0 auto;
	padding: 0;
	text-align: center;
}
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left;  height: 0; padding-top: 29px; overflow: hidden; }
#globalheader #globalnav li a,
#globalheader #globalsearch { background-image: url(../images/globalnavbg.gif);  background-repeat: no-repeat; }

/* BUTTONS */
#globalheader #globalnav li#company a { background-position: 0 0; width: 164px; }
#globalheader #globalnav li#products a { background-position: -164px 0; width: 197px; }
#globalheader #globalnav li#portfolio a { background-position: -361px 0; width:111px; }
#globalheader #globalnav li#before a { background-position: -472px 0; width:215px; }
#globalheader #globalnav li#testimonials a { background-position: -687px 0; width:136px; }
#globalheader #globalnav li#estimates a { background-position: -823px 0; width:151px; }

/* OVER STATES */
#globalheader #globalnav li#company a:hover { background-position: 0 -29px; }
#globalheader #globalnav li#products a:hover { background-position: -164px -29px; }
#globalheader #globalnav li#portfolio a:hover { background-position: -361px -29px; }
#globalheader #globalnav li#before a:hover { background-position: -472px -29px; }
#globalheader #globalnav li#testimonials a:hover { background-position: -687px -29px; }
#globalheader #globalnav li#estimates a:hover { background-position: -823px -29px; }

/* PRESSED STATES */

#globalheader #globalnav li#company a:active { background-position: 0 -29px; }
#globalheader #globalnav li#products a:active { background-position: -164px -29px; }
#globalheader #globalnav li#portfolio a:active { background-position: -361px -29px; }
#globalheader #globalnav li#before a:active { background-position: -472px -29px; }
#globalheader #globalnav li#testimonials a:active { background-position: -687px -29px; }
#globalheader #globalnav li#estimates a:active { background-position: -823px -29px; }

/* ON STATES */
#globalheader.company #globalnav li#company a{ background-position: 0 -29px; !important; }
#globalheader.products #globalnav li#products a { background-position: -164px -29px; !important; }
#globalheader.portfolio #globalnav li#portfolio a { background-position: -361px -29px;  !important; }
#globalheader.before #globalnav li#before a { background-position: -472px -29px; !important; }
#globalheader.testimonials #globalnav li#testimonials a { background-position: -687px -29px; !important; }
#globalheader.estimates #globalnav li#estimates a { background-position: -823px -29px; !important; }
 
 
