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

#header #nav_buttons {
		height: 35px;
		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, li a {
					float: left;
					overflow: hidden;
					height: 35px;
					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#menu_fill_1 {
				background-position: 0 0;
				width: 42px;
				}
				
			#nav_buttons li#menu_fill_2 {
				background-position: -656px 0;
				width: 44px;
				}
			
			
			#nav_buttons li#welcome_button a {
				background-position: -42px 0;
				width: 87px;
				}
				
				#nav_buttons li#welcome_button a:hover {
					background-position: -42px -35px;
					}
					
					#nav_buttons li#welcome_button a:active {
						background-position: -42px -70px;
						}
					
					#nav_buttons.welcome_selected li#welcome_button a {
						background-position: -42px -35px;
						cursor: default;
						}
						
			#nav_buttons li#about_button a {
				background-position: -129px 0;
				width: 139px;
				}
				
				#nav_buttons li#about_button a:hover {
					background-position: -129px -35px;
					}
					
					#nav_buttons li#about_button a:active {
						background-position: -129px -70px;
						}
					
					#nav_buttons.about_selected li#about_button a {
						background-position: -129px -35px;
						cursor: default;
						}
						
			#nav_buttons li#recent_button a {
				background-position: -268px 0;
				width: 152px;
				}
				
				#nav_buttons li#recent_button a:hover {
					background-position: -268px -35px;
					}
					
					#nav_buttons li#recent_button a:active {
						background-position: -268px -70px;
						}
					
					#nav_buttons.recent_selected li#recent_button a {
						background-position: -268px -35px;
						cursor: default;
						}
						
			#nav_buttons li#portfolio_button a {
				background-position: -420px 0;
				width: 149px;
				}
				
				#nav_buttons li#portfolio_button a:hover {
					background-position: -420px -35px;
					}
					
					#nav_buttons li#portfolio_button a:active {
						background-position: -420px -70px;
						}
					
					#nav_buttons.portfolio_selected li#portfolio_button a {
						background-position: -420px -35px;
						cursor: default;
						}
						
			#nav_buttons li#contact_button a {
				background-position: -569px 0;
				width: 87px;
				}
				
				#nav_buttons li#contact_button a:hover {
					background-position: -569px -35px;
					}
					
					#nav_buttons li#contact_button a:active {
						background-position: -569px -70px;
						}
					
					#nav_buttons.contact_selected li#contact_button a {
						background-position: -569px -35px;
						cursor: default;
						}