.subNav{
	background: url(../images/subnav_gradient.jpg) repeat-x top #2ca57a; 
	position: absolute; 
	right: 0;
	padding: 0;
	top: 136px; 
	left: 105px;
	height: 26px;
	font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
}
.subNav .nav li:hover,
.subNav .nav li.sfHover,
.subNav .nav a:focus,
.subNav .nav a:hover, 
.subNav .nav a:active,
.subNav a:hover,
.subNav .nav li a.selected {
	text-decoration: none;
	color: white;
	background: url(../images/subnav_hover_gradient.jpg) repeat-x top #89bede;
	height: 26px;
}
.subNav a:visited{
	color: white;	
}
