
#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	float : left;
	width : 170px;
	/*border-bottom: #b22222 1px solid;
	background-color:#b22222;*/
	font-family:Arial;
	font-size: 12;
	 	
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 170px;
	/*take out background color when adding arrows to the left nav*/
	background-color : #800000;
	border-right: 1px solid #b22222;
	border-bottom: 1px solid #b22222;
	border-left: 1px solid #b22222;	
	border-top:1px solid #b22222;
	height:23px;
	FONT-WEIGHT: 600; 
	COLOR: #ffffff;
	font-size:12px;
	FONT-FAMILY: Arial;
	text-indent: 2px;
	padding-top:2px;
	
}

#nav li ul { /* second-level lists, first level channel */
	position : absolute;
	left: -999em;
	margin-left : 6.15em;
	margin-top : -0.25em;
	right:-14.25em;
	FONT-WEIGHT: 600; 
	COLOR: #ffffff;
	font-size:12px;
	FONT-FAMILY: Arial;	
}

#nav li ul ul { /* third-and-above-level lists, second level channel */
	left: -999em;
	margin-left:11.85em;
	cursor: hand;
	text-align:center;
	right:-14.15em;
	FONT-WEIGHT: 600; 
	font-size:12px;
	FONT-FAMILY: Arial;	
}


#nav li a { /*The channel with the custom property*/
	width: 100%;
	display :block;
	height :1em;
	color: #ffffff;
	text-decoration : none;
	margin-bottom: 0.001em;
	padding-bottom: 0;
	font-size:small;
	font-family:Arial;
	font-size:12;
	
}

#nav li a:hover {
	color : #ffffff;

}

#nav li:hover ul ul, #nav li:hover ul ul ul,#nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
	
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul,#nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul  { /* lists nested under hovered list items */
	left: auto;
	
}