div.domtab{
	margin:0px;
	padding:0px;
	width:474px;
	height:224px;
}

ul.domtabs{
	float:left;
	list-style:none;
	height:61px;
	line-height:50px;
	width:485px;
}


ul.domtabs li{
	float:left;
	padding:0 0px 0 0px;
}

ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover{
	padding:0 16px;
	display:block;
	color:#9199a0;
	font-size:14px;
	height:3em;
	text-decoration:none;
	font-weight:bold;
}

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{
	color:#0f78bb;
	font-size:14px;
}

ul.domtabs a:hover span{
	color:#ef8700;
}

div.domtab div{
	clear:both;
	width:auto;
	padding:5px 20px;
}

ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover{
	color:#0f78bb;
	font-size:14px;
}

ul.domtabs li.active a:link span,
ul.domtabs li.active a:visited span,
ul.domtabs li.active a:active span,
ul.domtabs li.active a:hover span{
	color:#ef8700;
}

#tab01 a:hover,
#tab01.active a:link,
#tab01.active a:visited,
#tab01.active a:active,
#tab01.active a:hover{
	background:url(../images/image-bottom-tab01.gif) no-repeat;
}

#tab02 a:hover,
#tab02.active a:link,
#tab02.active a:visited,
#tab02.active a:active,
#tab02.active a:hover{
	background:url(../images/image-bottom-tab02.gif) no-repeat;
}

#tab03 a:hover,
#tab03.active a:link,
#tab03.active a:visited,
#tab03.active a:active,
#tab03.active a:hover{
	background:url(../images/image-bottom-tab03.gif) no-repeat;
}

