/* GLOBALHEADER */
#globalheader { width: 800px; height: 30px; margin: 0px auto; position: relative; left:2px; z-index: 9998; }
#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; width: 159px; height: 0; padding-top: 30px; overflow: hidden; }
#globalheader #globalnav li a,
#globalheader { background-image: url(../images/globalnavbg.jpg); background-repeat: no-repeat; }

/* BUTTONS */
#globalheader #globalnav li#home a { background-position: 0 0; }
#globalheader #globalnav li#adventure a { background-position: -159px 0; }
#globalheader #globalnav li#biggerbrain a { background-position: -318px 0; }
#globalheader #globalnav li#photos a { background-position: -477px 0; }
#globalheader #globalnav li#donate a { background-position: -636px 0; }


/* OVER STATES */
#globalheader #globalnav li#home a:hover { background-position: 0 -29px; }
#globalheader #globalnav li#adventure a:hover { background-position: -159px -29px; }
#globalheader #globalnav li#biggerbrain a:hover { background-position: -318px -29px; }
#globalheader #globalnav li#photos a:hover { background-position: -477px -29px; }
#globalheader #globalnav li#donate a:hover { background-position: -636px -29px; }


/* PRESSED STATES */
#globalheader #globalnav li#home a:active { background-position: 0 -57px; }
#globalheader #globalnav li#adventure a:active { background-position: -159px -57px; }
#globalheader #globalnav li#biggerbrain a:active { background-position: -318px -57px; }
#globalheader #globalnav li#photos a:active { background-position: -477px -57px; }
#globalheader #globalnav li#donate a:active { background-position: -636px -57px; }


/* ON STATES - not working */
#globalheader.index #globalnav li#home a:hover { background-position: 0 0; cursor: default; }
#globalheader.adventure #globalnav li#adventure a { background-position: -159px -29px !important; }
#globalheader.getabiggerbrain #globalnav li#biggerbrain a { background-position: -318px -29px !important; }
#globalheader.photos #globalnav li#photos a { background-position: -477px -29px !important; }
#globalheader.donations #globalnav li#donate a { background-position: -636px -29px !important; }




/* GLOBALFOOTER */

.header {float: none}
	
.footer {background-image:url('../images/globalfooter.png');
	_background-image:url('../images/globalfooter.jpg');
	background-repeat:no-repeat;
	clear:both;
	line-height:100%;
	margin: 10px 0px 40px 0px;
	width:780px;
	height:20px;
	text-align:left;
	padding:6px 0px 0px 15px;
	padding-left:15px;
	font-size:12px;
	color:#ffffff;
	}
	

.breadcrumb a{
	background: transparent url(../images/breadcrumb.png) no-repeat center right;
	_background: transparent url(../images/breadcrumb.jpg) no-repeat center right;
	text-decoration: none;
	padding: 5px 25px 5px 0px;
	}
	
.footer a:visited{text-decoration:none; color: #444444;
	}
	
.footer a:link{text-decoration: none; color: #444444;
	}
	
.footer a:hover{text-decoration:none; color: #DDDDDD;
	}

	
.totop {float:right; 
	font-size:12px; 
	font-weight:normal; 
	padding-right:10px; 
	margin-top:-12px;
	}

.share {margin-top: -10px; }	
.share li {display: inline; }
.share img {border:none; }