
/* LEFT MENU */

.info01 a {
	display: block;
	width: 200px;
	height: 50px;
	margin: 0 0 5px 0;
	font-size: 1px;
	linheight: 1px;
	text-indent: -1000em;
	overflow: hidden;
	background-image: url(menu/01_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
    }
.info02 a {
	display: block;
	width: 200px;
	height: 50px;
	margin: 0 0 5px 0;
	font-size: 1px;
	linheight: 1px;
	text-indent: -1000em;
	overflow: hidden;
	background-image: url(menu/02_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
    }
.info03 a {
	display: block;
	width: 200px;
	height: 50px;
	margin: 0 0 5px 0;
	font-size: 1px;
	linheight: 1px;
	text-indent: -1000em;
	overflow: hidden;
	background-image: url(menu/03_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
    }
.info04 a {
	display: block;
	width: 200px;
	height: 50px;
	margin: 0 0 5px 0;
	font-size: 1px;
	linheight: 1px;
	text-indent: -1000em;
	overflow: hidden;
	background-image: url(menu/04_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
    }
.info05 a {
	display: block;
	width: 200px;
	height: 50px;
	margin: 0 0 5px 0;
	font-size: 1px;
	linheight: 1px;
	text-indent: -1000em;
	overflow: hidden;
	background-image: url(menu/05_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
    }
.info06 a {
	display: block;
	width: 200px;
	height: 50px;
	margin: 0 0 5px 0;
	font-size: 1px;
	linheight: 1px;
	text-indent: -1000em;
	overflow: hidden;
	background-image: url(menu/06_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
    }
.info07 a {
	display: block;
	width: 200px;
	height: 50px;
	margin: 0 0 5px 0;
	font-size: 1px;
	linheight: 1px;
	text-indent: -1000em;
	overflow: hidden;
	background-image: url(menu/07_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
    }
.info08 a {
	display: block;
	width: 200px;
	height: 50px;
	margin: 0 0 5px 0;
	font-size: 1px;
	linheight: 1px;
	text-indent: -1000em;
	overflow: hidden;
	background-image: url(menu/home_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
    }
.info01 a:hover,
.info02 a:hover,
.info03 a:hover,
.info04 a:hover,
.info05 a:hover,
.info06 a:hover,
.info07 a:hover,
.info08 a:hover		{
	background-position: -200px 0px;
}

