#tabnav {
	margin-left: 10px;
}
#tabnav a, #tabnav a:active, #tabnav a:visited {
	font-size: 7pt;
	font-weight: bold;
	width: 16px;
	height: 12px;
	display:block;
	padding:5px 3px 5px 3px;
	margin: 0 2px 0 0;
	float: left;
	border: 1px #edd7ae solid;
	text-align: center;
	vertical-align: middle;
}
#tabnav a.selected, #tabnav a.selected:active, #tabnav a.selected:visited {
	background:#edd7ae;
	text-decoration:none;
}
.hiddencontent {
	margin: 0px 10px;
	padding:0 0px;
	display:none;
}
