@charset "utf-8";
/* CSS Document */
a.but,a.but span,a.but:hover,a.but:hover span {
	height:42px; 
	display:inline-block;
	text-decoration:none;
}
a.but {
	background:url(../images/shredbutton.jpg) top left;
	padding-left:10px;
	font-family:"Trebuchet MS", Tahoma, Geneva, sans-serif;
	color:green;
	font-size:14px;
	font-weight: bold;
	text-shadow:#FFF 0px 0px 10px;
	line-height:42px; /* width:100px; overflow:hidden; for fixed length button*/ 
 

}
a.but span {
	background:url(../images/shredbutton.jpg) top right;
	padding-right:10px; /* width:90px; text-align:center; for fixed length button*/
}

a.but:hover {
	background-position: left bottom;
	cursor:pointer;
	color:#FFF;
}
a.but:hover span {
	background-position: right bottom;
}
