li.infoheader{
	margin-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : Bold;
	font-size : 11px;
}

	#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 175px;
}
#nav li {
	line-height : 20px;
	width: 170px;
	text-align: left;
	margin-bottom : 2px;
}
#nav li.last {
	margin-bottom : 0px;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 171px; /* db submenu_x_offset (needs to be 6px more than db menu_width) */
	margin-top : -21px; /* db submenu_y_offset */
}
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#nav li a.sub {
	width: 185px;
	w\idth : 184px;
	display : block;
	color : #666;
	font-weight : Bold;
	font-size : 12px;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	text-align: Left;
	border: 1px solid #CCCCCC;	
	background-color:#FFFFFF;
	/*background-repeat: no-repeat;*/
	/*background-image: url(images/button.gif);*/
}
#nav li a.sub:hover {
	color : #999;
	/*background-image: url(images/button_over.gif);*/
	}
#nav li a.nosub {
	width: 164px;
	w\idth : 163px;
	display : block;
	color : #006633;
	font-weight : Bold;
	font-size : 11px;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	text-align: Left;
	border: 1px solid #CCCCCC;
	background-color:#66CC99;	
	/*background-image: url(images/button.gif);*/
	/*background-repeat: no-repeat;*/
}
#nav li a.nosub:hover {
	color : #000;
	/* background-image: url(images/button_over.gif);*/
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li.spacer {
	background-color : #ffffff; font-size : 5px; padding: 0px;
}
#nav li.heading {
	width: 172px;
	w\idth : 163px;
	padding-left: 5px;
	font-size : 12px;
	color : #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : Bold;
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
}

