        #tabs a h3 {
			margin-bottom: 3px;
			padding: 0 0 0 0;
			font-size: 13pt;
		}
        div#featureList {
			/*width: 750px;*/
			height: 240px;
			overflow: hidden;
			position: relative;
		}

		div#featureList ul {
			position: absolute;
			top: 0;
			list-style: none;
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 350px;
		}

		ul#tabs li {
			font-size: 11pt;
			font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
            line-height: 14pt;
            margin-left: 0;
		}

		/*ul#tabs li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 0px 10px 0 0;
		}*/

		ul#tabs li a {
            color: #985f21;
			/*color: #7c311e;*/
			text-decoration: none;
			display: block;
			padding: 10px;
			height: 60px;
			outline: none;
		}

		ul#tabs li a:hover {
			/*text-decoration: underline;*/
		}

		ul#tabs li a.current {
			background:  url('images/feature-tab-current.png');
			color: #fff0a7;
		}

		ul#tabs li a.current:hover {
			/*text-decoration: none;*/
			cursor: default;
		}

        ul#tabs li a span {
            width: 260px;
        }

		ul#output {
			right: 0;
			width: 350px;
			height: 240px;
			position: relative;
		}

		ul#output li {
            font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
			position: absolute;
			width: 350px;
			height: 240px;
		}

		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 50px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11pt;
            color: #985f21;
			/*color: #7c311e;*/
			background: #fff0a7;
			-moz-border-radius: 5px;
            -webkit-border-radius: 5px;
		}

		ul#output li a:hover {
			color: #fff0a7;
            background: #985f21;
			/*background: #7c311e;*/
        }








