	/* ---------- Main Navigation ---------- */
		img.image{ display: none; }
		
		ul#navMap{
			margin: 0;
			padding: 0;
			background: transparent url(../images/menu_bg.png) top left no-repeat;
			height: 32px;
			width: 850px;
			position: relative;
			list-style-type:none;
			
		}
		
		#navMap li { 
			margin: 0; 
			padding: 0; 
			position: absolute; 
			font-size: 85%; 
		}
	
	/* ---------- Hotspot Declarations ---------- */
	
		
		li#home { top: 0px; left: 0px; list-style-type:none; }
		li#home a{ position: absolute; width: 92px; height: 32px; text-decoration: none; }
		li#home a span{ display: none; }
		li#home a:hover{ position: absolute; background: transparent url(../images/menu_bg.png) -0px -32px no-repeat; top: 0px; left: -0px; }
		
		li#forum { top: 0px; left: 92px; list-style-type:none; }
		li#forum a{ position: absolute; width: 92px; height: 32px; text-decoration: none; }
		li#forum a span{ display: none; }
		li#forum a:hover{ position: absolute; background: transparent url(../images/menu_bg.png) -92px -32px no-repeat; top: 0px; left: -0px; }
		
		li#stuff { top: 0px; left: 184px; list-style-type:none; }
		li#stuff a{ position: absolute; width: 165px; height: 32px; text-decoration: none; }
		li#stuff a span{ display: none; }
		li#stuff a:hover{ position: absolute; background: transparent url(../images/menu_bg.png) -184px -32px no-repeat; top: 0px; left: -0px; }
		
		li#yard{ top: 0px; left: 349px; list-style-type:none; }
		li#yard a{ position: absolute; width: 158px; height: 32px; text-decoration: none; }
		li#yard a span{ display: none; }
		li#yard a:hover{ position: absolute; background: transparent url(../images/menu_bg.png) -349px -32px no-repeat; top: 0px; left: -0px; }
		
		li#gossipGrace { top: 0px; left: 507px; list-style-type:none; }
		li#gossipGrace a{ position: absolute; width: 207px; height: 32px; text-decoration: none; }
		li#gossipGrace a span{ display: none; }
		li#gossipGrace a:hover{ position: absolute; background: transparent url(../images/menu_bg.png) -507px -32px no-repeat; top: 0px; left: -0px; }
		
		li#members { top: 0px; left: 714px; list-style-type:none; }
		li#members a{ position: absolute; width: 136px; height: 32px; text-decoration: none; }
		li#members a span{ display: none; }
		li#members a:hover{ position: absolute; background: transparent url(../images/menu_bg.png) -714px -32px no-repeat; top: 0px; left: -0px; }
		
	
	