	
		
		div.domtab{
			margin-left: 33px;
		}
		
		ul.domtabs{
			float:left;
			margin: 20px 0 10px 4px;		
			list-style:none;		
		}
		
		ul.domtabs li{
			float:left;
			padding:0 .5em 0 0;
		}
		ul.domtabs a:link.one,
		ul.domtabs a:visited.one,
		ul.domtabs a:active.one{
			width:37px;
			display:block;
			background: url(../images/btn-tab-1.gif) no-repeat;
			color:#ccc;
			height:36px;
			font-weight:bold;
			text-decoration:none;
			text-indent: 20em;
			overflow: hidden;
		}

		ul.domtabs a:hover.one{
			width:37px;
			display:block;
			background: url(../images/btn-tab-1.gif) no-repeat 0 -39px;
			color:#ccc;
			height:36px;
			font-weight:bold;
			text-decoration:none;
			text-indent: 20em;
			overflow: hidden;
		}
		
		ul.domtabs a:link.two,
		ul.domtabs a:visited.two,
		ul.domtabs a:active.two{
			width:37px;
			display:block;
			background: url(../images/btn-tab-2.gif) no-repeat;
			color:#ccc;
			height:36px;
			font-weight:bold;
			text-decoration:none;
			text-indent: 20em;
			overflow: hidden;
		}

		ul.domtabs a:hover.two{
			width:37px;
			display:block;
			background: url(../images/btn-tab-2.gif) no-repeat 0 -39px;
			color:#ccc;
			height:36px;
			font-weight:bold;
			text-decoration:none;
			text-indent: 20em;
			overflow: hidden;
		}
		
		ul.domtabs a:link.three,
		ul.domtabs a:visited.three,
		ul.domtabs a:active.three{
			width:37px;
			display:block;
			background: url(../images/btn-tab-3.gif) no-repeat;
			color:#ccc;
			height:36px;
			font-weight:bold;
			text-decoration:none;
			text-indent: 20em;
			overflow: hidden;
		}

		ul.domtabs a:hover.three{
			width:37px;
			display:block;
			background: url(../images/btn-tab-3.gif) no-repeat 0 -39px;
			color:#ccc;
			height:36px;
			font-weight:bold;
			text-decoration:none;
			text-indent: 20em;
			overflow: hidden;
		}
		
		ul.domtabs a:link.four,
		ul.domtabs a:visited.four,
		ul.domtabs a:active.four{
			width:37px;
			display:block;
			background: url(../images/btn-tab-4.gif) no-repeat;
			color:#ccc;
			height:36px;
			font-weight:bold;
			text-decoration:none;
			text-indent: 20em;
			overflow: hidden;
		}

		ul.domtabs a:hover.four{
			width:37px;
			display:block;
			background: url(../images/btn-tab-4.gif) no-repeat 0 -39px;
			color:#ccc;
			height:36px;
			font-weight:bold;
			text-decoration:none;
			text-indent: 20em;
			overflow: hidden;
		}
		
		ul.domtabs a:link.five,
		ul.domtabs a:visited.five,
		ul.domtabs a:active.five{
			width:37px;
			display:block;
			background: url(../images/btn-tab-5.gif) no-repeat;
			color:#ccc;
			height:36px;
			font-weight:bold;
			text-decoration:none;
			text-indent: 20em;
			overflow: hidden;
		}

		ul.domtabs a:hover.five{
			width:37px;
			display:block;
			background: url(../images/btn-tab-5.gif) no-repeat 0 -39px;
			color:#ccc;
			height:36px;
			font-weight:bold;
			text-decoration:none;
			text-indent: 20em;
			overflow: hidden;
		}

		ul.domtabs a:link.six,
		ul.domtabs a:visited.six,
		ul.domtabs a:active.six{
			width:37px;
			display:block;
			background: url(../images/btn-tab-6.gif) no-repeat;
			color:#ccc;
			height:36px;
			font-weight:bold;
			text-decoration:none;
			text-indent: 20em;
			overflow: hidden;
		}

		ul.domtabs a:hover.six{
			width:37px;
			display:block;
			background: url(../images/btn-tab-6.gif) no-repeat 0 -39px;
			color:#ccc;
			height:36px;
			font-weight:bold;
			text-decoration:none;
			text-indent: 20em;
			overflow: hidden;
		}

		ul.domtabs a:link.seven,
		ul.domtabs a:visited.seven,
		ul.domtabs a:active.seven{
			width:37px;
			display:block;
			background: url(../images/btn-tab-7.gif) no-repeat;
			color:#ccc;
			height:36px;
			font-weight:bold;
			text-decoration:none;
			text-indent: 20em;
			overflow: hidden;
		}

		ul.domtabs a:hover.seven{
			width:37px;
			display:block;
			background: url(../images/btn-tab-7.gif) no-repeat 0 -39px;
			color:#ccc;
			height:36px;
			font-weight:bold;
			text-decoration:none;
			text-indent: 20em;
			overflow: hidden;
		}

		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:36px;
		}
		ul.domtabs a:hover{
			background:#696;
		}
		div.domtab div{
			clear:both;
			width:auto;
			background:#fff;
			color:#1a1a1a;
			padding:0;
		}
		ul.domtabs li.active a:link.one,
		ul.domtabs li.active a:visited.one,
		ul.domtabs li.active a:active.one,
		ul.domtabs li.active a:hover.one{			
			background: url(../images/btn-tab-1.gif) no-repeat 0 -39px;
			color:#fff;
		}
		
		ul.domtabs li.active a:link.two,
		ul.domtabs li.active a:visited.two,
		ul.domtabs li.active a:active.two,
		ul.domtabs li.active a:hover.two {			
			background: url(../images/btn-tab-2.gif) no-repeat 0 -39px;
			color:#fff;
		}
		
		ul.domtabs li.active a:link.three,
		ul.domtabs li.active a:visited.three,
		ul.domtabs li.active a:active.three,
		ul.domtabs li.active a:hover.three{			
			background: url(../images/btn-tab-3.gif) no-repeat 0 -39px;
			color:#fff;
		}
		
		ul.domtabs li.active a:link.four,
		ul.domtabs li.active a:visited.four,
		ul.domtabs li.active a:active.four,
		ul.domtabs li.active a:hover.four{			
			background: url(../images/btn-tab-4.gif) no-repeat 0 -39px;
			color:#fff;
		}
		
		ul.domtabs li.active a:link.five,
		ul.domtabs li.active a:visited.five,
		ul.domtabs li.active a:active.five,
		ul.domtabs li.active a:hover.five{			
			background: url(../images/btn-tab-5.gif) no-repeat 0 -39px;
			color:#fff;
		}
		
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#fff;
		}
		p{
			margin:0 0 .5em 0;
			line-height:1.3em;
		}
		div.domtab h2{
			font-size:1.3em;
			color:#cfc;
			text-transform:uppercase;
			font-family:"Trebuchet MS",Arial,Sans-Serif;
			padding:0 0 .7em .2em;
			display: none;
		}
		
		pre{
			font-size:1.2em;
			padding:1em;
		}
		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;
			font-size:1.3em;
		}
		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;
		}
		
