/* Navigation Bar */

	.navbar span {  height:36px;
					display:inline;
					float:left;
					text-align:right;
					background-image:url(../images/navigation.gif);
					position:relative;
					top:105px;
					left: 289px;
				}
			
	.home { width:69px; background-position:0 0;}
	.about { width:86px; background-position:-69px 0;}
	.compressors { width:140px; background-position: -155px 0;}
	.services { width:131px; background-position: -295px 0;}
	.contact { width:104px; background-position: -426px 0;}
	
	a:hover .home  { background-position:0 -36px; }
	a:hover .about {background-position:-69px -36px;}	
	a:hover .compressors {background-position: -155px -36px;}
	a:hover .services { background-position: -295px -36px;}
	a:hover .contact { background-position: -426px -36px;}	