		div.domtab{

		}
		ul.domtabs{
			margin-left: 0px;
			margin-top: 0px;
			margin-bottom: 10px;
			list-style-type: none;
			float:left;
			width:100%;
			height: auto;
			padding-left: 0px;
		}
		ul.domtabs li{
			padding-left: 10px;
			list-style-type: none;
			float:left;
			height: 10px;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			color:#FFFFFF;
			display:block;
			font-weight:bold;
			text-decoration:none;
			list-style-type: 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{

		}
		ul.domtabs a:hover{
		
		}
		div.domtab div{
			clear:both;
			width:auto;
		}
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			color:#F9FF84;
			list-style-type: none;
		}
		#domtabprintview{

		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
		}
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			display:block;

		}
		
/* 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{
	color:#F9FF84;
}
#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;
}
