	#hortab {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 5px;
}

	#hortab li {
	display: inline;
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%
}

	#hortab a {
	color: black;
	padding: 2px 5px 4px 5px;
	text-decoration: none;
}

	#hortab a.active {
	color: #666666;
	font-weight: bold;
	background: #F0F0F0;
}

	#hortab a:hover {
	color: #b22222;
}

	#content {
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	border-top: 1px solid #999999;
	z-index: 2;
	width: 190px;
	height: 150px;
	padding-right: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	overflow: auto;
}

	#content a:hover {
	color: #CC0033;
	text-decoration: none;
	font-weight: normal;
}	
	#content a:visited {
	color: #0055FF;
	text-decoration: none;
	font-weight: normal;

}

	#content a:hover {
	color: #0055FF;
	text-decoration: underline;
	font-weight: normal;

}

