#nav  {width: 795px; height: 28px; margin: 0px 0 3px 7px; position: relative; z-index: 9998;}  
  
#nav li  {  
	float:left;  
	box-shadow: 0px 1px 4px #808080;
		-webkit-box-shadow: 0px 1px 4px #808080;
		-moz-box-shadow: 0px 1px 4px #808080;
	border-radius: 3px;
		-moz-border-radius: 3px;
	}  

#nav li a  {  
	background-image:url(../images/globalnavbg.png) ;  
	display:block;
	background-repeat: no-repeat;
	} 

.nav1	{background-position: 0px 0px;		width:157px;	height:26px;	}  
.nav2	{background-position:-157px 0px;	width:157px;	height:26px;	}  
.nav3	{background-position:-314px 0px;	width:157px;	height:26px;	}  
.nav4	{background-position:-471px 0px;	width:157px;	height:26px;	}  
.nav5	{background-position:-628px 0px;	width:158px;	height:26px;	}  

#nav a .hover {  
    background:url(../images/globalnavbg.png) no-repeat;  
    display: block;  
    opacity: 0;  
    position: relative;  
    top: 0px;  
    left: 0px;  
    height: 100%;  
    width: 100%;
    cursor: pointer;  
    }  
  
    #nav a.nav1 .hover {background-position:  0px -52px;}  
    #nav a.nav2 .hover {background-position: -157px -52px;}  
    #nav a.nav3 .hover {background-position: -314px -52px;}  
    #nav a.nav4 .hover {background-position: -471px -52px;}  
    #nav a.nav5 .hover {background-position: -628px -52px;}  

	.home #nav a.nav1 {background-position: 0px -26px;			width:158px;	height:26px;	}
	.explore #nav a.nav2 {background-position: -157px -26px;	width:158px;	height:26px;	}
	.learn #nav a.nav3 {background-position: -314px -26px;		width:158px;	height:26px;	}
	.photos #nav a.nav4 {background-position: -471px -26px;		width:158px;	height:26px;	}
	.aboutus #nav a.nav5 {background-position: -628px -26px;	width:158px;	height:26px;	}

	.home #nav a.nav1 .hover {background-position: 0px -78px;}
	.explore #nav a.nav2 .hover {background-position: -157px -78px;}
	.learn #nav a.nav3 .hover{background-position: -314px -78px;}
	.photos #nav a.nav4 .hover{background-position: -471px -78px;}
	.aboutus #nav a.nav5 .hover{background-position: -628px -78px;}

/* GLOBALFOOTER */

.header {float: none}
	
#breadcrumbs {
	position:relative;
	left:7px;
	width:770px;
	height:22px;
	padding: 0 0 0 15px;
	background-color: #9d9a95;
	border: 1px solid #606060;
	border-radius: 3px;
		-moz-border-radius: 3px;
	text-shadow: 1px 1px 2px #333333;
	box-shadow: 1px 1px 3px #808080;
		-webkit-box-shadow: 1px 1px 3px #808080;
		-moz-box-shadow: 0 1px 2px #808080;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9b96), to(#808080)); /* for Webkit */
	background: -moz-linear-gradient(top,	#9e9b96,  #808080); /* for Mozilla */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9b96', endColorstr='#808080'); /* for IE */
	opacity: 0.9;
        }
        
        
#breadcrumbs li {
        float:left;
        color:#eee;
		line-height: 22px;
        }
        
#breadcrumbs li a {
        background: url(../images/breadcrumb.png) no-repeat right center;
        display:block;
        padding:0 30px 0 0;
        }      

#breadcrumbs li a:link,
#breadcrumbs li a:visited {
        color:#eee;
        text-decoration:none;
        }
        
#breadcrumbs li a:hover,
#breadcrumbs li a:focus {
	color:#ddd;
	text-shadow: 0px 0px 4px #999, -1px -1px 0px #444;
        }        
            
        
.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;
	}
	
	
.totop {float:right; 
	font-size:12px; 
	font-weight:normal; 
	padding-right:10px; 
	margin-top:-12px;
	}

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