/*Main Navigation*/

#nav1{
	position: absolute;
	background: url(../Images/nav/navOne.png) no-repeat top;
	width: 60px;
	height: 20px;
	left: 1px;
	display: block;
	cursor: pointer;
	}
	
#nav1:hover{
	background: url(../Images/nav/navOne.png) no-repeat bottom;
	width: 60px;
	height: 20px;
	display: block;
	}
	
#nav1.here{
	background: url(../Images/nav/navOne.png) no-repeat bottom;
	width: 60px;
	height: 20px;
	display: block;
	}
	
#nav2{
	position: absolute;
	background: url(../Images/nav/navTwo.png) no-repeat top;
	width: 140px;
	height: 20px;
	left: 62px;
	display: block;
	cursor: pointer;
	}
	
#nav2:hover{
	background: url(../Images/nav/navTwo.png) no-repeat bottom;
	width: 140px;
	height: 20px;
	display: block;
	}
	
#nav2.here{
	background: url(../Images/nav/navTwo.png) no-repeat bottom;
	width: 140px;
	height: 20px;
	display: block;
	}
	
#nav3{
	position: absolute;
	background: url(../Images/nav/navThree.png) no-repeat top;
	width: 160px;
	height: 20px;
	display: block;
	left: 203px;
	cursor: pointer;
	}
	
#nav3:hover{
	background: url(../Images/nav/navThree.png) no-repeat bottom;
	width: 160px;
	height: 20px;
	display: block;
	}
	
#nav3.here{
	background: url(../Images/nav/navThree.png) no-repeat bottom;
	width: 160px;
	height: 20px;
	display: block;
	}
	
#nav4{
	position: absolute;
	background: url(../Images/nav/navFour.png) no-repeat top;
	width: 136px;
	height: 20px;
	display: block;
	left: 364px;
	cursor: pointer;
	}
	
#nav4:hover{
	background: url(../Images/nav/navFour.png) no-repeat bottom;
	width: 136px;
	height: 20px;
	display: block;
	}
	
#nav4.here{
	background: url(../Images/nav/navFour.png) no-repeat bottom;
	width: 136px;
	height: 20px;
	display: block;
	}
	
#nav5{
	position: absolute;
	background: url(../Images/nav/navFive.png) no-repeat top;
	width: 84px;
	height: 20px;
	display: block;
	left: 501px;
	cursor: pointer;
	}	
	
#nav5:hover{
	background: url(../Images/nav/navFive.png) no-repeat bottom;
	width: 84px;
	height: 20px;
	display: block;
	}
	
#nav5.here{
	background: url(../Images/nav/navFive.png) no-repeat bottom;
	width: 84px;
	height: 20px;
	display: block;
	}
	
#nav6{
	position: absolute;
	background: url(../Images/nav/navSix.png) no-repeat top;
	width: 84px;
	height: 20px;
	display: block;
	left: 586px;
	cursor: pointer;
	}	
	
#nav6:hover{
	background: url(../Images/nav/navSix.png) no-repeat bottom;
	width: 84px;
	height: 20px;
	display: block;
	}
	
#nav6.here{
	background: url(../Images/nav/navSix.png) no-repeat bottom;
	width: 84px;
	height: 20px;
	display: block;
	}
	
#nav7{
	position: absolute;
	background: url(../Images/nav/navSeven.png) no-repeat top;
	width: 93px;
	height: 20px;
	display: block;
	left: 671px;
	cursor: pointer;
	}	
	
#nav7:hover{
	background: url(../Images/nav/navSeven.png) no-repeat bottom;
	width: 93px;
	height: 20px;
	display: block;
	}
	
#nav7.here{
	background: url(../Images/nav/navSeven.png) no-repeat bottom;
	width: 93px;
	height: 20px;
	display: block;
	}