DIV.nav LI.active_nosub {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url('/images/blackright.gif');
	color: #000000;
	background: #7f7fa1;
	font-weight: bold;
}
DIV.nav LI.active_nosub A {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background: transparent;
}
DIV.nav LI.active_nosub A:hover {
	text-decoration: underline;
}
DIV.nav LI.active_sub {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url('/images/blackdown.gif');
	color: #000000;
	background: #7f7fa1;
	font-weight: bold;
}
DIV.nav LI.active_sub A {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background: transparent;
}
DIV.nav LI.active_sub A:hover {
	text-decoration: underline;
}
DIV.nav LI.hide {
	display: none;
}
DIV.nav LI.main {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url('/images/right.gif');
}
DIV.nav LI.main A {
	font-weight: bold;
	text-decoration: none;
	color: #7f7fa1;
	background: transparent;
}
DIV.nav LI.main A:hover {
	text-decoration: underline;
}
DIV.nav LI.sub {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url('/images/blank.gif');
	background: #7f7fa1;
	color: #000000;
}
DIV.nav LI.sub A {
	text-decoration: none;
	color: #000000;
	background: transparent;
}
DIV.nav LI.sub A:hover {
	text-decoration: underline;
}

