/*
Site: actier
Page: navi-top
*/

/* --- navi-top --- */

li#home {
	width: 158px;
	height: 35px;
	text-indent: -9999px;
	background: url(../common/btn-home-off.gif) no-repeat;
}

li#home a {
	width: 158px;
	height: 35px;
	display: block;
}

li#home a:hover {
	background: url(../common/btn-home-on.gif) no-repeat;
}

li#list {
	width: 159px;
	height: 35px;
	text-indent: -9999px;
	background: url(../common/btn-list-off.gif) no-repeat;
}

li#list a {
	width: 159px;
	height: 35px;
	display: block;
}

li#list a:hover {
	background: url(../common/btn-list-on.gif) no-repeat;
}

li#about {
	width: 159px;
	height: 35px;
	text-indent: -9999px;
	background: url(../common/btn-about-off.gif) no-repeat;
}

li#about a {
	width: 159px;
	height: 35px;
	display: block;
}

li#about a:hover {
	background: url(../common/btn-about-on.gif) no-repeat;
}

li#order {
	width: 159px;
	height: 35px;
	text-indent: -9999px;
	background: url(../common/btn-order-off.gif) no-repeat;
}

li#order a {
	width: 159px;
	height: 35px;
	display: block;
}

li#order a:hover {
	background: url(../common/btn-order-on.gif) no-repeat;
}

li#voice {
	width: 159px;
	height: 35px;
	text-indent: -9999px;
	background: url(../common/btn-voice-off.gif) no-repeat;
}

li#voice a {
	width: 159px;
	height: 35px;
	display: block;
}

li#voice a:hover {
	background: url(../common/btn-voice-on.gif) no-repeat;
}

li#cart {
	width: 158px;
	height: 35px;
	text-indent: -9999px;
	background: url(../common/btn-cart-off.gif) no-repeat;
}

li#cart a {
	width: 158px;
	height: 35px;
	display: block;
}

li#cart a:hover {
	background: url(../common/btn-cart-on.gif) no-repeat;
}

