		div.menu-der{
			margin:0;
			padding:0;
			list-style:none;
			border:none;
			
			font-family:Verdana,Arial,Sans-Serif;
			font-size:90%;
			background:#333;
			color:#ccc;
			
		}
		
		div.domtab{
			padding:0 0 0 0;
			font-size:90%;
		}
		ul.domtabs{
			float:left;
			width:100%;
			margin:0 0 0 0;				
		}
		ul.domtabs li{
			float:left;
			padding:0 0 0 0;
			text-align:center;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			width:71px;
			padding:.5px 5px;
			display:block;
			background-image:url(orange.jpg);
			background-repeat: repeat-x;
			color:#FFFFFF;
			height:30px;
			/*font-weight:bold;*/
			text-decoration:none;
			text-align:center;
		}
		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:30px;
		}
		ul.domtabs a:hover{
			background-image: url(green.jpg);
			background-repeat: repeat-x;
			color:#030D96;
		}
		div.domtab div{
			clear:both;
			width:auto;
			color:#000000;
			margin:5px;
			padding:0 0 0 0;
		}
		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-image: url(green.jpg);
			background-repeat: repeat-x;
			color:#030D96;
		}