* {
}
div.domtab {
}
ul.domtabs {
	float:left;
	margin:0 0 0 0;
}
ul.domtabs li {
	float:left;
}
ul.domtabs a:link {
	border:solid 1px #000;
	background-color:#333;
	color:#FFF;
	padding:0px;
	padding-left:8px;
	padding-right:8px;
}
ul.domtabs a:visited,  ul.domtabs a:active,  ul.domtabs a:hover {
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
	text-decoration:none;
	border:solid 1px #000;
	background-color:#FFF;
}
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:3PX;
}
/* other scheme! */
#other {
	float:left;
	text-align:left;
}
div#other.domtab div {
	clear:both;
	padding:1em 0em;
}
#other ul.domtabs a:hover {
	background:url(../Images/bg_tab_menu.jpg);
	background-repeat:repeat-x;
	background-position:center bottom;
	color:#F00;
}
div#other ul.domtabs li.active a:link, div#other ul.domtabs li.active a:visited, div#other ul.domtabs li.active a:active, div#other ul.domtabs li.active a:hover {
	background:url(../Images/bg_tab_menu.jpg);
	background-repeat:repeat-x;
	background-position:center bottom;
	color:#F00;
}
#other div {
	float:left;
}
