/* CSS Document hand coded by SuburbanWorrier for Adley*/
/* PrintVision Actinic List Based Menu */


	#SectionNav, #SectionNav ul { /* all lists */
		padding: 0;
		margin-right: 0;
		margin-top: 0;
		margin-left: 2;
		margin-bottom: 0;
		list-style: none;
		float : left;
		width : 150px;
		border-bottom: 1px solid #013E6F;
		border-right: 1px solid #013E6F;
		line-height: .9em;
	}

	#SectionNav li { /* all list items */
		position : relative;
		float : left;
		/*line-height : 1.25em;
		margin-bottom : -1px;*/
		width: 150px;
	}

	#SectionNav li ul { /* second-level lists */
		position : absolute;
		left: -999px;
		top: 0;
		margin-left : 151px;
		
		
	}

	#SectionNav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}

	#SectionNav li a {
		font-family: Trebuchet MS, Arial, Helvetica;
		/*width: 150px;
		w\idth : 10em;*/
		display : block;
		color : #013E6F;
		text-decoration : none;
		background-color : white;
		background: #fff; /* IE6 Bug */
		border : 1px solid #CCC;
		border-bottom: 0;
		border-right: 0;
		padding : 5px;
		font-size : .7em
	}

	#SectionNav li a:hover {
		color: #000; background: #C8CB44;
	}

	#SectionNav li:hover ul ul, #SectionNav li:hover ul ul ul, #SectionNav li.sfhover ul ul, #SectionNav li.sfhover ul ul ul {
		left: -999em;
	}

	#SectionNav li:hover ul, #SectionNav li li:hover ul, #SectionNav li li li:hover ul, #SectionNav li.sfhover ul, #SectionNav li li.sfhover ul, #SectionNav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
