div.domtab{
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	font-size: 90%;
	height: 505px;
	
}
ul.domtabs{
	float: left;
	width: 100%;
	margin: 0 0 3px 0;
	padding: 0;
    height: 25px;
}
ul.domtabs li{
	float: left;
	list-style: none;
	padding: 0 5px 0 0;
	margin: 0;
}
ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover{
	display: block;
	background: url("../../images/button52318287.png") left top no-repeat;
	height: 15px;
	width: 130px;
	padding: 5px 5px 5px 5px;
	color: #000;
	text-decoration: none;
	text-align: center;
}
ul.domtabs a:hover{
	background: url("../../images/button68553585.png") left top no-repeat;
	color:#fff;
}
div.domtab div.tabsbody {
	clear: both;
	color: #000;
	padding: 0;
	margin: 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: url("../../images/button68553585.png") left top no-repeat;
	color:#fff;
}
div.domtab div.tabsbody h2 {
    margin: 0;
    padding: 0;
    font-size: 0;
    display: block;
    /*background: silver !important;*/
    font-weight: normal;
}

div.domtab div.tabsbody div {
	display: block !important;
}


