div.domtab {
}
ul.domtabs {
	float:left;
}
ul.domtabs li {
	float:left;
}
ul.domtabs a:link,  ul.domtabs a:visited,  ul.domtabs a:active,  ul.domtabs a:hover {
	display:block;
	margin-right:10px;
	line-height:32px;
	width:60px;
    font-weight:bold;
	color:#333;
	font-size:14px;
	text-align:center;
	background:#ddd;
}
html>body ul.domtabs a:link,  html>body ul.domtabs a:visited,  html>body ul.domtabs a:active,  html>body ul.domtabs a:hover {
}
ul.domtabs a:hover {
	background:#930;
	color:#fff;
}
div.domtab div a {
	clear:both;
	font-size:13px;
	font-weight:bold;
	display:block;
	width:auto;
	height:32px;
	line-height:32px;
	text-indent:40px;
	background:#930;
	color:#fff;
	border-bottom:1px solid #ddd;
}
div.domtab div a:hover {
	background:#c96;
	font-weight:bold;
}
div.domtab div dd a {
	text-indent:60px;
}
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:#930;
	color:#fff;
	border-bottom:1px solid #ddd;
}
