/* TABS MENU - TABS MENU -  TABS MENU -  TABS MENU -  TABS MENU -  TABS MENU -  TABS MENU -  TABS MENU -  TABS MENU*/


/* BannerBackWhiteBottomTABS class is applied to the BannerBackWhiteBottomTabs Div. It houses the Tabs naigation on the Online Info page  */
.BannerBackWhiteBottomTABS {
	width: 930px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	height: 24px;
	background-color: #FFF;
	border-bottom-style: solid;
	border-bottom-color: #A6A6A6;
	border-bottom-width: 1px;
	padding-left: 30px;
}

/*This creates the Tab bar's list type for IE6*/
.ulnavcontainerTABS {
	position:relative;
	left:0px;
	width:930px;
	list-style:none;
	padding:0;
	margin:0;
}

/*This set's the list of the Tabs bar to display as Block and not as bullets*/
#navcontainerTABS li {
	display: block;
	text-align: center;
	list-style-type: none;
	list-style-position: outside;
	float: left;
	margin-left: 0px;
}

/*this class sets the backgrond color, text size, position and color, button size for the Tabs bar buttons basic state */
#navcontainerTABS li a {
	display: block;
	width: auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	Height: 30px;
	display: inline;
	height:12px;
	margin-left:2px;
	border-top-width: 0pt;
	border-right-width-value: 0pt;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 0pt;
	border-left-width-value: 0pt;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: none;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: none;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: -moz-use-text-color;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: #666;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	background-color: #9e9e9e;
	color: #FFF;
}

/*this class sets the backgrond color, text size, position and color, button size for the Tabs bar buttons hover (rollover) state */
#navcontainerTABS li a:hover {
	display: inline;
	color: #ffffff;
	width: auto;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	Height: 12px;
	border-top-width: 0pt;
	border-right-width-value: 0pt;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 0pt;
	border-left-width-value: 0pt;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: none;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: none;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: -moz-use-text-color;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: #707070;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	background-color: #838383;
	margin-left: 2px;
}


/*this class sets the backgrond color, text size, position and color, button size for the Tabs bar buttons selected state */
#navcontainerTABS li.selected a {
	display: inline;
	color: #ffffff;
	width: auto;
	text-decoration: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	Height: 12px;
	border-top-width: 0pt;
	border-right-width-value: 0pt;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 0pt;
	border-left-width-value: 0pt;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: none;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: none;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: -moz-use-text-color;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: #666;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	background-color: #666;
	margin-left: 2px;
}

