﻿@charset "utf-8";
/* CSS Document */

#nav {
	display: block;
	line-height: 33px;
	text-indent: 0px;
	overflow: hidden;
	background-position: center top;
}
.navHome a {
	display:block;
	width:73px;
	height:33px;
	background: url(../images/Button_Home.gif) 0 0 no-repeat;
	text-decoration: none;
	}
.navHome a:hover {	
	background-position: -73px 0;
	}
.navAbout a {
	display:block;
	width:166px;
	height:33px;
	background: url(../images/Button_About.gif) 0 0 no-repeat;
	text-decoration: none;
	}
.navAbout a:hover {	
	background-position: -166px 0;
	}
.navAboutActive a {
	display:block;
	width:166px;
	height:33px;
	background: url(../images/Button_About_Active.gif) 0 0 no-repeat;
	text-decoration: none;
	}
.navPaS a {
	display:block;
	width:194px;
	height:33px;
	background: url(../images/Button_PaS.gif) 0 0 no-repeat;
	text-decoration: none;
	}
.navPaS a:hover {	
	background-position: -194px 0;
	}
.navPaSActive a {
	display:block;
	width:194px;
	height:33px;
	background: url(../images/Button_PaS_Active.gif) 0 0 no-repeat;
	text-decoration: none;
	}
.navResources a {
	display:block;
	width:115px;
	height:33px;
	background: url(../images/Button_Resources.gif) 0 0 no-repeat;
	text-decoration: none;
	}
.navResources a:hover {	
	background-position: -115px 0;
	}
.navResourcesActive a {
	display:block;
	width:115px;
	height:33px;
	background: url(../images/Button_Resources_Active.gif) 0 0 no-repeat;
	text-decoration: none;
	}
.navEnvironment a {
	display:block;
	width:134px;
	height:33px;
	background: url(../images/Button_Environment.gif) 0 0 no-repeat;
	text-decoration: none;
	}
.navEnvironment a:hover {	
	background-position: -134px 0;
	}
.navEnvironmentActive a {
	display:block;
	width:134px;
	height:33px;
	background: url(../images/Button_Environment_Active.gif) 0 0 no-repeat;
	text-decoration: none;
	}
.navContact a {
	display:block;
	width:97px;
	height:33px;
	background: url(../images/Button_Contact.gif) 0 0 no-repeat;
	text-decoration: none;
	}
.navContact a:hover {	
	background-position: -97px 0;
	}
.navContactActive a {
	display:block;
	width:97px;
	height:33px;
	background: url(../images/Button_Contact_Active.gif) 0 0 no-repeat;
	text-decoration: none;
	}
.navCC a {
	display:block;
	width:139px;
	height:33px;
	background: url(../images/Button_CC.gif) 0 0 no-repeat;
	text-decoration: none;
	}
.navCC a:hover {	
	background-position: -139px 0;
	}
.navCCActive a {
	display:block;
	width:139px;
	height:33px;
	background: url(../images/Button_CC_Active.gif) 0 0 no-repeat;
	text-decoration: none;
	}

