.business {
	background-image: url(graphics/menuBusinessBg.png);
	background-repeat: repeat-x;
	height: 122px;
	position: absolute;
	left: 0px;
	right: 50%;
	margin-right: 180px;
}
.businessLogo {
	background-image: url(graphics/menuBusiness.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 122px;
	width: 180px;
	margin-right: -180px;
	position: absolute;
	right: 0px;
	display: block;
}
.businessMenu {
	background-image: url(graphics/menuBreaker.png);
	height: 78px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 22px;
	right: 0px;
	width: 2px;
}
.businessMenu ul {
	position: absolute;
	bottom: 0px;
	right: 20px;
	text-align: right;
	text-transform: uppercase;
}
.private {
	background-image: url(graphics/menuPrivateBg.png);
	background-repeat: repeat-x;
	height: 122px;
	position: absolute;
	left: 50%;
	right: 0px;
	margin-left: 180px;
}
.privateLogo {
	background-image: url(graphics/menuPrivate.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 122px;
	width: 180px;
	position: absolute;
	display: block;
	margin-left: -180px;
	left: 0px;
}
.privateMenu {
	background-image: url(graphics/menuBreaker.png);
	height: 78px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 22px;
	width: 2px;
	left: 0px;
}
.privateMenu ul {
	position: absolute;
	bottom: 0px;
	text-align: left;
	text-transform: uppercase;
	left: 20px;
}

