body
{
	behavior: url(ie_fix.htc); /* You mst have the ie_fix.htc for rollovers to work in IE6 */
	padding:0px;
	margin:0px;
	font: 1em Arial, Helvetica, sans-serif;
}

/*   ---------------------BEGIN TABBED MENU------------------------- */	

* html .menu
{
	height: 24em;
}

.menu
{
	width:620px;
	height: 24em;
	position: relative;
	margin-top: 5px;
	text-align: center;
	margin: 5px auto;
}

.tab
{ 
	float: left;
	padding-right: 6.4px;
	padding-left: 10px;
	background: #A7A883;
	margin-right: 2px;
	height: 2em;
	line-height: 2em;
	border: 1px solid #666633;
	font-weight: bold;
	color: #FFFFFF;
}

.tab:hover
{
	background: #082231;
	border: 1px solid #082231;
	color: #FFFFFF;
}

.tab_content
{ 
	width:600px; /* This must be a fixed width, you cannot make it a percentage. IE6 will not render correctly if it is a percentage */
	height: 24em;
	border: 1px solid #082231;
	background: #EAECDF;
	padding: 5px;
	text-align: left;
	position: absolute;
	z-index: 100;
	top: 2em;
	left: 0px;
	visibility: hidden;
	color: #000000;
	font-weight: normal;
	overflow: auto;
}

.tab:hover .tab_content
{
	display:block;
	visibility:visible;
}

.tab_content_img
{
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 10px;
	float:left;
	margin: auto;
}

.featuretab
{
	width:600px;
	margin-top:2em;
	height: 24em;
	border: 1px solid #666666;
	background:  #EAECDF no-repeat 20px 25px;
	padding: 5px;
	text-align: left;
	position:absolute;
	z-index:1;
	left: 0px;
}

/*
.tab_content_text
{
	margin-left: 2px;
	border-left-width: 1px;
	border-left-color: #333333;
	font-size: 0.9em;
	padding-left: 1em;
	line-height: 1.5em;
	height: 24em;
}
*/
.tab_content_text
{
	float:left;
	width:400px;
	margin-left: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	font-size: 0.9em;
	padding-left: 1em;
	line-height: 1.5em;
	height: 24.5em;
}

.tab_content_text h1
{
	color: #333333;
	font-size: 1.2em;
}

/*
.tab_content_text a
{
	text-decoration: none;
	color: #333333;
}
*/

.tab_content_text a:hover
{
	text-decoration: underline;
}

.menu .featuretab #featuretab_links
{
	width: 50em;
	margin-left: 10.5em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 1em;
	font-size: 0.9em;
	height: 24em;
}

#featuretab_links h1
{
	color: #333333;
	font-size: 1.2em;
}

#featuretab_links a
{
	color: #333333;
	text-decoration: none;
}

#featuretab_links a:hover
{
	text-decoration: underline;
}

/* ----------END TABBED MENU---------------- */
