/* HOMEPAGE TABS
-----------------------------------------------------------------------------
*/
.TabbedPanels {
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	display: inline;
}
.TabbedPanelsTabGroup {
	padding: 0px;
	width: 100%;
	height: 20px;
	border-bottom: #001447 5px solid;
}
.TabbedPanelsTab {
	position: relative;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	height: 20px;
	color: #8f98AE;
	background: url(images/tab_right.gif) right -30px no-repeat;
	display: inline;
}
.TabbedPanelsTab SPAN {
	padding: 5px 15px;
	background: url(images/tab_left.gif) left -29px no-repeat;
}
.TabbedPanelsTab a {
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	float: left;
	width: 100%;
	clear: both;
	padding-top: 15px;
	display: inline;
}
.TabbedPanelsContent {
	width: 100%;
	float: left;
	display: inline;
}
.TabbedPanelsTabHover {
	color: #001447;
}
.TabbedPanelsTabSelected {
	color: #FFFFFF;
	background: #001447 url(images/tab_right.gif) right top no-repeat;
}
.TabbedPanelsTabSelected SPAN {
	background: url(images/tab_left.gif) left 1px no-repeat;
}