/* Section Nav Styling, no colours */

#sectionNav {
	margin: 1em 0 1em 1em;
	float: left;
	width: 200px;
}

#sectionNav li a { color: #003826; margin-right: 0.3em; }


#sectionNav ul.levelOne, 
#sectionNav ul.levelTwo, 
#sectionNav ul.levelThree {
	margin: 0;
	padding: 0;
}


#sectionNav ul.levelOne li { 
	margin: 8px 0 0 0;
	padding: 0 0 0 1.5em;
}


#sectionNav ul.levelTwo li {
	margin-left: 3px;
	padding: 0 0 0 13px;
}


#sectionNav ul.levelThree li {
	margin-left: 3px;
	padding: 0 0 0 10px;
}



#sectionNav li a, #sectionNav li a:link, 
#sectionNav li ul.levelTwo li a, #sectionNav li ul.levelTwo li a:link,
#sectionNav li ul.levelTwo li ul.levelThree li a, #sectionNav li ul.levelTwo li ul.levelThree li a:link { 
text-decoration: none;
}

#sectionNav li a:hover, #sectionNav li a:active, 
#sectionNav li ul.levelTwo li a:hover, #sectionNav li ul.levelTwo li a:active, 
#sectionNav li ul.levelTwo li ul.levelThree li a:hover, #sectionNav li ul.levelTwo li ul.levelThree li a:active { 
text-decoration: underline;
}

#sectionNav li.levOneOpen a, 
#sectionNav li ul.levelTwo li.levTwoOpen a, 
#sectionNav li ul.levelTwo li ul.levelThree li#levelThreeCurr a { 
	font-weight: bold; 
	text-decoration: underline;
}




/********************************************
 * Section Navigation Arrows
 ********************************************/


/* Type One */

.typeFive .widgetContent ul li.levOneOpen, 
.hpTypeFive .widgetContent ul li.levOneOpen {
	background: url(typeFiveNavListArrowDown.gif) left center no-repeat;
	font-weight:bold;
	text-decoration:underline;
	margin-top:0.7em;
	margin-bottom:0.7em;
	
}

.typeFive .widgetContent ul li.levOneCurr, 
.hpTypeFive .widgetContent ul li.levOneCurr {
	background: url(typeFiveNavListArrowRight2.gif) 5px center no-repeat;
	font-weight:bold;
	text-decoration:underline;
	margin-top:0.7em;
	margin-bottom:0.7em;
	
}

.typeFive .widgetContent ul li.levTwoOpen, 
.hpTypeFive .widgetContent ul li.levTwoOpen {
	background: url(typeFiveNavListArrowDown2.gif) left top no-repeat;
	text-decoration:underline;
	margin-top:0.7em;
	/*margin-bottom:0.7em;*/
	font-weight:bold;
	
}


.typeFive .widgetContent ul li.noimg, 
.hpTypeFive .widgetContent ul li.noimg {
	background: url(no-arrow.gif) left top no-repeat;
	margin-top:0.7em;
	margin-bottom:0.7em;
	font-weight:bold;
	
}

.typeFive .widgetContent ul.levThree li.noimg, 
.hpTypeFive .widgetContent ul.Three li.noimg {
	background: url(no-arrow.gif) left top no-repeat;
	margin-top:0.7em;
	margin-bottom:0.7em;
	font-weight:bold;
	
}

.typeFive .widgetContent li ul li.levThreeCurr, 
.hpTypeFive .widgetContent li ul li.levThreeCurr {
	background: url(typeFiveNavListArrowRight2.gif) left top no-repeat;
	text-decoration: underline;
	margin-top:0.7em;
	margin-bottom:0.7em;
	font-weight:bold;
}

.typeFive .widgetContent ul li.none, 
.hpTypeFive .widgetContent ul li.none {
	margin-top:0.9em;
	margin-bottom:0.9em;
	
}




