div.domtab{
	font-size:90%;
}
ul.domtabs{
	width:90%;	
	list-style:none;
	margin-left:11px;
	display:block;		
}
ul.domtabs li{
	float:left;
	background:url(../images/ver2/tab_l.png) no-repeat top left;
	padding-left:9px;
	height:29px;
	margin-right:2px;
}
ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover{
	float:left;
	background:url(../images/ver2/tab_r.png) no-repeat top right;
	height:29px;
	padding-right:9px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	line-height:29px;
	color:white;
	font-family: Helvetica, Arial, sans-serif;
}
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;
	height:29px;
}
ul.domtabs li:hover{background:url(../images/ver2/tab_h_l.png) no-repeat top left;}
ul.domtabs li.inp:hover{background:url(../images/ver2/inner_tab_l.png) no-repeat top left;}
ul.domtabs a.inp:hover{
	background:url(../images/ver2/inner_tab_r.png) no-repeat top right;
}
ul.domtabs a:hover{
	background:url(../images/ver2/tab_h_r.png) no-repeat top right;
}
div.domtab div{
	clear:both;
	background:#1a672e;
	color:#fff;
	padding:20px 13px;
	-moz-border-radius:4px;
}
div.domtab div.inp{
	background:transparent url(../images/innertab_content_bg.jpg) repeat-x top;;
	-moz-border-radius:0;
}
div.domtab div p, div.domtab div td, div.domtab div span{color:white;}
ul.domtabs li.active{background:url(../images/ver2/tab_h_l.png) no-repeat top left;}
ul.domtabs li#inp.active{background:url(../images/ver2/inner_tab_l.png) no-repeat top left;}
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:url(../images/ver2/tab_h_r.png) no-repeat top right;
	color:#e6ffb7;
}
ul.domtabs li.active a.inp:link,
ul.domtabs li.active a.inp:visited,
ul.domtabs li.active a.inp:active,
ul.domtabs li.active a.inp:hover{
	background:url(../images/ver2/inner_tab_r.png) no-repeat top right;
	color:#e6ffb7;
}
#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:#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;
}*/
		
