.featureHolder td {
	vertical-align: top;
}

.featureNavItem, 
.featureNavArrow {
	padding:0 6px;
	margin-bottom: 5px;
	height: 30px;
}
.featureNavItem a,
.featureNavItem a:link,
.featureNavItem a:hover,
.featureNavItem a:visited,
.featureNavItem a:active {
	color:#FFF;
	font: bold 14px/18px Helvetica,sans-serif;
	text-decoration:none;
}
.featureNavItem { cursor:pointer}
#featureNav1 { background-color: #809ba4;}
#featureNav2 { background-color: #c77801;}
#featureNav3 { background-color: #135670;}
#featureNav4 { background-color: #8a0904;}

.featureNavArrow { 
	padding:0; 
	height:30px;
	width:16px;
	float:left;
	clear:left;
	z-index: 8;
	position:relative;
	visibility:hidden;
	background-repeat: no-repeat;
}
#featureNavArrow1 { background-image: url(/images/nav_arrow_blue.gif);visibility:visible;}
#featureNavArrow2 { background-image: url(/images/nav_arrow_gold.gif)}
#featureNavArrow3 { background-image: url(/images/nav_arrow_dblue.gif)}
#featureNavArrow4 { background-image: url(/images/nav_arrow_red.gif)}

.featureContent {
	position:absolute;
	z-index: 1;
	width:250px;
	height:135px;
	text-align: right;
}

#featureImage {
	border: solid 1px #7F9BA4;
}
