.nav1 ul.level1,
.nav1 ul.level2,
.nav1 ul.level3 {
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 183px;
	list-style: none;
}


.nav1 ul.level1 li.normal a {
	display: block;
	margin: 0 0 1px 0;
	padding: 5px;
	text-decoration: none;
	width: 183px;
	background: url(1_no.gif) no-repeat;
	color: #000000;
	font-weight: bold;
}

.nav1 ul.level1 li.active a,
.nav1 ul.level1 li a:hover {
	display: block;
	margin: 0 0 1px 0;
	padding: 5px;
	text-decoration: none;
	width: 183px;
	background: url(1_act.gif) no-repeat;
	color: #fff;
	font-weight: bold;
}

.nav1 ul.level2 li.normal a {
	display: block;
	margin: 0 0 1px 0;
	padding: 5px;
	text-decoration: none;
	width: 183px;
	background: url(2.gif) no-repeat;
	color: #000000;
	font-weight: normal;
}

.nav1 ul.level2 li.active a,
.nav1 ul.level2 li a:hover {
	display: block;
	margin: 0 0 1px 0;
	padding: 5px;
	text-decoration: none;
	width: 183px;
	background: url(2.gif) no-repeat;
	color: #000000;
	font-weight: bold;
}


.nav1 ul.level3 li.normal a {
	display: block;
	margin: 0 0 1px 0;
	padding: 5px;
	text-decoration: none;
	width: 183px;
	background: url(3.gif) no-repeat;
	color: #000000;
	font-weight: normal;
}

.nav1 ul.level3 li.active a,
.nav1 ul.level3 li a:hover {
	display: block;
	margin: 0 0 1px 0;
	padding: 5px;
	text-decoration: none;
	width: 183px;
	background: url(3.gif) no-repeat;
	color: #000000;
	font-weight: bold;
}