a.home  {
	width: 64px;
	height: 64px;
	line-height: 26px;
	padding: 0;
	margin: 20px 0px 0px 10px;
	display: block;
	background: url(../images/home.gif) no-repeat;
	outline: none;
	text-indent: -9999px;
}
a.characters  {
	width: 64px;
	height: 64px;
	line-height: 26px;
	padding: 0;
	margin: 20px 0px 0px 4px;
	display: block;
	background: url(../images/characters.gif) no-repeat;
	outline: none;
	text-indent: -9999px;
}
a.graphics  {
	width: 64px;
	height: 64px;
	line-height: 26px;
	padding: 0;
	margin: 20px 0px 0px 4px;
	display: block;
	background: url(../images/graphics.gif) no-repeat;
	outline: none;
	text-indent: -9999px;
}
a.about  {
	width: 64px;
	height: 64px;
	line-height: 26px;
	padding: 0;
	margin: 20px 0px 0px 4px;
	display: block;
	background: url(../images/about.gif) no-repeat;
	outline: none;
	text-indent: -9999px;
}
a.switch_thumb {
	width: 122px;
	height: 26px;
	line-height: 26px;
	padding: 0;
	margin: 20px 10px 0px 0px;
	display: block;
	background: url(../images/switch/switch.gif) no-repeat;
	outline: none;
	text-indent: -9999px;
}
a:hover.switch_thumb {
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

