div.domtab { width:387px; padding-top:6px; }
ul.domtabs{
	float:left; width:100%; margin:2em 0 0 0; margin:0; padding:0; list-style:none; border:none;		
}
ul.domtabs li{
	float:left; padding:0 .5em 0 0; line-height:30px;
}
ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover{
	padding:.2em 1em; display:block; background:#f4f4f4; color:#666;	
	font-weight:bold; text-decoration:none;
}
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;
}
ul.domtabs a:hover{
	background:#e1e1e1;
}
div.domtab div.tabcontent {
	clear:both; width:auto; padding:5px; border:1px solid #e1e1e1;
}
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:#e1e1e1; color:#333;
}