/* Main Navigation (left nav) Code */

#mainnav #MenuMap {
margin:0px;
padding:0px;
top:0px;
width:185px;
height:391px;
position:relative;
background-image:url(../images/main_nav.gif);     		 /*change*/
list-style:none;
text-decoration:none;
}
	#mainnav #MenuMap li {
	margin:0px;
	padding:0px;
	position:absolute;
	height:391px;
	}

		#mainnav #MenuMap a.home 		{display:block; text-indent:-999px; height:36px; text-indent:-999px;}
		#mainnav #MenuMap a.custom 		{display:block; text-indent:-999px; height:49px; text-indent:-999px;}
		#mainnav #MenuMap a.industrial 	{display:block; text-indent:-999px; height:64px; text-indent:-999px;}
		#mainnav #MenuMap a.info 		{display:block; text-indent:-999px; height:50px; text-indent:-999px;}
		#mainnav #MenuMap a.gallery 	{display:block; text-indent:-999px; height:33px; text-indent:-999px;}
		#mainnav #MenuMap a.contact 	{display:block; text-indent:-999px; height:34px; text-indent:-999px;}
		#mainnav #MenuMap a.windows		{display:block; text-indent:-999px; height:35px; text-indent:-999px;}
		#mainnav #MenuMap a.green 		{display:block; text-indent:-999px; height:90px; text-indent:-999px;}
			
			#mainnav #MenuMap a.NavLink {
			/*  Hide the text part of the links by moving it waaaayyy offscreen. */
			 text-indent:-999px;
			}

/*  NavLink dimensioning rules - specify offset from top and (constant) width of active area. */
				#home 		{left:0px; 	width:185px; top:0px; 	height:36px;}
				#custom 	{left:0px; 	width:185px; top:37px; 	height:49px;}
				#industrial	{left:0px; 	width:185px; top:85px; 	height:64px;}
				#info 		{left:0px; 	width:185px; top:149px; height:50px;}
				#gallery 	{left:0px; 	width:185px; top:199px; height:33px;}
				#contact 	{left:0px; 	width:185px; top:232px; height:34px;}
				#windows 	{left:0px; 	width:185px; top:266px; height:35px;}
				#green 		{left:0px; 	width:185px; top:301px; height:90px;}
					
/*  Menu hover, active, and "current page" rules, using a "sprite" imagemap, and background positioning. */

				#homepage #home a, #home a:hover 					{background: transparent url(../images/main_nav.gif) -185px 0px no-repeat;}
				#custompage #custom a, #custom a:hover 				{background: transparent url(../images/main_nav.gif) -185px -37px no-repeat;}
				#industrialpage #industrial a, #industrial a:hover 	{background: transparent url(../images/main_nav.gif) -185px -85px no-repeat;}
				#infopage #info a, #info a:hover 					{background: transparent url(../images/main_nav.gif) -185px -149px no-repeat;}
				
				#gallerypage #gallery a, #gallery a:hover 			{background: transparent url(../images/main_nav.gif) -185px -199px no-repeat;}
				#uniquepage #gallery a 								{background: transparent url(../images/main_nav.gif) -185px -199px no-repeat;}
				#vanitypage #gallery a 								{background: transparent url(../images/main_nav.gif) -185px -199px no-repeat;}
				#kitchenpage #gallery a 							{background: transparent url(../images/main_nav.gif) -185px -199px no-repeat;}				

				#contactpage #contact a, #contact a:hover 			{background: transparent url(../images/main_nav.gif) -185px -232px no-repeat;}
				#windowspage #windows a, #windows a:hover 			{background: transparent url(../images/main_nav.gif) -185px -266px no-repeat;}
				#greenpage #green a, #green a:hover 				{background: transparent url(../images/main_nav.gif) -185px -301px no-repeat;}