#container #global_navi .home A {
	background-image: url(../shared/img/btn_home.gif);
	background-repeat: no-repeat;
	background-position: 0px -45px;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 110px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
}
#container #global_navi .home A:hover {
	background-image: url(../shared/img/btn_home.gif);
	background-repeat: no-repeat;
	background-position: 0px -45px;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}