			div.domtab{
			width:100%;
		}
		ul.domtabs{
			list-style:none;
			float:left;
			width:100%;
			margin:0 0 0 0;
			z-index:1;
		}
		ul.domtabs li{
			margin-top:10px;
			float:left;
			padding:0 5 0 0;
			font-family:calibri;
			font-size:12px;
			max-height:20px;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			width:auto;
			padding:.2em 1em;
			display:block;
			background:#666;
			color:#fff;
			max-height:20px;
			margin-right:2px;
			z-index: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{
			height:auto;
		}
		ul.domtabs a:hover{
			background:#696;
		}
		div.domtab div{
			clear:both;
			width:auto;
			*background:#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{
			color:#603311;
			max-height:20px;
			z-index:1;
			background: #ffffff;
			border-top:1px dotted #cacaca;
			background: -moz-linear-gradient(top, #eaeaea 1%, #ffffff 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eaeaea), color-stop(100%,#ffffff));
			background: -webkit-linear-gradient(top, #eaeaea 1%,#ffffff 100%);
			background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
			background: -ms-linear-gradient(top, #eaeaea 1%,#ffffff 100%);
			background: linear-gradient(top, #eaeaea 1%,#ffffff 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 );
		}