* #nav {
	position: absolute;
	z-index: 1000;
	top: 60px;
	left: 0px;
	width: 780px;
	line-height: 20px;
	height: 20px;
	visibility: visible;
}

* #nav ul {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	background-image: url(../images/singlepix_transp.gif);
}

* #nav li {
/* all levels */
	width: 156px;
	line-height: 20px;
	height: 20px;
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-image: url(../images/singlepix_transp.gif);
}

* #nav li a, * #nav li div.a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #0c2d83;
	display: block;
	position: relative;
	width: 96%;
	border: 1px solid #0c2d83;
	font-weight: bold;
	padding-left: 4%;
	overflow: hidden;
	background-color: #ffffff;
}

* div.a {
	background: url(../GeneratedItems/menutriangledown.gif) no-repeat 97% 90%;
}

* #nav li a:hover, * #nav li div.a:hover {
	color: white;
	background-color: #0c2d83;
}

* #nav ul li ul {
	position: absolute;
	left: 0px;
	top: 21px;
}

* #nav ul ul li {
/* L2 L3 */
	line-height: 20px;
	height: 20px;
}

* #nav ul ul ul li {
/* L3 */
	width: 156px;
	top: -20px;
	left: 108px;
}

/* 2 and 13 */

* #nav ul ul, * #nav li:hover ul ul {
	display: none;
}

/* 12 and 23*/

* #nav li:hover ul, * #nav li:hover li:hover ul {
	display: block;
}

* #nav ul ul li:hover {
	background-color: #000011;
	color: white;
}
