



#menu {

		/* custom */
		font-size: 1em;
		font-weight: bold;
		z-index: 1000;
		background: #e8c104;
}

#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
}

#menu a {
	display:block;

		/* custom */
		padding: 10px 6px 10px 6px;
		margin: 0 0 0 8px;
		color: #12377d;
		background: #e8c104;
		text-decoration: none;
}

#menu a#menuactive, #menu a#menuactive:hover {
		color: #000;
		cursor: default;
		text-decoration: underline;
}

#menu li ul a#menuactive:hover {
		color: #fff;
}

#menu a.topactive, #menu a.menuactive {
		color: #000;
}

#menu a:hover {

		/* custom */
		color: #fff;
		text-decoration: underline;
}

#menu .first {

		/* custom */
}

#menu li ul {
	z-index: 1010;
	padding-left: 0;
	margin-left: -.5em;
	list-style-type: none;
}

#menu li li a {
	width: 15em;

		/* custom */
		border-left: 0;
		background: #e8c104;
		padding: 10px 12px;
		border-top: 1px solid #fff;
}

#menu li li a:hover {

		/* custom - 2nd level hover */
		background: #00004d;
		color: #ffffff;
}

#menu li li ul {
	z-index: 1020;
}

#menu li li li a {

		/* custom */
		border-top: 0;
		padding: 9px 12px;
		font-weight: normal;
}

#menu li li li a:hover {

		/* custom  - 3rd level hover */
}

#menu li {
	float:left;
}

#menu li li { /* all list items */
	float: left;
	width: 15em;
}

#menu li ul { /* second-level lists */
	position: absolute;
	width: 15em;
	left: -999em;
}

#menu li ul ul { /* third-and-above-level lists */
	margin: -2.5em 0 0 15em;
}

#menu li:hover ul ul, #menu li.sfhover ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

a.menuarrow {
}

a.menuarrow:hover {
}
