/* gallery Navigation (center nav on main and gallery pages) Code */

#gallerynav #gallerymap {
margin:0px;
padding:0px;
top:0px;
width:549px;
height:140px;
position:relative;
background-image:url(../images/gallery_menu.jpg);
list-style:none;
text-decoration:none;
}
	#gallerynav #gallerymap li {
	margin:0px;
	padding:0px;
	position:absolute;
	}
	#gallerynav #gallerymap li, #gallerynav #gallerymap a {
	height:140px;
	display: block;
	}
		#gallerynav #gallerymap a.NavLink {
		/*  Hide the text part of the links by moving it waaaaaaay offscreen. */
		text-indent:-999em;
		}
		/*  NavLink dimensioning rules - specify offset from top and (constant) width of active area. */
		#unique 	{left:0px; width:183px;}
		#kitchen 	{left:183px; width:182px;}
		#vanity 	{left:365px; width:184px;}
		/*  Menu hover, active, and "current page" rules, using a "sprite" imagemap, and background positioning. */
		#uniquepage #unique a, #unique a:hover		{background: transparent url(../images/gallery_menu.jpg) -0px -140px no-repeat;}
		#kitchenpage #kitchen a, #kitchen a:hover	{background: transparent url(../images/gallery_menu.jpg) -183px -140px no-repeat;}
		#vanitypage #vanity a, #vanity a:hover		{background: transparent url(../images/gallery_menu.jpg) -365px -140px no-repeat;}
