pre {text-indent: 30px}
#tabmenu {
	border-bottom: 1px solid #B3B3B3;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px;
}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
}

#tabmenu a, a.active {
	background: #F5F5F5;
	font-size: 11px;
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	border-top: 1px solid #B3B3B3;
	padding: 2px 5px 0px 5px;
	margin: 0px;
	text-decoration: none;
	cursor: hand;
}
#tabmenu a.active { background: #D9DEE2; }
#tabmenu a:hover { background: #D9DEE2; }
#tabmenu a:visited { }
#tabmenu a.active:hover { background: #D9DEE2; }

#content {
	background: #ffffff;
	border: 1px solid #B3B3B3;
	border-top: none;
	z-index: 2;
	overflow: hidden;
}
#content a { text-decoration: none; color: #E8E9BE; }
#content a:hover { background: #aaaaaa; }
