div.domtab {
	width:100%;
	font-size:90% }

ul.domtabs {
	float:left;
	width:100%;
	margin:0;
	list-style:none;
	padding:0 }

ul.domtabs li {
	float:left;
	padding:0 .5em 0 0 }

ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover {
	width:74px;
	height:5.5em;
	padding:.2em 1em;
	display:block;
	background:#999;
	color:#111;
	font-weight:bold;
	text-decoration:none;
	border:1px solid #999;
	border-bottom:0 }

html>body ul.domtabs a:link,
html>body ul.domtabs a:visited,
html>body ul.domtabs a:active,
html>body ul.domtabs a:hover{
	min-height:5.5em }

ul.domtabs a:hover {background:#fff}

div.domtab div {
	clear:both;
	width:auto;
	padding:1em 3em;
	border:1px solid #999 }

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:#fff;
	color:#039;
	border-bottom:1px solid #fff;
	margin-bottom:-1px; }