#tab_main {
	border-top: 1px solid #94ABC5;
	clear: both;
	padding:3px;
	width: 36.5em;
}

#contents {
	background: #FFFDF3;
	min-height: 300px;
}

#tab_header {
	position:relative;
	left: 5px;
	width: 100%;
	height: 2.5em;
	width: 36.5em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tab_header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index:2px;
	bottom: -1px;
	width: 36.5em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tab_header ul#primary li  {
	display: inline;
	list-style: none;
}

#tab_header ul#primary a,#tab_header ul#primary span,#tab_header ul#primary a.current {

	display: block;
	float: left;
	padding: 4px 5px;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 100%;
	text-decoration: none;
	color: #333;
}

#tab_header ul#primary span,#tab_header ul#primary a.current,#tab_header ul#primary a.current:hover {
	border: 1px solid #94abc5;
	border-bottom: none;
	background: white;
	padding-bottom: 6px;
	font-weight: bold;
	margin-top: 0;
}

#tab_header ul#primary a {
	background: #EFF1F6;
	border: 1px solid #AAA;
	border-bottom: none;
}

#tab_header ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #EFF1F6;
	text-decoration: underline;
	padding-bottom: 5px;
}

#tab_header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tab_header ul#secondary li a,#tab_header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#tab_header ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#tab_header ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#tab_header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#tab_header ul#secondary li:last-child a { border: none; }
