#tablist{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 11px Verdana;
}

#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a{
	padding: 3px 0.2em;
/*	margin-left: 3px;*/
/*	border: 1px solid #778;*/
	border-bottom: none;
	background: white;
}

#tablist li a:link, #tablist li a:visited{
	text-decoration: none;
	color: navy;
}

#tablist li a.current{
	background: lightyellow;
}

#tablist li a:hover{
	text-decoration: underline;
}

#tabcontentcontainer{
	/*width: 480px;*/
	/* Insert Optional Height definition here to give all the content a unified height */
	/*padding: 10px 20px 10px 20px;*/
/*	border: 1px solid black;*/
}

.tabcontent{
	display:none;
}

