


/*f&c»ç¾÷ºÎ top tab*/


ul.domtabs{
			float:left;
			width:100%;
			/*margin:2em 0 4em 0;*/
			margin:2em 0 18px 0;	
		}
ul.domtabs li{
			float:left;
			padding:0 0.5em 0 0;
		}
	ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			
			padding:10px 10px;
			display:block;
			background:#909090;
			color:#fff;
			
			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:#ffa350;
		}
		
		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:#ffa350;
			color:#fff;