		*{
			margin:0;
			padding:0;
			list-style:none;
			border:none;
		}

		
		div.domtab{
			padding:0;
			width:560px;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 18.8px;
			margin: 30px 0 20px; 
		}
		ul.domtabs{
			float:left;
			width:560px;
		
		}
		ul.domtabs li{
			float:left;
			padding: 6px 15px 7px;
			display:block;
			font-weight:bold;
			text-decoration:none;
			background:url(../images/tabbed-buttons.png) repeat-x;
			border: 1px solid #a6a4a5;
			margin: 0 5px 1px 0;
		}
	
		div.domtab div{
			clear:both;
			width:510px;
			background: white;
			color:#444444;
			padding:1em 2em;
			border: 1px solid #a6a4a5;
			min-height: 100px;
			margin-bottom: 5px;
		}
		
		div.domtab div div{
			width:auto;
			padding: 0px;
			border: none;
			min-height: auto;
			margin-bottom: 0px;
		}
		
		ul.domtabs li.active{
			background:url(../images/button.png) repeat-x;
		}
		
		ul.domtabs li a:link,
		ul.domtabs li a:visited,
		ul.domtabs li a:active,
		ul.domtabs li a:hover{
			color: black;
			font-size: 14px;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
		
		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: white;

		}

		
/* 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;
}
