#subNavArea {
	clear:both;
	float:left;
	padding: 0px 0px 0px 0px;
	margin-left:5px;
	margin-top:10px;
	width:133px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:70%;
	height:auto;
}

#subNavArea ul{
width:100%;
	list-style-position: outside;
	list-style-type: disc;
	position:relative;
		width:auto;
		display:block;
		padding-left: 10px;
		margin-left: 10px;
		margin-right: 10px;
		line-height:2em;
}
#subNavArea  ul .secondSub {	
	width:100%;
	list-style: none;
	position:relative;
	width:auto;
	/*display:block;*/
	padding-left: 5px;
	margin-left: 5px;
	margin-right: 0px;
	line-height:1.5em;
}
#subNavArea a{
	color:#333333;
	text-decoration:none;
	line-height:1em;
}
/*  ///// WHAT///// SUB NAV HOVER AND ON*/
#subNavArea  a.what:hover{	color:#62bd19;	}
#subNavArea  a.whatOn{	color:#62bd19;}
/*  ///// WHERE///// SUB NAV HOVER AND ON*/
#subNavArea  a.where:hover{	color:#00ae68;	}
#subNavArea  a.whereOn{	color:#00ae68;	}
/*  ///// HELP US///// SUB NAV HOVER AND ON*/
#subNavArea  a.help:hover{	color:#678f00;	}
#subNavArea  a.helpOn{	color:#678f00;	}
/*  ///// LIFE STORIES ///// SUB NAV HOVER AND ON*/
#subNavArea  a.life:hover{	color:#a3c94d;	}
#subNavArea  a.lifeOn{	color:#a3c94d;	}
/*  ///// ABOUT US ///// SUB NAV HOVER AND ON*/
#subNavArea  a.about:hover{	color:#13694e;	}
#subNavArea  a.aboutOn{	color:#13694e;	}






#partners #sect4 a{color:#62bd19;}/*looks for id in body tag and then the section you want to highlight and turns all as green*/
#partners #sect4 ul a{color:#333;}/*look for the ul in there and turn all its as back*/
#partners.sub1 #sect4 #sub1 a{color:#62bd19;}/*then turn the one you want*/