	
		div.domtab{
			padding:0px;
			width:100%;
		}
		ul.domtabs{
	float:left;
	width:100%;
	list-style:none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		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:120px;
			padding:.2em 1em;
			display:block;
			background:#666666;
			color:#fff;
			height:3em;
			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:auto;
		}
		ul.domtabs a:hover{
			background:#CC0000;
		}
		div.domtab div{
			clear:both;
			width:100%;
			background:white;
			color:black;
		}
		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:#990000;
			color:#fff;
		}