pre {
	text-indent: 30px;
	}

#tabmenu {
	color: #000;
	border-bottom: 1px solid #808080;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px;
	}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	}

#tabmenu a, a.active {
	color: #000;
	background: #ccc;
	font: normal 12px tahoma,verdana, Arial;
	border: 1px solid #808080;
	border-bottom: none;
	padding: 3px 7px;
	margin: 0px;
	text-decoration: none;
	cursor:hand;
	}

#tabmenu a.active {
	background: #fff;
	border-bottom: 10px solid #fff;
	}

#tabmenu a:hover {
	color: #fff;
	background: #808080;
	cursor:pointer;
	}

#tabmenu a:visited {
	color: #ccc;
	}

#tabmenu a.active:hover {
	background: #000;
	color: #fff;
	}

#content {
	font: 12px verdana, sans-serif;
	background: #fff;
	padding: 10px 20px;
	/*border: 1px solid #666;*/
	border-top: none;
	z-index: 2;
	}

#content a {
	text-decoration: none;
	color: #666;
	}