@charset "utf-8";
/* CSS Document */

#machineNav{
		margin:0px;
		padding:0px;
		top:0px;
		width:794px;
		height:102px;
		position:relative;
		background-image:url(/images/machineGalleryNav.jpg);
		list-style:none;
		text-decoration:none;
			}

			#machineNav li {
				margin:0px;
				padding:0px;
				position:absolute;
			}

			#machineNav li, #machineNav a {
				height:102px;
				display: block;
			}
			
			#machineNav a.NavLink {
				/*  Hide the text part of the links by moving it waaaayyy offscreen. */
				text-indent:-100000em;
			}

/*  NavLink dimensioning rules - specify offset from top and (constant) width of active area. */
			#Machine {left:0px; width:265px;}
			#Turbine {left:265px; width:265px;}
			#Parts {left:530px; width:264px;}
		
/*  Menu hover, active, and "current page" rules, using a "sprite" imagemap, and background positioning. */

			#Machine a:hover {background: transparent url(/images/machineGalleryNav.jpg) -0px -102px no-repeat;}
			#Turbine a:hover {background: transparent url(/images/machineGalleryNav.jpg) -265px -102px no-repeat;}
			#Parts a:hover {background: transparent url(/images/machineGalleryNav.jpg) -530px -102px no-repeat;}
