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

#nav a, #navStatic a {
	text-decoration:none;
	display: block;
	width: 189px;
	text-align:right;
	}
#nav a:hover, #navStatic a:hover {
	background:#F2F2FA url('/image/bg-nav-item-hover.gif') center center no-repeat;
	}

#nav a span, #navStatic a span {
	padding-right:20px;
	background:url('/image/nav-arrow.gif') right center no-repeat;
	}

#nav li, #navStatic li { /* all list items */
	list-style-image:none;
	width: 189px; /* width needed or else Opera goes nuts */
	}

#nav li.active, #navStatic li.active {

	}

#nav li.active a, #nav li.open a, #navStatic li.active a {
	font-weight:bold;
	background:#E7E7F5 url('/image/bg-nav-item.gif') center top no-repeat;
	}

#nav li ul, #navStatic li ul { /* second-level lists */
	position: absolute;
	background: lightblue;
	width: 189px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}


#navStatic {
	width:189px;
	margin:11px 0;
	padding:11px 0;
	border-color:#DFDFF2;
	border-style:solid;
	border-width:1px 0;
	}