#tabmain {
	width: 800;
	border: 1px solid #666;
	clear: both;
	background: #ffffff;
	padding-top: 2em;
	
}

#contents {
	padding: 1.5em;
	background: #ffffff;
	min-height: 300px;
}

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

#tabs ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 780px; /* 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: 100%;
	text-decoration: none;
		color: #380B61;
		font-weight: bold;
	background-color:#ffffff;
}

#tabs ul#primary span,#tabs ul#primary a.current,#tabs ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #ffffff;
	padding-bottom: 6px;
	margin-top: 0;
	text-decoration: none;
}

#tabs ul#primary a {
	
	border-bottom: none;
	color:#FFFFFF;
	font-weight: bold;
	background-color:#999999;
	
}

#tabs ul#primary a:hover {
	margin-top: 0;
	background: #000000;
	padding-bottom: 5px;
	color:#FFFFFF;
	background-color:#380B61;
	text-decoration: none;

}

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

#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;
		color: #380B61;


}
#tabs ul#secondary li a{
color: #FFFFFF;
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	
	background: transparent;
	border: none;
	border-right: 1px dotted #AAA;
	text-decoration: none;
}


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

#tabs ul#secondary li a:active {
	color: #380B61;
	background: transparent;
}

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

.white_link a{
color:#FFFFFF:
}
table { width:auto; } 