
		div.domtab{
			width:100%;
			font-size:100%;
		}
		
		ul.domtabs{
			float:left;
			width:100%;
		}
		ul.domtabs li{
			float:left;
			padding:0 .5em 0 0;
			list-style: none;
			text-transform:uppercase;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			width:8em;
			font-size: 16px;
			padding-top: 5px;
			padding-left: 10px;
			display:block;
			background:#ccc;
			color:#666666;
			font-weight:bold;
			text-decoration:none;
		}
		html>body ul.domtabs a:link,
		html>body ul.domtabs a:visited,
		html>body ul.domtabs a:active,
		html>body ul.domtabs a:hover{
			height: 1em;
			min-height:1.5em;
		}
		ul.domtabs a:hover{
			background:#696;
		}
		div.domtab div{
			clear:both;
			width:auto;
			background:#696;
			color:#fff;
			padding: 10px;
		}
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			background:#ffffff;
			color:#666;
		}

		
/* other scheme! */
#other{
	margin-bottom:3em;
	float:left;
}
div#other.domtab div{
	clear:both;
	width: 703px;
	background:#ffffff;
	color:#000;
}
		
#other ul.domtabs a:hover{
	background:#ccc;
	color:#666;
}
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:#000;
	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;
}



/* blue scheme! */
#otherblue{
	margin-bottom:3em;
	float:left;
}
div#otherblue.domtab div{
	clear:both;
	width: 723px;
	background:#ffffff;
	color:#000;
}
		
#otherblue ul.domtabs a:hover{
	background:#ccc;
	color:#666;
}
div#otherblue ul.domtabs li.active a:link,
div#otherblue ul.domtabs li.active a:visited,
div#otherblue ul.domtabs li.active a:active,
div#otherblue ul.domtabs li.active a:hover{
	background:#036;
	color:#fff;
}
#otherblue 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;
}
