
		
		div.domtab{
			margin:0;
			padding:0;
			margin-top:20px;

		}
		ul.domtabs{
			float:left;
			margin:0;
			border:1px solid #ccc;
			height:200px;
			margin-left:5px;
			
					
		}
		ul.domtabs li{
			padding:0 0px 0 0;
		}

		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active{
			width:106px;
			padding:.2em 1em;
			display:block;
			color:#666;
			height:3em;
			font-weight:bold;
			text-decoration:none;
			font-size:11px;
			
			
		}
		
			
			ul.domtabs a:hover{
			width:106px;
			padding:.2em 1em;
			display:block;
			color:#666;
			height:3em;
			font-weight:bold;
			text-decoration:underline;
			font-size:11px;
			
		}
		
		
		
		
		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{

		}
		
		div.domtab div{
			
			color:#666;
			border:1px solid #ccc;
			border-left:0px;
			margin-left:137px;
			width:360px;
			height:200px;
			padding-right:10px;
			background-image: url(back-ser.jpg);
			background-repeat: repeat-y;
			background-position: top right;
			
		}
		
		div.domtab div h4 {margin-top:10px;color:#3B929C}
		
		div.domtab div ul {margin-left:40px;}
		div.domtab div li {list-style:square}
		
		
		
		
		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:#666;

		}
		
		
		

		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			color:#fff;
			display:block;
			padding:1em .5em;
			font-weight:bold;

		}

		
/* other scheme! */
#other{
	font-size:.8em;
	

}
div#other.domtab div{
	color:#666;

}
		
#other ul.domtabs a:hover{
	background:#99CC00;
	color:#fff;
}


div#other ul.domtabs li.active a:link,
div#other ul.domtabs li.active a:visited,
div#other ul.domtabs li.active a:active,
div#other ul.domtabs li.active a:hover{

	color:#fff;
	background-color:#79B5BD;
	
}


