/*------------------------------------
	SITE NAVIGATION
-------------------------------------- */
#wrapper {
	clear: both;
	width: 800px;
	text-align: center;
}

#menu {
	width:800px;
	height:30px;
	background-image:url(/images/sitenavi.jpg);
	background-repeat:no-repeat;
}

#menu ul {
	margin:0px;padding:0px;
	list-style:none;
}

#menu li,#menu a {
	display:block;height:30px;
}

#menu li {
	float:left;margin:0px;padding:0px;
	text-indent:-9999px;
}

#menu a {
	text-decoration:none;
	background:url(/images/sitenavi.jpg) no-repeat;
}

/********** 01 **********/
#menu01 a {
	width:133px;
	background-position:0px 0px;
}

#menu01 a:hover {
	width:133px;
	background-position:0px -30px;
}

/********** 02 **********/
#menu02 a {
	width:133px;
	background-position:-133px 0px;
}

#menu02 a:hover {
	width:133px;
	background-position:-133px -30px;
}

/********** 03 **********/
#menu03 a {
	width:133px;
	background-position:-266px 0px;
}

#menu03 a:hover {
	width:133px;
	background-position:-266px -30px;
}

/********** 04 **********/
#menu04 a {
	width:133px;
	background-position:-399px 0px;
}

#menu04 a:hover {
	width:133px;
	background-position:-399px -30px;
}

/********** 05 **********/
#menu05 a {
	width:134px;
	background-position:-533px 0px;
}

#menu05 a:hover {
	width:134px;
	background-position:-533px -30px;
}

/********** 06 **********/
#menu06 a {
	width:133px;
	background-position:-667px 0px;
}

#menu06 a:hover {
	width:133px;
	background-position:-667px -30px;
}

