@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: 56px;
				clear: left;
				}
				
				#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#whats-new_button a {
				background-position: -56px 0;
				width: 95px;
				}
				
				#nav_buttons li#whats-new_button a:hover {
					background-position: -56px -25px;
					}
					
					#nav_buttons.whats-new_selected li#whats-new_button a {
						background-position: -56px -25px;
						cursor: default;
						}
			
			
			#nav_buttons li#about_button a {
				background-position: -151px 0;
				width: 58px;
				}
				
				#nav_buttons li#about_button a:hover {
					background-position: -151px -25px;
					}
					
					#nav_buttons.about_selected li#about_button a {
						background-position: -151px -25px;
						cursor: default;
						}
						
			#nav_buttons li#gallery_button a {
				background-position: -209px 0;
				width: 79px;
				}
				
				#nav_buttons li#gallery_button a:hover {
					background-position: -209px -25px;
					}
					
					#nav_buttons.gallery_selected li#gallery_button a {
						background-position: -209px -25px;
						cursor: default;
						}
						
			#nav_buttons li#commissioning_button a {
				background-position: -288px 0;
				width: 163px;
				}
				
				#nav_buttons li#commissioning_button a:hover {
					background-position: -288px -25px;
					}
					
					#nav_buttons.commissioning_selected li#commissioning_button a {
						background-position: -288px -25px;
						cursor: default;
						}
						
			#nav_buttons li#installations_button a {
				background-position: -451px 0;
				width: 151px;
				}
				
				#nav_buttons li#installations_button a:hover {
					background-position: -451px -25px;
					}
					
					#nav_buttons.installations_selected li#installations_button a {
						background-position: -451px -25px;
						cursor: default;
						}
						
			#nav_buttons li#contact_button a {
				background-position: -602px 0;
				width: 98px;
				}
				
				#nav_buttons li#contact_button a:hover {
					background-position: -602px -25px;
					}
					
					#nav_buttons.contact_selected li#contact_button a {
						background-position: -602px -25px;
						cursor: default;
						}