#tabmain {
	border: 1px solid #666;
	clear: both;
	background:rgb(240,240,240);
	width:693px;
}

#tabmain2 {
	border: 1px solid #666;
	clear: both;
	background:rgb(240,240,240);
	width:650px;
}



#tabcontents {
	padding: 1.5em;
	background:  rgb(240,240,240);
	min-height: 0px;
}

#tabcontents2 {
	padding: 1.5em;
	background:  rgb(240,240,240);
	min-height: 0px;
}

#tabheader {
	position: relative;
	width: 100%;
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabheader2 {
	position: relative;
	width: 100%;
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabheader ul#tabprimary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabheader2 ul#tabprimary2 {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}



#tabheader ul#tabprimary li  {
	display: inline;
	list-style: none;
}

#tabheader2 ul#tabprimary2 li  {
	display: inline;
	list-style: none;
}



#tabheader ul#tabprimary a,#tabheader ul#tabprimary span,#tabheader ul#tabprimary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}

#tabheader2 ul#tabprimary2 a,#tabheader2 ul#tabprimary2 span,#tabheader2 ul#tabprimary2 a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}



#tabheader ul#tabprimary span,#tabheader ul#tabprimary a.current,#tabheader ul#tabprimary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background:rgb(240,240,240);
	padding-bottom: 6px;
	margin-top: 0;
}


#tabheader2 ul#tabprimary2 span,#tabheader2 ul#tabprimary2 a.current,#tabheader2 ul#tabprimary2 a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background:rgb(240,240,240);
	padding-bottom: 6px;
	margin-top: 0;
}




#tabheader ul#tabprimary a {
	background: rgb(240,240,240);
	border: 1px solid #AAA;
	border-bottom: none;
}

#tabheader2 ul#tabprimary2 a {
	background: rgb(240,240,240);
	border: 1px solid #AAA;
	border-bottom: none;
}


#tabheader ul#tabprimary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #007130; color: white;
	padding-bottom: 5px;
}
#tabheader2 ul#tabprimary2 a:hover {
	margin-top: 0;
	border-color: #666;
	background: #56453E; color: white;
	padding-bottom: 5px;
}
