#accordion {
	list-style: none;
	padding: 0;
	width: 145px;
	margin-top: -10px;
	margin-bottom: -10px;
}
#accordion li{
	display: block;
	font-weight: bold;
	margin: 0px;
	cursor: pointer;
	list-style: circle;
	background-image: url(/images/nav/light-menu-mid.png);
	background-repeat: repeat-y;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #040c1e;
}

#accordion ul {
	list-style: none;
	padding: 0 0 0 0;
	display: none;
	width: 130px;
}
#accordion ul li{
	font-weight: normal;
	cursor: auto;
	background-color: #DAAF61;
	background-image: url(none);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12px;
}
#accordion a {
	text-decoration: none;
}
a.navlight:link {
  color: #8db1d4;
  text-decoration: none;
}

a.navlight:hover {
	color: #ffffff;
	text-decoration: none;
}

a.navlight:visited {
  color: #8db1d4;
  text-decoration: none;
}

a.navlight:active {
	color: #8db1d4;
	text-decoration: none;
}
a.navdark {
	color: #040c1e;
	text-decoration: none;
	font-weight: bold;
}
a.navdark:link {
	color: #040c1e;
	text-decoration: none;
	font-weight: bold;
}

a.navdark:visited {
	color: #040c1e;
	text-decoration: none;
	font-weight: bold;
}

a.navdark:hover {
	color: #040c1e;
	text-decoration: none;
	font-weight: bold;
}

a.navdark:active {
	color: #040c1e;
	text-decoration: none;
	font-weight: bold;
}
