ul#tabheader {
	list-style-type: none; 
	list-style-image: none;
	margin: 0px; 
	padding: 0px;
}

ul#tabheader li {
	margin: 0px;
	padding:0px; 
	float: left; 
	list-style-type: none;
	border-top: #bbb 1px solid; 
	border-right: #bbb 1px solid;
	border-bottom: #bbb 0px solid;
	border-left: #bbb 1px solid;
}

ul#tabheader a {
	margin: 0px;
	padding: 2px 10px 2px 10px;
	text-align: center; 
	display: block; 
	background: #999;
	color: #fff; 
	text-decoration: none;
}

ul#tabheader a:hover {
	background: #ddf;
}

ul#tabheader #selected {
	border-color: black; 
	background: #F8F8F8;
}

ul#tabheader #selected a {
	position: relative; 
	background: white; 
	color: black; 
	top: 1px; 
	font-weight: bold;
	background: #F8F8F8;
}

#tabcontent {
	min-width: 740px;
	border: black 1px solid;
	padding-top: 0px;
	padding-bottom: 0px; 
	padding-left: 1em; 
	padding-right: 1em; 
	margin-bottom: 5px;
	clear: both; 
}
