		div.domtab{
			width:100%;
		}
		ul.domtabs{
			float:left;
			width:100%;
			margin:0;				
		}
		ul.domtabs li{
			float:left;
			text-align: center;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			width:7em;
			padding:.2em 1em;
			display:block;
			background: #DDECA9;
			color: #404040;
			height:3em;
			font-weight:bold;
			text-decoration:none;
			margin-right: 2px;
		}
		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;
			min-height:3em;
		}
		ul.domtabs a:hover{
			background: #A5D70B;
		}
		div.domtab div{
			clear:both;
			width:auto;
			background: #A5D70B;
			color: #292929;
			padding:1em 0em;
			margin-top: -1px;
		}
		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: #A5D70B;
			color:#292929;
			border: none;
		}
