﻿.SCPInContext
{
	margin: 5px 0px 0px 20px;
	display: block;
	width: 165px;
	height: 32px;
	background-color: #3A5C85;
	background: url(/SCP_Feature/InContext_up.png) no-repeat
}

.SCPInContext:hover
{
	background-color: #EAE3D0;
	background: url(/SCP_Feature/InContext_over.png) no-repeat
}

.SCPOnlineBooks
{
	margin: 5px 0px 0px 20px;
	display: block;
	width: 165px;
	height: 32px;
	background-color: #3A5C85;
	background: url(/SCP_Feature/OnlineBooks_up.png) no-repeat
}

.SCPOnlineBooks:hover
{
	background-color: #EAE3D0;
	background: url(/SCP_Feature/OnlineBooks_over.png) no-repeat
}

.SCPTranslated
{
	margin: 5px 0px 0px 20px;
	display: block;
	width: 165px;
	height: 32px;
	background-color: #3A5C85;
	background: url(/SCP_Feature/Translated_up.png) no-repeat
}

.SCPTranslated:hover
{
	background-color: #EAE3D0;
	background: url(/SCP_Feature/Translated_over.png) no-repeat
}

.SCPVideos
{
	margin: 5px 0px 0px 20px;
	display: block;
	width: 165px;
	height: 32px;
	background-color: #3A5C85;
	background: url(/SCP_Feature/Videos_up.png) no-repeat
}

.SCPVideos:hover
{
	background-color: #EAE3D0;
	background: url(/SCP_Feature/Videos_over.png) no-repeat
}