/* ------------------------ navigation index page --------------------------- */
#navigation {
	background-image:url(images/navigation.png);
	background-repeat:no-repeat;
	width: 536px;
	height: 48px;
	position: absolute;
	left: 400px;
	top: 30px;
	}

#navigation span {
	display: none;
	} 

#navigation li, #navigation a {
	height: 48px;
	display: block;
	}

#navigation li {
	float: left;
	list-style: none;
	}

#navigation-01 {
	background:url(images/navigation.png) 0px 0px no-repeat;
	width: 128px;
	margin: 0px;
	}
#navigation-02 {
	width: 140px;
	margin: 0px;
	}
#navigation-03 {
	width: 141px;
	margin: 0px;
	}
#navigation-04 {
	width: 127px;
	margin: 0px;
	}

#navigation-01 a:hover {
	background:url(images/navigation.png) -0px -48px no-repeat;
	}
#navigation-02 a:hover {
	background:url(images/navigation.png) -128px -48px no-repeat;
	}
#navigation-03 a:hover {
	background:url(images/navigation.png) -268px -48px no-repeat;
	}
#navigation-04 a:hover {
	background:url(images/navigation.png) -409px -48px no-repeat;
	}

/* ------------------------ end of navigation index page code --------------- */

#navigation-01a {
	background:url(images/navigation.png) -0px -48px no-repeat;
	width: 128px;
	margin: 0px;
	}
#navigation-02a {
	background:url(images/navigation.png) -128px -48px no-repeat;
	width: 140px;
	margin: 0px;
	}
#navigation-03a {
	background:url(images/navigation.png) -268px -48px no-repeat;
	width: 141px;
	margin: 0px;
	}
#navigation-04a {
	background:url(images/navigation.png) -409px -48px no-repeat;
	width: 127px;
	margin: 0px;
	}
/* ------------------------ navigation index page --------------------------- */
#navigation_footer {
	width: 600px;
	height: 20px;
	position: absolute;
	left: 500px;
	top: 20px;
	color: #484a29;
	text-align: center;
	}
#navigation_footer li, #navigation_footer a {
	height: 20px;
	display: block;
	color: #484a29;
	}
#navigation_footer a:hover {
	color: #006633;
	}
#navigation_footer li {
	float: left;
	list-style: none;
	}
#navigation_footer-01 {
	width: 120px;
	margin: 0px;
	}
#navigation_footer-02 {
	width: 120px;
	margin: 0px;
	}
#navigation_footer-03 {
	width: 120px;
	margin: 0px;
	}
#navigation_footer-04 {
	width: 120px;
	margin: 0px;
	}
