ul.mainMenu, ul.subMenuL1 {
	margin: 0em 0em 1em 0em;
}

ul.mainMenu, ul.subMenuL1 {
	list-style-type: none;
	padding: 0;
}

ul.mainMenu li {
	font-weight: bold;
	color: #525050;
	width: 100%;
	padding-left: 0.4em;
}

ul.subMenuL1 {
	margin: 0.25em 0em 1em -0.4em;
	border-top: 1px solid #1738b4;
}

ul.subMenuL1 li {
	padding: 0.25em 0em 0.25em 1.5em;
	background-image: url("../../img/arrow.gif");	
	background-position: 0.4em 50%;
	background-repeat: no-repeat;
	font-weight: normal;
	color: #1738b4;
}

ul.subMenuL1 li.selected {
	padding: 0.25em 0em 0.25em 2em;
	background-image: url("../../img/selected_arrow.gif");	
	background-position: 0.4em 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #251f0f;	
}

ul.mainMenu a:link, ul.mainMenu a:visited {
	color: #1738b4;
	text-decoration: none;
}

ul.mainMenu a:hover, ul.mainMenu a:active {
	text-decoration: underline;
}
