@charset "UTF-8";


#events a
	{
		background-image:url(../images/ministry/b_events.jpg);
		width:213px;
		height:30px;
		display:block;
		position:relative;
		top:10px;
		right:0px;
		left:18px;
		
	}

#recommended a
	{
		background-image:url(../images/ministry/b_recommended.jpg);
		width:213px;
		height:30px;
		display:block;
		position:relative;
		top:10px;
		right:0px;
		left:18px;
		padding-top:30;
		
	}
	

#perspectives a
	{
		background-image:url(../images/ministry/b_perspectives.jpg);
		width:213px;
		height:30px;
		display:block;
		position:relative;
		top:10px;
		right:0px;
		left:18px;
		padding-top:30;
		
	}	

	
	
#events a:hover, #recommended a:hover, #perspectives a:hover
	{
		background-position:0 -30px;
	}