		ul#tabs {
			margin: 0;
			padding:  0;
			list-style: none;
		}
		
		ul#tabs li {
			float: left;
			position: relative;
			margin-right: 6px;
			background: url("../images/tab-bg-left-off.gif") no-repeat top left;
		}
		
		ul#tabs li a, ul#tabs li span, ul#tabs li span {
			float: left;
			line-height: 40px;
			width: auto;
			height: 42px;
			display: block;
			padding: 0 10px 0 10px;
			background: url("../images/tab-bg-right-off.gif") no-repeat top right;
			font-size: 13px;
			color: #4b4b35;
			text-decoration: none;
		}
		
		ul#tabs li span {
			cursor: default;
		}

		ul#tabs li.on, ul#tabs li:hover, ul#tabs li.iehover {
			background: url("../images/tab-bg-left-on.gif") no-repeat top left;
		}
		
		ul#tabs li.on a, ul#tabs li.on span, ul#tabs li:hover a,
		ul#tabs li:hover span, ul#tabs li.iehover a, ul#tabs li.iehover span {
			background: url("../images/tab-bg-right-on.gif") no-repeat top right;
		}
		
		ul#tabs li#wisdom a {
			padding-top: 10px;
		}
		
		ul#tabs li#wisdom a div {
			display: block;
			width: 80px;
			height: 25px;
			overflow: hidden;
			text-indent: -999px;
			background: url("../images/logo-mywisdom.png") no-repeat;
			_background: url("../images/logo-mywisdom.gif") no-repeat;
		}

		ul#tabs li:hover ul, ul#tabs li.iehover ul {
			display: block;
		}

		ul#tabs ul {
			display: none;
			list-style: none;
			margin: 0;
			padding: 0;
			background: #e6e6e3 url("../images/tab-bg-sub.gif") repeat-x top left;
			border: 1px solid #b8b8b2;
			position: absolute;
			top: 42px;
			left: 0;
			width: 150px;
		}
		
		ul#tabs ul li {
			float: none;
			background: none;
			margin: 0;
		}
		
		ul#tabs ul li a, ul#tabs li.on ul li a, ul#tabs li:hover ul li a, ul#tabs li.iehover ul li a {
			background: none;
			display: block;
			width: auto;
			height: 1%;
			line-height: normal;
			padding: 8px;
			float: none;
		}

		ul#tabs ul li a:hover, ul#tabs li.on ul li a:hover, ul#tabs li:hover ul li a:hover, ul#tabs li.iehover ul li a:hover {
			background: #c7c7c0;
		}