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

.cssBut	{
	
	margin: 0;
	padding: 0;
	overflow:hidden;/* for ie to hide extra height*/
	background-repeat: no-repeat;
	height: 30px;
	width: 100%px;
			}
			.cssBut a {
	display: block;
	height: 24px;
	width: 100%;
	display: inline;
	float: left;
	overflow:hidden;/* for ie to hide extra height*/
			}
			.cssBut img {height: 24px; width: 100%; border: 0; }
			* html a:hover {visibility:visible}
			.cssBut a:hover img{visibility:hidden}