ul.level1 {
	position: absolute;
	left: 15px;
	top: 130px;
	margin-left: 0;
	padding-left: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

ul.level1,ul.level2,ul.level3 {
	width: 175px;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

ul.level1 li a {
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;
	display: block;
	padding-left: 2px;
	font-weight: bold;
	color: #003399;
}

ul ul.level2 li a {
	padding-left: 10px;
	font-weight: normal;
}

ul ul ul.level3 li a {
	padding-left: 20px;
	font-weight: normal;
	font-style: italic;
}

ul.level1 strong a {
	color: #003399;
	background-color: #eeeeff;
	text-decoration: none;
}

ul ul.level2 strong a {
	font-weight: normal;
}

ul ul ul.level3 strong a {
	font-weight: normal;
}
