/**************************************/
/********** SUBHEADER SUBNAV **********/
/**************************************/
#subheader {
	z-index: 1;
	position: absolute;
	top: 109px;
	left: 50%; /*for centering with absolute positioning*/
	margin-left: -491px; /*for centering with absolute positioning*/
	width: 982px;
	height: 142px;
}
	#bezel_subheader {
		display: inline;
		float: left;
		width: 982px;
		height: 142px;
		background: transparent url(/wordpress/wp-content/themes/sporometrics/images/row_bezel_subheader.png) repeat top left;
	}
		#subheader_title {
			display: inline;
			float: left;
			margin: 42px 0 0 28px;
		}
			#subheader_title h5 {
				color: #FF6700;
			}
				#subheader_title h5 strong {
					color: #FFB41D;
				}
		#subheader_subtitle {
			display: inline;
			float: right;
			width: 210px;
			height: 142px;
			margin: 0 33px 0 0;
		}
			#subheader_subtitle table {
				width: 210px;
				border: 0;
				border-spacing: 0;
				border-collapse: collapse;
				padding: 0;
			}
				#subheader_subtitle td {
					width: 210px;
					height: 142px;
				}
					#subheader_subtitle h4 {
						color: #FFF;
					}
	#bezel_subnav {
		display: inline;
		clear: left;
		float: left;
		width: 232px;
		margin: -2px 0 0 0;
	}
		#bezel_subnav ul {
			width: 230px;
			float: left;
			display: inline;
			background: transparent url(/wordpress/wp-content/themes/sporometrics/images/row_bezel_subnavigation.png) repeat top left;
		}
		#bezel_subnav li {
			width: 230px;
			height: 49px;
			border-top: 1px #FFF solid;
			list-style-type: none;
			float: left;
			display: inline;
			margin: 0 0 0 1px;
		}
		#bezel_subnav table {
			width: 230px;
			border: 0;
			border-spacing: 0;
			border-collapse: collapse;
			padding: 0;
		}
		#bezel_subnav td {
			width: 140px;
			height: 49px;
			font-size: 0.9em;
			line-height: 1.3em;
			font-weight: bold;
			padding: 0 0 0 29px;
		}
		#bezel_subnav td.arrow_right {
			width: 40px;
			height: 49px;
			background: transparent url(/wordpress/wp-content/themes/sporometrics/images/bezel_subnav_arrow_right.png) no-repeat 0 -1px;
		}
		#bezel_subnav td.selected {
			background: transparent url(/wordpress/wp-content/themes/sporometrics/images/bezel_subnav_arrow_right_on.png) no-repeat 0 -1px;
		}
		#bezel_subnav a:link, #bezel_subnav a:visited, #bezel_subnav a:active {
			color: #000; /* black */
			text-transform: uppercase;
		}
		#bezel_subnav a:hover {
			color: #FFF; /* white */
			text-transform: uppercase;
		}
		#bezel_subnav_bottom {
			width: 232px;
			height: 11px;
			float: left;
			display: inline;
			background: transparent url(/wordpress/wp-content/themes/sporometrics/images/row_bezel_subnavigation_bottom.png) no-repeat top left;
		}