		
		#sidebar ul.domtabs{
			background:none;
			padding:0;
		margin:10px 0  9px 10px;
		}
		#sidebar ul.domtabs li{
			float:left;
			background:none;
			padding:0;
			height:18px;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			display:block;
			color:#801f18;
		font-size:1.2em;
		text-transform:uppercase;
		line-height:20px;
		text-align:center;
			height:20px;
		}
		
		ul.domtabs li#mostreadli a {
			width:90px;
			margin-right:5px;
		}
		
		ul.domtabs li#mostcommsli a {
			width:134px;
		}
		div.domtab div{
			clear:both;
		}
		ul.domtabs li#mostreadli.active a:link,
		ul.domtabs li#mostreadli.active a:visited,
		ul.domtabs li#mostreadli.active a:active,
		ul.domtabs li#mostreadli.active a:hover,
		ul.domtabs li#mostreadli a:hover {
			background:url(images/tab-read.jpg);
		}
		ul.domtabs li#mostcommsli.active a:link,
		ul.domtabs li#mostcommsli.active a:visited,
		ul.domtabs li#mostcommsli.active a:active,
		ul.domtabs li#mostcommsli.active a:hover,
		ul.domtabs li#mostcommsli a:hover {
			background:url(images/tab-comments.jpg);
		}
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#fff;
		}
		
/* other scheme! */
#other{
	font-size:.8em;
	margin-left:.3em;
	width:60em;
	margin-bottom:3em;
	float:left;
}
div#other.domtab div{
	clear:both;
	width:54em;
	background:#669;
	color:#fff;
	padding:1em 3em;
}
		
#other ul.domtabs a:hover{
	background:#669;
}
div#other ul.domtabs li.active a:link,
div#other ul.domtabs li.active a:visited,
div#other ul.domtabs li.active a:active,
div#other ul.domtabs li.active a:hover{
	background:#669;
	color:#fff;
}
#other div{
	float:left;
}
ul.prevnext{
	float:left;
	width:100%;
}
ul.prevnext li{
	float:left;
	width:49%;
}
ul.prevnext li.next{
	float:right;
	text-align:right;
}
