/* CSS Document */

div.mainButton
{
	position: relative;
	top: 0;
	left: 0;
	height: 37px;
	overflow: hidden;
	float: left;
}

.mainButton a img
{
	position: relative;
	top: 0;
	left: 0;
	height: 74px;
	border: 0px;
}

.mainButton a img:hover
{
	top: -37px;
	background: transparent;
}

div.mainButtonOn
{
	position: relative;
	top: 0;
	left: 0;
	height: 37px;
	overflow: hidden;
	float: left;
}

div.mainButtonOn img
{
	position: relative;
	top: -37px;
	left: 0;
	height: 74px;
	overflow: hidden;
	float: left;
}

div.address
{
	float: left;
	width: 536px;
	height: 65px;
}

div.subButton
{
	position: relative;
	top: 0;
	left: 0;
	height: 65px;
	overflow: hidden;
	float: left;
}

.subButton a img
{
	position: relative;
	top: 0;
	left: 0;
	height: 130px;
	border: 0px;
}

.subButton a img:hover
{
	top: -65px;
	background: transparent;
}


