/*Category Images - preload both states and then shift over on hover*/
.category a {
	display:block;
	width:270px;
	height:180px;
	margin-right: 10px;
	float:left;
}

.category #news a {	
	background: url('../sirumpics/categories/news_category.jpg') -1px 0 no-repeat;
}
.category #news a:hover {	
	background-position: -271px 0;
}

.category #coordination a {	
	background: url('../sirumpics/categories/coordination_category.jpg') -1px 0 no-repeat;
}
.category #coordination a:hover {	
	background-position: -271px 0;
}

.category #results a {	
	background: url('../sirumpics/categories/results_category.jpg') -1px 0 no-repeat;
}
.category #results a:hover {	
	background-position: -271px 0;
}

.category #benefits a {	
	background: url('../sirumpics/categories/benefits_category.jpg') -1px 0 no-repeat;
}
.category #benefits a:hover {	
	background-position: -271px 0;
}

.category #inspiration a {	
	background: url('../sirumpics/categories/inspiration_category.jpg') -1px 0 no-repeat;
}
.category #inspiration a:hover {	
	background-position: -271px 0;
}

.category #pilot a {	
	background: url('../sirumpics/categories/pilot_category.jpg') -1px 0 no-repeat;
}
.category #pilot a:hover {	
	background-position: -271px 0;
}

.category #questions a {	
	background: url('../sirumpics/categories/questions_category.jpg') -1px 0 no-repeat;
}
.category #questions a:hover {	
	background-position: -271px 0;
}

.category #standardization a {	
	background: url('../sirumpics/categories/standardization_category.jpg') -1px 0 no-repeat;
}
.category #standardization a:hover {	
	background-position: -271px 0;
}

.category #drugsexpire a {	
	background: url('../sirumpics/categories/drugsexpire_category.jpg') -1px 0 no-repeat;
}
.category #drugsexpire a:hover {	
	background-position: -271px 0;
}

.category #getmedicine a {	
	background: url('../sirumpics/categories/getmedicine_category.jpg') -1px 0 no-repeat;
}
.category #getmedicine a:hover {	
	background-position: -271px 0;
}

.category #donatemedicine a {	
	background: url('../sirumpics/categories/donatemedicine_category.jpg') -1px 0 no-repeat;
}
.category #donatemedicine a:hover {	
	background-position: -271px 0;
}

.category #preview a {	
	background: url('../sirumpics/categories/preview_category.jpg') -1px 0 no-repeat;
}
.category #preview a:hover {	
	background-position: -271px 0;
}

.category #inkind a {	
	background: url('../sirumpics/categories/inkind_category.jpg') -1px 0 no-repeat;
}
.category #inkind a:hover {	
	background-position: -271px 0;
}

.category #contribute a {	
	background: url('../sirumpics/categories/contribute_category.jpg') -1px 0 no-repeat;
}
.category #contribute a:hover {	
	background-position: -271px 0;
}

.category #volunteer a {	
	background: url('../sirumpics/categories/volunteer_category.jpg') -1px 0 no-repeat;
}
.category #volunteer a:hover {	
	background-position: -271px 0;
}

.category #measuring a {	
	background: url('../sirumpics/categories/measuring_category.jpg') -1px 0 no-repeat;
}
.category #measuring a:hover {	
	background-position: -271px 0;
}

.category #problem a {	
	background: url('../sirumpics/categories/problem_category.jpg') -1px 0 no-repeat;
}
.category #problem a:hover {	
	background-position: -271px 0;
}

.category #solution a {	
	background: url('../sirumpics/categories/solution_category.jpg') -1px 0 no-repeat;
}
.category #solution a:hover {	
	background-position: -271px 0;
}

.category #press a {	
	background: url('../sirumpics/categories/press_category.jpg') -1px 0 no-repeat;
}
.category #press a:hover {	
	background-position: -271px 0;
}

