#imageMenu4 {
	width: 600px;
	height: 80px;
	overflow: hidden;
	margin-left:86px;
}

#imageMenu4 ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 80px;
	width: 600px;
	
	}

#imageMenu4 ul li {
	float: right;
}

#imageMenu4 ul li a {
	text-indent: -1000px;
	display:block;
	overflow:hidden;
	width:200px;
	height: 80px;
}


#imageMenu4 ul li.bun a {
	background: url(image/bun.gif) repeat scroll 0%; background-repeat:no-repeat;
}
#imageMenu4 ul li.dis a {
	background: url(image/dis.gif) repeat scroll 0%; background-repeat:no-repeat;
}

#imageMenu4 ul li.eng a {
	background: url(image/eng.gif) repeat scroll 0%; background-repeat:no-repeat;
}


#imageMenu4 ul li.bun a:hover{
	background: url(image/link/bun.gif) repeat scroll 0%; background-repeat:no-repeat;
}

#imageMenu4 ul li.dis a:hover{
	background: url(image/link/dis.gif) repeat scroll 0%; background-repeat:no-repeat;
}

#imageMenu4 ul li.eng a:hover{
	background: url(image/link/eng.gif) repeat scroll 0%; background-repeat:no-repeat;
}

