	#menu1 a {
		display:block;
		width:145px;
		margin: 0em 0; padding:0px 0 47px;
		background: url("images/trynow.jpg") 0 0 no-repeat;
		}
	#menu1 a:hover {
		background-position: -145px 0;
		}

	#menu2 a {
		display:block;
		width:145px;
		margin: 0em 0; padding:0px 0 47px;
		background: url("images/buynow.jpg") 0 0 no-repeat;
		}
	#menu2 a:hover { 
		background-position: -145px 0; 
		}

	#menu3 a {
		display:block;
		width:137px;
		margin: 0em 0; padding:0px 0 126px;
		background: url("images/treasure.jpg") 0 0 no-repeat;
		}
	#menu3 a:hover {	
		background-position: -137px 0;
		}

	#menu4 a {
		display:block;
		width:59px;
		margin: 0em 0; padding:0px 0 32px;
		background: url("images/try.gif") 0 0 no-repeat;
		}
	#menu4 a:hover {	
		background-position: -59px 0;
		}
	
	#menu5 a {
		display:block;
		width:58px;
		margin: 0em 0; padding:0px 0 32px;
		background: url("images/buy.gif") 0 0 no-repeat;
		}
	#menu5 a:hover {	
		background-position: -58px 0;
		}
	
	BODY	A:hover,A:active	{ text-decoration:underline; color:#000000}
			A 					{ text-decoration:none; color:#ffffff}