/* CSS Document */
	

	/* Primary nav 	*/

#globalnav	{
	display: block;	
	position: relative;
	height:100px;
	margin-left: 220px;
	padding-bottom:6px;
	background: transparent url(/images_template/menu.png) no-repeat;
	}

#globalnav ul#menu	{
	height: 45px;
	margin: 0;
	padding: 0;
	position: relative;
	}
	
#globalnav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top:0;
	}
	
ul#menu li, ul#menu a {
	height: 100px;
	display: block;
	}
	
#globalnav ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
	
#home	{left: 0; width: 75px;}
#how	{left: 75px; width: 75px;}
#signup	{left: 150px; width: 75px;}
#viewmenu	{left: 225px; width: 75px;}
#entertaining	{left: 300px; width: 75px;}
#news	{left: 374px; width: 74px;}
#contact	{left: 449px; width: 77px;}

#home a:hover	{background: transparent url(/images_template/menu2.png) no-repeat 0 0 ;}
#how a:hover {background: transparent url(/images_template/menu2.png)  no-repeat -75px 0;}
#signup a:hover {background: transparent url(/images_template/menu2.png)  no-repeat -150px 0 ;}
#viewmenu a:hover {background: transparent url(/images_template/menu2.png)  no-repeat -225px 0;}
#entertaining a:hover {background: transparent url(/images_template/menu2.png)  no-repeat -300px 0;}
#news a:hover {background: transparent url(/images_template/menu2.png)  no-repeat -374px 0;}
#contact a:hover {background: transparent url(/images_template/menu2.png)  no-repeat -449px 0;}


/* Show the page you are on - main nav */
body#homepage #home {background: transparent url(/images_template/menu2.png) no-repeat 0 0 ;}
body#howpage #how {background: transparent url(/images_template/menu2.png)  no-repeat -75px 0;}
body#signuppage #signup {background: transparent url(/images_template/menu2.png)  no-repeat -150px 0 ;}
body#menupage #viewmenu {background: transparent url(/images_template/menu2.png)  no-repeat -225px 0;}
body#entertainpage #entertaining {background: transparent url(/images_template/menu2.png)  no-repeat -300px 0;}
body#newspage #news {background: transparent url(/images_template/menu2.png)  no-repeat -374px 0;}
body#contactpage #contact {background: transparent url(/images_template/menu2.png)  no-repeat -449px 0;}
	
	
