/*
#main {
	border: 1px solid #666;
	clear: both;
	background: #FFF3B3;
	padding-top: 2em;
}

#contents {
	padding: 1.5em;
	background: #FFFDF3;
	min-height: 300px;
}
*/

#tabs ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%
/*	bottom: -1px;	*/
/*	width: 45em; *//* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabs ul#primary li  {
	display: inline;
	list-style: none;
}

#tabs ul#primary a,#tabs ul#primary span,#tabs ul#primary 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: 90%;
	text-decoration: none;
	color: #333;
}

#tabs ul#primary span,#tabs ul#primary a.current,#tabs ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
/*	background: #FFF3B3;	*/
	background: #336699;
	color: White;
	padding-bottom: 6px;
	margin-top: 0;
}

#tabs ul#primary a {
	background: #bcc7dd;
	border: 1px solid #AAA;
	border-bottom: none;
}

#tabs ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
/*	background: #FFF7CD;	*/
	background: #336699;
	color: #cc9966;
	font-weight: bold;
	padding-bottom: 5px;
}

#tabs ul#secondary {
	position: absolute;
	margin: 0;
	border-top: 0;
	font-size: 90%;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 3px;
/*	bottom: -1.4em;	*/
	bottom: 0;
/*	left: 1px;	*/
	left: 0;
/*	width: 50em;	*/
	width: 100%;
/*	top: 27px;	*/
	top: 30px;
	background: #336699;
}

#tabs ul#secondary li a,#tabs 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;	*/
	background: #336699;
}

#tabs ul#secondary li a {
/*	color: #06C;	*/
	color: #ffffff;
	background: #336699;
	text-decoration: underline;
}

#tabs ul#secondary li a:hover {
/*	color: #333;	*/
/*	background: transparent;	*/
	color: #cc9966;
	background: #336699;	
	font-weight: bold;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#tabs ul#secondary li a:active {
/*	color: #000;	*/
/*	background: transparent;	*/
	color: #ffffff;
	background: #336699;	
}

#tabs ul#secondary li:last-child a { 
	border: none; 
	width: auto;
}
/*
html>body #secondary {
    height: auto;
	background-color: #336699;
}
*/

