#tablist {
	margin: 5px;
}

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

#tablist li a {
	padding: 5px 10px 6px 10px;
	background: #cccccc;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#tablist li a:hover {
	background: #eeeeee;
}

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

#tabcontentcontainer {
	margin-top: -1px;
	padding: 5px;
	background: #eeeeee;
	margin: 0 0 25px 0;
}

#tabcontentcontainer ul {
	list-style: square outside;
	margin: 10px 0px 0px 20px;
	padding: 5px;
}

.tabcontent {
	display: none;
}
