body {
	font-family: Verdana;
	font-size: 8pt;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
}

#nav a {
	display: block;
	width: 11em;
	color: black;
	text-decoration: none;
	padding-left: 1em;
}

#nav a:focus {
	outline: none;
}

#nav img {
	display: block;
	width: 2px;
	height: 20px;
	text-decoration: none;
}

#nav label {
	display: block;
	width: 11em;
	color: black;
	text-decoration: none;
	padding-left: 1em;
}

#nav a.arrow {
	background: url(../images/silvermenuarrow.gif) center right no-repeat;
}

#nav a.arrow2, #nav label.arrow2 {
	background: url(../images/silvermenuarrow.gif) center left no-repeat;
}

#nav li { /* all list items */
	float: left;
	width: 11em; /* width needed or else Opera goes nuts */
	text-align: left;
}

#nav li.bar { /* all list items */
	float: left;
	width: 2px; /* width needed or else Opera goes nuts */
	text-align: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #f2f2f2;
	border: 1px solid #cccccc;
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 11em;
}

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


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

#content {
	clear: left;
	color: #ccc;
}

#nav li:hover, #nav li.sfhover {
	background: white;
}

#nav label.arrow {
	background: url(../images/silvermenuarrow.gif) center right no-repeat;
}

