body {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

#content {
	width: 640px;
	margin: 50px auto;
	padding: 20px;
}


		h3 {
			margin: 0;	
			padding: 5px 0 0 0;
			font-size: 14px;
			text-transform: uppercase;
		}

		h4 {
			margin: -4px 0 0 0;	
			padding: 0;
			font-size: 12px;
			text-transform: uppercase;
		}

		div#feature_list {
			width: 640px;
			height: 250px;
			overflow: hidden;
			position: relative;
			background: top right url('menubar_bg.jpg') no-repeat;
			border: 1px solid #aaa;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			right: 0;
			z-index: 2;
			width: 240px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
		}
		
		ul#tabs li img {
			padding: 6px 3px;
			border: none;
			width: 20px;
			float: left;
			margin: 0;
		}

		ul#tabs li a {
			color: #222;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 30px;
			outline: none;
		}

		ul#tabs li a:hover {
			text-decoration: underline;
		}

		ul#tabs li a.current {
			background:  url('current.png');
			color: #FFF;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			left: 0;
			width: 410px;
			height: 250px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 410px;
			height: 250px;
		}
