a.home
{
	float: left;
	height: 25px;
	width: 70px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	line-height: 13px;
	margin-right: 10px;
	background: #333;
	color: #fff;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	text-decoration: none;
}

a.home:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	text-decoration: none;
}

