#nav, #nav ul { /* all lists */
	float: left;
	width: 120px;
	list-style: none;
	background: transparent;
	font-weight: bold;
	padding: 0;
	border: none; /*solid #ccc*/
	margin: 16px 0 0 0;
}

#nav a {
	display: block;
	width: 120px;
	/* width needed or else Opera goes wrong */
	w\idth: 120px;
	color: #000000;
	font-size: 10px;
	font-family: Helvetica, Geneva, Verdana; 
	/* font-weight: bold; */
	text-decoration: none;
	/* Set the default font style and colour for the horizontal menu list item text */	
	padding: 0 0 0 24px;
	margin: 0 0 8.5px -16px;
}

/*\*/ * html #nav a {
font-size: 11px; 
margin: 3.1px 0 3px -16px;
} /* */

#nav a.daddy {
	background: transparent url(../images/css/rightarrow2.gif) center right no-repeat;
	/* doesn't function because of list bg image */
}
#nav a.home {
	background: transparent url(../images/tops/xtop_home.gif) 16px 0 no-repeat;
	height: 68px;
}

#nav li { /* all list items */
	float: left;
	/* Specify where to position the menu. Cannot be floated in the center. */
	padding: 0;
	/* Specify the padding for the list items in the menu */
	width: 120px;
	/* Specify the width for the list items in the menu */
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	width: 200px;
	/* width needed or else Opera goes wrong */
	w\idth: 200px;
	border-width: 0em;
	margin: 0;
	background: url(../images/css/ddbg.gif) bottom left no-repeat;
	padding: 0em 0 40px 0;
/* Specify padding for the background image of the drop down list. Padding for bottom set to 10em. Padding on left 0.5 for highlight bar*/	
	border-right: none;
}

#nav li li {
	padding-right: 1px;
	width: 200px
}

#nav li ul a {
	width: 114px;
	w\idth: 114px;
}

#nav li ul ul { /*third level items */
	margin: -26px 0  10px 114px ;
	background: url(../images/css/ddbg2.gif) center left no-repeat;
	padding: 10px 200px 0 0;
}

#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 {
	left: auto;
}

#nav li:hover, #nav li.sfhover { /* lists nested under hovered list items */
	background: url(../images/css/look.gif) center left no-repeat; 
}


li#first {
	border-left-width: 0em; 
/* Specify the width of the border of the first items in the menu */
}

li#last {
	border-right-width: 0em; border-left-width: 0.2em; 
/* Specify the width of the border of the last items in the menu */	
}