#menu_switcher_holder {
	position: relative;
	 margin: 0 auto;
	padding: 0;
	width:184px;
	height:77px;
}

ul#menu_switcher {
	list-style-type: none;
	overflow: hidden;
	margin:  0;
	padding: 0;
}

/* menu_01 ----------------------------------------------------------------------------------*/

li#menu_switcher_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:92px;
	height:77px;
	background: url(../images/menu_switcher.jpg) 0 0 no-repeat;
}

li#menu_switcher_01  a {
	display: block;
	width:92px;
	height:77px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

li#menu_switcher_01 a:hover {
	background: url(../images/menu_switcher.jpg) 0 -77px no-repeat;
}

li#menu_switcher_01 a:active {
	background: url(../images/menu_switcher.jpg) 0 -77px no-repeat;
}

li#menu_switcher_01_on {
	position:absolute;
	left:0px;
	top:0px;
	width:92px;
	height:77px;
	background: url(../images/menu_switcher.jpg) 0 -154px no-repeat;
}

li#menu_switcher_01_on  a {
	display: block;
	width:92px;
	height:77px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

/* menu_02 ----------------------------------------------------------------------------------*/

li#menu_switcher_02 {
	position:absolute;
	left:92px;
	top:0px;
	width:92px;
	height:77px;
	background: url(../images/menu_switcher.jpg) -92px 0 no-repeat;
}

li#menu_switcher_02  a {
	display: block;
	width:92px;
	height:77px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

li#menu_switcher_02 a:hover {
	background: url(../images/menu_switcher.jpg) -92px -77px no-repeat;
}

li#menu_switcher_02 a:active {
	background: url(../images/menu_switcher.jpg) -92px -77px no-repeat;
}

li#menu_switcher_02_on {
	position:absolute;
	left:92px;
	top:0px;
	width:92px;
	height:77px;
	background: url(../images/menu_switcher.jpg) -92px -154px no-repeat;
}

li#menu_switcher_02_on  a {
	display: block;
	width:92px;
	height:77px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}