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: 13em;
}
.menu{
	width:51em;
	height: 14em;
	position: relative;
	margin-top: 5px;
}
.tab{ 
	float: left;
	padding-right: 10px;
	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:51em; /* This must be a fixed width, you cannot make it a percentage. IE6 will not render correctly if it is a percentage */
	height: 11em;
	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;
}


.featuretab {
	width:51em;
	margin-top:2em;
	height: 11em;
	border: 1px solid #666666;
	background:  #EAECDF url(../images/featuretabfront.jpg) no-repeat 20px 25px;
	padding: 5px;
	text-align: left;
	position:absolute;
	z-index:1;
	left: 0px;
}
.tab_content_text {
	margin-left: 10.5em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	font-size: 0.9em;
	padding-left: 1em;
	line-height: 1.5em;
	height: 10em;
}
.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: 30em;
	margin-left: 21em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 1em;
	font-size: .9em;
	height: 10em;
}


#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---------------- */
