			/* NAVIGATION BUTTONS */
			.pmenu {
						height: 277px;
						width: 790px;
			}
			.destination	{
						position:relative;
						float: left;
						background: url(images/destination-hover.jpg) no-repeat;
						width: 190px;
						height: 277px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			
			.destinationclicked	{
						position:relative;
						float: left;
						background: url(images/destination-clicked.jpg) no-repeat;
						width: 410px;
						height: 277px;
				        overflow:hidden;/* for ie to hide extra height*/	
			}
			
			.technique	{
						position:relative;
						float: left;
						background: url(images/technique-hover.jpg) no-repeat;
						width: 190px;
						height: 277px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			
			.techniqueclicked	{
						position:relative;
						float: left;
						background: url(images/technique-clicked.jpg) no-repeat;
						width: 410px;
						height: 277px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			
			.tackle	{
						position:relative;
						float: left;
						background: url(images/tackle-hover.jpg) no-repeat;
						width: 190px;
						height: 277px;
				        overflow:hidden;/* for ie to hide extra height*/	
			}
			
			.tackleclicked	{
						position:relative;
						float: left;
						background: url(images/tackle-clicked.jpg) no-repeat;
						width: 410px;
						height: 277px;
				        overflow:hidden;/* for ie to hide extra height*/	
			}
			
			.other	{
						position:relative;
						float: left;
						background: url(images/forumbanner.jpg) no-repeat;
						width: 220px;
						height: 277px;
				        overflow:hidden;/* for ie to hide extra height*/	
			}
			
			.pmenu a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 190px;
						height: 277px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.pmenu a:hover {
						color: #ffffff;
			}
			

			.pmenu img {width: 190px; height: 277px; border: 0; }
			* html a:hover {visibility:visible}
			.pmenu a:hover img{visibility:hidden}

			/* END OF NAVIGATION */