@charset "UTF-8";
/* Proctor Bronzes Navigational Buttons' */

#header #nav_buttons {
		height: 25px;
		width: 700px;
		margin: auto;
		padding: 0;
		font-size: 16px;
		text-transform: uppercase;
		}
		
		#nav_buttons ul {
			margin: 0;
			padding: 0;
			}
			
			#nav_buttons li {
				display: inline;
				}
				
				#nav_buttons li span {
					display: none;
					}
				
				#nav_buttons li a {
					float: left;
					overflow: hidden;
					height: 25px;
					color: #AAA;
					text-decoration: none;
					background-image: url(../images/main_nav/main_nav.jpg);
					background-repeat: no-repeat;
					border: none;
					outline: none;
					}
					
			#nav_buttons li#home_button a {
				background-position: 0 0;
				width: 65px;
				}
				
				#nav_buttons li#home_button a:hover {
					background-position: 0 -25px;
					}
					
					#nav_buttons.home_selected li#home_button a {
						background-position: 0 -25px;
						cursor: default;
						}
						
			#nav_buttons li#about_button a {
				background-position: -65px 0;
				width: 67px;
				}
				
				#nav_buttons li#about_button a:hover {
					background-position: -65px -25px;
					}
					
					#nav_buttons.about_selected li#about_button a {
						background-position: -65px -25px;
						cursor: default;
						}
						
			#nav_buttons li#gallery_button a {
				background-position: -132px 0;
				width: 94px;
				}
				
				#nav_buttons li#gallery_button a:hover {
					background-position: -132px -25px;
					}
					
					#nav_buttons.gallery_selected li#gallery_button a {
						background-position: -132px -25px;
						cursor: default;
						}
						
			#nav_buttons li#commissioning_button a {
				background-position: -226px 0;
				width: 188px;
				}
				
				#nav_buttons li#commissioning_button a:hover {
					background-position: -226px -25px;
					}
					
					#nav_buttons.commissioning_selected li#commissioning_button a {
						background-position: -226px -25px;
						cursor: default;
						}
						
			#nav_buttons li#installations_button a {
				background-position: -414px 0;
				width: 174px;
				}
				
				#nav_buttons li#installations_button a:hover {
					background-position: -414px -25px;
					}
					
					#nav_buttons.installations_selected li#installations_button a {
						background-position: -414px -25px;
						cursor: default;
						}
						
			#nav_buttons li#contact_button a {
				background-position: -588px 0;
				width: 112px;
				}
				
				#nav_buttons li#contact_button a:hover {
					background-position: -588px -25px;
					}
					
					#nav_buttons.contact_selected li#contact_button a {
						background-position: -588px -25px;
						cursor: default;
						}