/*
#main {
	border: 1px solid #666;
	clear: both;
	background: #FFF3B3;
	padding-top: 2em;
}

#contents {
	padding: 1.5em;
	background: #FFFDF3;
	min-height: 300px;
}
*/

#content {
	position: relative;
	/*width: 100%;*/
	/*height: 3em;*/
	/*width: 45em;*/    /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

ul#primary {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: -24px;
       left: 10px;
	width: 57em;     /* too small and the tabs wrap to more lines.  58 seems to   ...a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

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





ul#primary a, ul#primary span, ul#primary a.current {
/*	width: 9em;*/   /* commented out to allow the sizes to be based on the contents */
	display: block;
	float: left;
	padding: 4px 10px;   /* increase the second attribute to affect the padding within each tab */
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}

ul#primary span, ul#primary a.current, ul#primary a.current:hover {
	border: 1px solid #000;
	border-bottom: none;
	background: #f5f5f5;     /* background color of selected primary tab */
	padding-bottom: 6px;
	margin-top: 0;
}

 ul#primary a {
	background: #E1E1E1;     /* background color of non-current primary tabs */
	border: 1px solid #000;
	border-bottom: none;
}

 ul#primary a:hover {
	margin-top: 0;
	border-color: #000;
	background: #F5F5F5;    /* hover-over background color of non-current primary tabs */
	padding-bottom: 5px;
}

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

 ul#secondary li a, 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;

}

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

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

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

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