div.domtab div {
	display:none;
	}	
div.plaintab{
	padding:0;
	width:780px;
	height:424px;
	background-image: url(img/bgd_plaintab.png);
	background-repeat: no-repeat;
	background-position: left top;	
		}	
		div.domtab{
	padding:0;
	width:780px;
	background-image: url(img/bgd_tab.png);
	background-repeat: no-repeat;
	background-position: left top;	
		}
#content-outer #content-wrapper #content .col-one .domtab .domtabs li {
	height: 50px;
}		
		ul.domtabs{
			float:left;
			margin:0 0 0 -18px;	
					
		}
		ul.domtabs li{
			padding:0;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
	width:229px;
	display:block;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	border:none;
	padding-top: 35px;
	padding-left: 40px;
	background-image: url(img/nav_a.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
		}
		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{
	background-image: url(img/nav_ahover.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #333333;			
		}
		div.domtab div{
	width:486px;
	color:#333333;
	margin-left: 265px;
	padding: 0;
	height: 423px;
		}
		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:#fff;
	background-image: url(img/nav_aactive.png);
	background-repeat: no-repeat;
	background-position: left center;
		}
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#fff;
		}

		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			color:#FF9900;
			padding:1em .5em;
			font-weight:bold;
			font-size:1em;
		}
		div.domtab div a:hover
		{
			color:#ccc;
			border: none;
			text-decoration: underline;
		}
		div.domtab div h2 a,
		div.domtab div h2 a:hover,
		div.domtab div h2 a:active
		{
			color:#cfc;
			display:inline;
			padding:0;
			font-weight:normal;
			font-size:1em;		
		}

.domtabs li span {
	display: none;
}	


