@charset "UTF-8";
/* CSS Document */

a.menu1 {
	display: inline-block;
	height: 65px;
	width: 166px;
	text-decoration: none;
	background: url("menu1.gif");
}


a.menu2 {
	display: inline-block;
	height: 85px;
	width: 166px;
	text-decoration: none;
	background: url("menu2.gif");
}


a.menu3 {
	display: inline-block;
	height: 85px;
	width: 166px;
	text-decoration: none;
	background: url("menu3.gif");
}


a.menu4 {
	display: inline-block;
	height: 85px;
	width: 166px;
	text-decoration: none;
	background: url("menu4.gif");
}

a:hover {
	background-position: -166px 0;	
}