#mainNavi ul li a.active {
	color: orange;
	color: #151518;
	/*background-image: url("/images/navi_spacer.png");
	background-repeat: no-repeat;
	background-position: bottom;
	border-bottom: none;*/
}

#mainNavi ul li a.selected {
	color: red;
	background-color: #EDECE7;
	color: #18567d;
}

#mainNavi ul li ul li a.active, #mainNavi ul li ul li a.selected {
	background-color: #EDECE7;
	color: #18567d;
	font-weight: bold;
}

#mainNavi ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#mainNavi ul li {
}

#mainNavi ul li a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin: 8px 0 0 0;
	padding: 5px 5px 5px 5px;
	display: block;

	font-family: Georgia, Arial, sans-serif;
	color: #18567d;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}

#mainNavi ul li ul li {
	margin: 5px 0 0 0;
}

#mainNavi ul li ul li a {
	border-bottom-width: 0px;
	border-bottom-style: none;
	margin-top: 2px;
	padding: 0 0 0px 10px;
	display: block;
	font-weight: normal;
	color: #669ec0;
	font-size: 90%;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

