
	pre {text-indent: 30px}

	.tabmenu {
		color: #000;
		border-bottom: 1px solid gray;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px }

	.tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	.tabmenu a, a.active {
		color: #DEDECF;
		background: #ABAD85;
		font: bold 1em "Trebuchet MS", Arial, sans-serif;
		border: 0 solid black;
		padding: 2px 5px 0px 5px;
		margin: 0;
		text-decoration: none; }

	.tabmenu a.active {
    	background: #898B5E;

		border-bottom: 0 solid #ABAD85; }

	.tabmenu a:hover {
		color: #fff;
		background: #ADC09F; }

	.tabmenu a:visited {
		color: #E8E9BE; }

	.tabmenu a.active:hover {
		background: #ABAD85;
		color: #DEDECF; }

	.content {font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
		text-align: justify;
		background: #C9B692;
		padding: 5px 5px 0 0;
		border: 0 solid gray;
		border-top: none;
		z-index: 2;	
		}

	.content a {
		text-decoration: none;
		color: #E8E9BE; }

	.content a:hover { background: #898B5E; }
	