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

#contents {
	background: #FFFDF3;
	min-height: 300px;
	border: 1px groove #000000;
	width: 747px;
	position: relative;
	top: 10px;
	left: 0px;
}

#tab2 {
	position: relative;
	width: 45em;
	height: 3em;
	width: 45em;
}

#tab2 ul#primary {
	margin: 0;
	padding: 0;
	position: relative;
	bottom: -1px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	width: 750px;
}

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

#tab2 ul#primary a,#tab2 ul#primary span,#tab2 ul#primary a.current {
	width: 8.25em;
	display: block;
	float: left;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 100%;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

#tab2 ul#primary span,#tab2 ul#primary a.current,#tab2 ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #280c5f;
	padding-bottom: 6px;
	margin-top: 0;
}

#tab2 ul#primary a {
	background: #aaa8fc;
	border: 1px solid #000;
	border-bottom: none;
}

#tab2 ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #DCDEF5;
	padding-bottom: 5px;
	color:#000000;
}

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

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

}

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

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

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

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

p.note {
	background: #EEE;
	padding: 4px;
	font-family: arial;
	font-size: 100%;
	line-height: 110%;
	margin-top: 0;
	font-weight: bold;
}
