div.domtab{
	/*padding:0 3em;*/
	width:100%;
	font-size:90%;
}

ul.domtabs{
	float:right;
	width:100%;
	margin:5px 0 0 0;
}

ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover{
	width:8em;
	padding:.2em 1em;
	display:block;
	background:#c4c4c4;
	color:#000;
	height:3em;
	font-weight:bold;
	text-decoration:none;
	float:left;
}

ul.domtabs a:hover{
	background:#000;
}

div.domtab div{
	clear:both;
	/*width:auto;*/
	height:190px;
	background:#000;
	color:#fff;
	padding:1em 3em;
}

ul.domtabs a:hover{
	background:#000;
	color:#fff;
}

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:#000;
	color:#fff;
}