div.regionBar {
	display: block;
	margin: 0 0 0 0;
	text-align: center;
	width: 960px;
	clear: both;
}

div.regionArea {
	margin-top: 0px;
	float: left;
	width: 960px;
	text-align: center;
	border-top: 1px solid white;
}

#topNav div.regionPic a {
	color: white;
	text-decoration: none;
	width: 239px;
	display: block;
}

div.regionPic {
	display: block;
	float: left;
}

#topNav div.regionPic a img {
	display: block;
	border: none;
	border-right: 1px solid white;
	width: 238px;
	height: 126px;
}

#regionPic4 a img {
	width: 243px !important;
	border: none !important;
	height: 126px;
}

#regionPic4 a span.caption {
	border-right: none !important;
	width: 243px !important;
}

#topNav div.regionPic a span.caption {
	width: 238px;
	display: block;
	background-color: #94262c;
	text-align: center;
	font: 12px Verdana;
	border-right: 1px solid white;
	text-transform: uppercase;
	padding: 3px 0 3px 0;
}

#barMenuWrapper {
	position: absolute;
	left: 0px;
	z-index: 9000;
	width: 100%;
	top: 110px;
	background-color: transparent;
	border: none !important;
}

#barMenuBuffer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#tabBarMenu {
	width: 420px;
	float: left;
	font: 12px Verdana;
	height: 30px;
}

div.leftBarMenuBG {
	float: left;
	height: 30px;
	width: 14px;
	background-image: url("/images/buttons/tabNavL.png");
	background-repeat: no-repeat;
}

div.centerBarMenuBG {
	color: #ffffff;
	height: 30px;
	float: left;
	background-image: url("/images/buttons/tabNavC.png");
	background-repeat: repeat-x;
}

div.rightBarMenuBG {
	color: #ffffff;
	float: left;
	width: 14px;
	height: 30px;
	background-image: url("/images/buttons/tabNavR.png");
	background-repeat: no-repeat;
}

#tabBarMenu a {
	display: block;
	margin-top: 5px;
	color: #ffffff;
	text-decoration: none;
	font: 12px verdana;
}

#tabBarMenu a:hover {
	display: block;
	margin-top: 5px;
	color: #94262c;
	text-decoration: none;
}

#rtBarmenuBG {
	background-position: right;
}