/* GLOBALHEADER */
#globalheader { width: 816px; height: 60px; position: relative; overflow:hidden; padding:48px 0 0 0;}
#globalheader #globalnav { margin: 0; padding: 0; width: 100%;}
#globalheader #globalnav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; height: 0px; padding-top: 60px; overflow: hidden; background-image: url('navigation.png'); background-repeat: no-repeat; }
#globalheader #globalspace { background-image: url('navigation.png'); background-repeat: no-repeat; }
#globalheader #globalnav li div { height: 60px; background-image: url('navigation.png'); background-repeat: no-repeat;  cursor: pointer; cursor: hand; }

/* GLOW OVER STATES */
#globalheader #globalnav li#nav-home a div { position: absolute; top: 0; left: 0px; display: none; background-position: 0px -60px; width:82px; }
#globalheader #globalnav li#nav-about a div { position: absolute; top: 0; left: 82px; display: none; background-position: -82px -60px; width:84px; }
#globalheader #globalnav li#nav-portfolio a div { position: absolute; top: 0; left: 166px; display: none; background-position: -166px -60px; width:98px; }
#globalheader #globalnav li#nav-services a div { position: absolute; top: 0; left: 264px; display: none; background-position: -264px -60px; width:96px; }
#globalheader #globalnav li#nav-contact a div { position: absolute; top: 0; left: 360px; display: none; background-position: -360px -60px; width:94px; }

/* BUTTONS */
#globalheader #globalnav li#nav-home a { background-position: 0 0; outline:0; width:82px; }
#globalheader #globalnav li#nav-about a { background-position: -82px 0; outline:0; width:84px; }
#globalheader #globalnav li#nav-portfolio a { background-position: -166px 0; outline:0; width:98px; }
#globalheader #globalnav li#nav-services a { background-position: -264px 0; outline:0; width:96px; }
#globalheader #globalnav li#nav-contact a { background-position: -360px 0; outline:0; width:94px; }

/* OVER STATES */
#globalheader #globalnav li#nav-home a.hover:hover { background-position: 0 -60px; }
#globalheader #globalnav li#nav-about a.hover:hover { background-position: -82px -60px; }
#globalheader #globalnav li#nav-portfolio a.hover:hover { background-position: -166px -60px; }
#globalheader #globalnav li#nav-services a.hover:hover { background-position: -264px -60px; }
#globalheader #globalnav li#nav-contact a.hover:hover { background-position: -360px -60px; }


/* PRESSED STATES */
#globalheader #globalnav li#nav-home a:active { background-position: 0 -120px; }
#globalheader #globalnav li#nav-about a:active { background-position: -82px -120px; }
#globalheader #globalnav li#nav-portfolio a:active { background-position: -166px -120px; }
#globalheader #globalnav li#nav-services a:active { background-position: -264px -120px; }
#globalheader #globalnav li#nav-contact a:active { background-position: -360px -120px; }

/* ON STATES */
#globalheader.home #globalnav li#nav-home a { background-position: 0 -180px !important; cursor: default; }
#globalheader.about #globalnav li#nav-about a { background-position: -82px -180px !important; }
#globalheader.portfolio #globalnav li#nav-portfolio a { background-position: -166px -180px !important; }
#globalheader.services #globalnav li#nav-services a { background-position: -264px -180px !important; }
#globalheader.contact #globalnav li#nav-contact a { background-position: -360px -180px !important; }

/* SEARCHBAR */
#globalspace { width: 362px; height: 60px; position: absolute; top: 0; right: 0; background-position: 100% 0; background-repeat: no-repeat; text-align:right; margin:48px 0;}