#rnav {
	padding: 0 15px 0 0;
	height: 33px;
	background: url(../images/bar_r.png) no-repeat top right;
}

#lnav {
	padding: 0 0 0 15px;
	height: 33px;
	background: url(../images/bar_l.png) no-repeat top left;
}

#nav {
	height: 33px;
	background: url(../images/bar_m.png) repeat-x top left;
}

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

li.l1 {
	display:inline;
	list-style-type: none;
}

li.l1 a {
	display: block;
	font-size: 11px;
	color: white;
	text-decoration: none;
	font-weight: normal;
	padding-bottom: 5px;
}

li.l2 a {
	font-weight: normal;
	display: block;
	color: #333;
	margin: 0;
	text-decoration: none;
	font-size: 10px;
	padding: 2px 10px;
	background-color: #d6e0e6;
}

li.l2 a:hover {
	background-color: #a6c7d9;
}

ul.l2 {
	border: 1px #80868a solid;
}

li.l1 {
	padding: 4px;
	font-size: 0.95em;
	float: left;
	padding: 9px 15px 9px 5px;
}

#nav ul {
	z-index: 1;
}

ul.l2 {
	position: absolute;
	margin: 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	color: black;
	background-color: #d6e0e6;
}

ul.l2 > li:last-child {
	border-bottom: 8px #c51015 solid;
}

li.l3 a {
	background: url(../images/bullet.gif) 20px 6px no-repeat;
	padding-left: 30px;
	background-color: #d6e0e6;
}

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

