#branches * {
	margin: 0;
	padding: 0;
}

#branches {
	position: relative;
	margin-top: 6px;
	height: 21px;
}

#branches a {
	vertical-align: top;
	text-decoration: none;
}

#branches ul {
	position: relative;
	list-style: none;
	display: block;
	width: 100%;
}

#branches ul li {
	float: left;
	background: url("../images/branch_divider.gif") no-repeat 0 4px;
	padding-left: 17px;
	margin-left: 16px;
	display: inline;
}

#branches ul li span {
	position: relative;
	display: block;
	height: 21px;
}

#branches ul li {
	cursor: default;
}

#branches ul li a {
	cursor: pointer;
	color: #fff;
}

#branches ul li div.hover {
	display: none;
	position: absolute;
	top: 15px;
	left: -37px;
	width: 443px;
	z-index: 8999;
}

#branches ul li div.hover div.top {
	background: url("../images/hover_top.png") no-repeat 0 0;
	width: 443px;
	height: 14px;
	overflow: hidden;
}

#branches ul li div.hover div.middle {
	background: url("../images/hover_background.png") repeat-y 0 0;
	width: 443px;
}

#branches ul li div.hover div.middle div.content {
	background: url("../images/hover_gradient.png") no-repeat 1px 0;
	padding: 8px 20px 15px 20px;
	font-size: 11px;
	color: #fff;
}

#branches .content h2 {
	font-size: 11px;
	text-transform: uppercase;
	display: inline;
	background: url("../images/hover_bullet.png") no-repeat 100% 3px;
	padding-right: 10px;
}

#branches ul li div.hover div.bottom {
	background: url("../images/hover_bottom.png") no-repeat 0 0;
	width: 443px;
	height: 8px;
	overflow: hidden;
}

#branches ul li span:hover div.hover,
#branches ul li span.over div.hover {
	display: block;
}

#branches ul li.first {
	background: none;
	margin-left: 45px;
	padding: 0;
}

#flash {
	z-index: 400;
}

#heading_corners {
	z-index: 401;
}

#image_container {
	margin-top: 0;
}