	         *{
			margin:0;
			padding:0;
			list-style:none;
			border:none;
		}
		body{
			font-family:Verdana,Arial,Sans-Serif;
			font-size:90%;
		}
		
		div.domtab{
			padding:0 .5em;
			width:98%;
			font-size:100%;
			
		}
		ul.domtabs{
			float:left;
			width:100%;
			margin:2em 0 0 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:4em;
			padding:.4em 1em;
			display:block;
			background:#A9A9A9;
			color:#00000;
			height:1em;
			font-weight:bold;
			text-decoration:none;
			background: url('images/button_hov.gif') no-repeat;
			
		}
		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:1em;
		}
		ul.domtabs a:hover{
			background:#DCDCDC;
		}
		div.domtab div{
			clear:both;
			width:auto;
			padding:1em 1em;
			background: url('images/line_body.gif') no-repeat;

		}
		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:#DCDCDC;
			color:#00000;
		background: url('images/button_act.gif') no-repeat;

		}
		
		
		
		
		

