@charset "utf-8";
/* CSS Document */

.navContainer {
	width: 565px;
	float: left;
	margin-top: 60px;
	margin-left: 56px;
}


/* ----------------- */


.nav001 a, home:visited {
	width: 54px;
	height: 24px;
	display:block;
	text-decoration: none;
	background-image: url(../img/nav/001.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
}

.nav001 a:hover {	
		background-position: 0 -24px;
}

.nav001 a:active {
		background-position: 0 -48px;
}

/* ----------------- */

.nav002 a, home:visited {
	width: 89px;
	height: 24px;
	display:block;
	text-decoration: none;
	background-image: url(../img/nav/002.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
}

.nav002 a:hover {	
		background-position: 0 -24px;
}

.nav002 a:active {
		background-position: 0 -48px;
}

/* ----------------- */

.nav003 a, home:visited {
	width: 138px;
	height: 24px;
	display:block;
	text-decoration: none;
	background-image: url(../img/nav/003.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
}

.nav003 a:hover {	
		background-position: 0 -24px;
}

.nav003 a:active {
		background-position: 0 -48px;
}

/* ----------------- */

.nav004 a, home:visited {
	width: 125px;
	height: 24px;
	display:block;
	text-decoration: none;
	background-image: url(../img/nav/004.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
}

.nav004 a:hover {	
		background-position: 0 -24px;
}

.nav004 a:active {
		background-position: 0 -48px;
}

/* ----------------- */

.nav005 a, home:visited {
	width: 106px;
	height: 24px;
	display:block;
	text-decoration: none;
	background-image: url(../img/nav/005.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
}

.nav005 a:hover {	
		background-position: 0 -24px;
}

.nav005 a:active {
		background-position: 0 -48px;
}


.nav001normal {
	height: 24px;
	width: 54px;
	float: left;
	margin-right: 10px;
}

.nav002normal {
	height: 24px;
	width: 89px;
	float: left;
	margin-right: 10px;
}

.nav003normal {
	height: 24px;
	width: 138px;
	float: left;
	margin-right: 10px;
}

.nav004normal {
	height: 24px;
	width: 125px;
	float: left;
	margin-right: 10px;
}

.nav005normal {
	height: 24px;
	width: 106px;
	float: left;
	margin-right: 10px;
}
