	#imgswap a {
/*		display:block;	*/
		width:157px;
		height:27;
/*		margin: 1em 0; padding:7px 0 10px 20px;  	*/
/*		font: bold 14px/1 sans-serif;	*/
		color:brown;
		background: url("http://www.droark.com/images/homePYB27x471.gif") 0 0 no-repeat;
		text-decoration: none;
		}
	#imgswap a:hover {	
		background-position: -157px 0;
		height:27;
		color: green;
		}
	#imgswap a:active {
		background-position: -314px 0;
		height:27;
		color:red;
		}
