#topNav            {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	margin: 0;
	padding: 5px 0px 5px 0px;
	background-color: #000;
	border-top: 5px solid #CBCDB1;
}

#topNav li  {
	padding: 0px;
	display:inline;
	list-style-type:none;
	color: #000
 }
		
/*#topNav li a.first-child	{
	border-left:2px solid #CCC;
}*/

#topNav a {
	/* top right bottom left */
	padding: 5px 8px 5px 8px;
	color: #ccc;
	text-decoration: none;
	border-top: 5px solid #CBCDB1;
}

#topNav a.corporation:hover {
	color: #fff;
	border-top: 5px solid #7BB1C1;
}

#topNav a.healthCentre:hover {
	color: #fff;
	border-top: 5px solid #91282B;
}

#topNav a.employeeHealth:hover {
	color: #fff;
	border-top: 5px solid #CBD67E;
}

#topNav a.oakwoodRetirement:hover {
	color: #fff;
	border-top: 5px solid #AA924E;
}

#topNav span.currentTop, #topNav span.currentTop_first-child {
	border-top: 5px solid #7BB1C1;
	padding: 5px 8px 5px 8px;
	color: #fff;
}

/* While in a sub section of a top section, the top becomes actionable again,
but maintains a selected appearance*/
#topNav a.currentTopAndSub {
	border-top: 5px solid #9CA7B4;
	padding: 5px 8px 5px 8px;
	color: #ccc;
}

#topNav a.currentTopAndSub_first-child {
	border-top: 5px solid #9CA7B4;
	padding: 5px 8px 5px 8px;
	color: #ccc;
}

