
		div.domtab{
			height: 34px;
			width: 822px;
			margin-left: 40px;
			margin-bottom: 1em;
			list-style-type: none;
			background: url(imgs/bg-about-us-nav.gif) left top no-repeat;
		}
		ul.domtabs{
			list-style: none;
		}
		ul.domtabs li{
			float: left;
			padding: 0 5px;
		}
		ul.domtabs li a{
			display: block;
			color: #FFFFFF;
			overflow: hidden;
			width: 95px;
			height: 0 !important;
			height /**/: 34px;
			padding-top: 34px;
			background-image: url(imgs/bg-about-us-nav.gif);
		}
		#tab01 a {background-position: -5px -34px; }
		#tab02 a {background-position: -111px -34px; }
		#tab01 a:hover {background-position: -5px 0px; }
		#tab02 a:hover{background-position: -111px 0px; }
		#tab01.active a{background-position: -5px 0px; }
		#tab02.active a{background-position: -111px 0px; }