	BODY	A:hover,A:active	{ text-decoration:underline; color:#b8b8b8}
			A 					{ text-decoration:none; color:#ffffff}

	#features_but a {
		display:block;
		width:135px;
		margin: 0em 0; padding:0px 0 14px;
		background: url("images/featuresbutton.jpg") 0 0 no-repeat;
		}
		
	#features_but a:hover {	
		background-position: -135px 0;
		}
			
	#screenshots_but a {
		display:block;
		width:203px;
		margin: 0em 0; padding:0px 0 14px;
		background: url("images/screenshotsbutton.jpg") 0 0 no-repeat;
		}
	#screenshots_but a:hover {	
		background-position: -203px 0;
		}				
			
	#video_but a {
		display:block;
		width:101px;
		margin: 0em 0; padding:0px 0 14px;
		background: url("images/videobutton.jpg") 0 0 no-repeat;
		}
	#video_but a:hover {	
		background-position: -101px 0;
		}	

