@charset "utf-8";
		
ul.domtabs{
	float:left;
/*	width:550px;*/
}
ul.domtabs li{
	list-style-type:none;
	display:inline;
	text-align: center;
/*	font-size:0.9em;*/
}

ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover{
}

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{
}
div.domtab div{
	clear:both;
/*
	color:#fff;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
*/
}

ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover{
	font-weight:bold;
	cursor: default;
}

