#navMenu ul {
	margin: 0px;
	padding: 0px;
}
#navMenu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.closed a {
	color: #286198;
	display: block;
	font-size: 12px;
	line-height: 19px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/nav-arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
.closed a:link {
	color: #286198;
}
.closed a:visited {
	color: #286198;
}
.closed a:hover {
	color: #47AD50;
}
.closed a:active {
	color: #286198;
}
.open a {
	color: #286198;
	display: block;
	font-size: 12px;
	text-decoration: none;
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/nav-arrow-down.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	font-weight: bold;
}
.open a:link {
	color: #286198;
}
.open a:visited {
	color: #286198;
}
.open a:hover {
	color: #47AD50;
}
.open a:active {
	color: #286198;
}
.closed ul a {
	border: 0;
	color:#286198;
	font-size: 12px;
	font-weight:normal;
	line-height: 19px;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
.open ul a {
	color:#286198;
	font-size: 12px;
	font-weight:normal;
	line-height: 19px;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
.open ul a:hover {
	color:#47AD50;
}
.open ul a:active {
	color:#47AD50;
}
#navCurrent {
	color:#286198;
	font-size: 12px;
	font-weight:bold;
	line-height: 19px;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
#navCurrent_sub {
	color:#286198;
	font-size: 12px;
	font-weight:bold;
	line-height: 19px;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	background-image: url(../images/nav-arrow-on.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
#null {
}