<!--  Suckerfish dropdowns: see http://htmldog.com/articles/suckerfish/dropdowns/
      and http://htmldog.com/articles/suckerfish/dropdowns/example/vertical.html -->

#nav { z-index: 3; }

#nav, #nav ul { /* all lists */
	font-size: 10pt;
	padding: 0;
	margin: 0.5em 0;
	list-style: none;
	float: left;
	width: 22em;
	/*background: white;*/
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.6em;
	text-align: right;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 17.2em;
	margin-top : -1.75em;
	padding: 0.5em 0;
	border: 1px dashed #ff5b20;
	background-color: #e2e2e2;
	width: 12em;
}

#nav li ul li, #nav li ul li a { /* second-level list items & links therein */
	text-align: left;
	background-color: #e2e2e2;
}

#nav a.daddy {
	background: url(pics/rt-tri-ora.gif) center right no-repeat;
}

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

#nav li a {
	width: 17em;
	w\idth : 16em;
	display : block;
	color: #0648a1;
	font-weight : bold;
	text-decoration : none;
	/*background-color : white;*/
	/*border : 1px solid black;*/
	padding: 0 0.7em;
}

#nav li a:hover {
	color : white;
	background-color : #0648a1;
}

#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;
}
