﻿		div#feature_list {
			width: 774px;
			height: 492px;
			float: left;
			position: relative;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
			text-align: left;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			/*width: 210px;*/
			width: 1px;
		}
		
		/* Because we are using a color background, but want the arrow to hang over the edge, we need this div inside the li */
		div.featureblock
		{
		    width: 244px;
		    background: transparent url("images/FeatureBlock.png") left top no-repeat;
		}
		
		ul#tabs li 
		{
		    height: 80px;
			font-size: 12px;
			font-family: Arial;
			/*background: #990000;*/
			color: #e56164;
		}
		
		ul#tabs li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}

		ul#tabs li a {
			color: #e56164;
			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/Lg_Callout_Arrow.gif");
			color: #990000;
		}

		ul#tabs li a.current h1 {
			color: #990000;
		}
				
		ul#tabs li h1
		{
		    color: #e56164;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			right: 0;
			width: 774px;
			height: 492px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 774px;
			height: 492px;
		}

		ul#output li a 
		{
			text-decoration: none;
			font-size: 12px;
			font-weight: bold;
			color: #FFF;
		}
		
		ul#output li a:hover 
		{
		}
