		*{
			margin:0;
			padding:0;
			list-style:none;
			border:1;
			}
		
		div.domtab{
			
			padding:0 0em;
			width:97%;
			font-size:90%;
		}
		ul.domtabs{
			float:left;
			width:99%;
			margin:1em 10 0 1;
			
		}
		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:8em;
			padding: 0.2em 0.5em;
			display:block;
			background:#046DA6;
			color:#ffffff;
			height:0em;
			font-weight:bold;
			text-decoration:none;
		}
		 ul.domtabs a:link,
		 ul.domtabs a:visited,
		 ul.domtabs a:active,
		 ul.domtabs a:hover{
			height:auto;
			min-height:0em;
		}
		ul.domtabs a:hover{
			background:#666666;
		}
		div.domtab div{
			clear:both;
			width:auto;
			background:#ffffff;
			color:#222;
			padding:1em 0.5em;
		}
		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:#ffffff;
			color:#222222;
		}
	
	
	
	
	
