@charset "UTF-8";

#topnavi {
	clear:both;
	width:840px;
	margin:0;
	padding:0;
	float:left;
        list-style: none;
	background:url("menuimage/1.png") no-repeat;
}

#topnavi li {
	float:left;
}

#topnavi a {
	display:block;
	width:120px;
	height:60px;
}

#topnavi a:hover {
	background:none;
}

#topnavi li a:hover img, #topnavi li a.active img {
	width:0;
	height:0;
}