

#menu {

		/* custom */
		font-size: 1em;
		font-weight: bold;
		z-index: 1000;
		float: left;
		background: #A81000;
		width: 914px;
		border-bottom: 1px solid #fff;
}

#menu ul {
		list-style: none;
		padding: 0;
}

.menu a {
	display:block;
	text-decoration: none;

		/* custom */
		color: #fff;
		padding: 9px 16px 8px 15px;
		text-transform: uppercase;
}

.menu a:hover {
		text-decoration: underline;
}

.menu a:hover, .menu a#menuactive, .menu li:hover a, .menu li.sfhover, .menu li li:hover a.menuarrow {

		/* custom */
		color: #DFDFDF;
}

.menu a#menuactive {
		cursor: default;
		color: #DFDFDF;
		text-decoration: underline;
}

.menu a.topactive {
		color: #DFDFDF;
}

.menu li ul {
	z-index: 1010;
	padding-left: 0;
	margin: 0;
	list-style-type: none;

		/* custom */
}

.menu li li a {
	background: #fff;
	font-size: .9em;
	text-transform: none;
}

.menu li li a, .menu li li a:hover, .menu li:hover li a, .menu li:hover li:hover a, .menu li.sfhover li a {
	width: 13.4em;

		/* custom */
		color: #810000;
		border-left: 0;
		padding: 7px 1em;
		border: 1px solid #e8e8e6;
		border-top: none;
		font-weight: normal;
}

.menu ul li a#menuactive, .menu li li a.menuactive {
		color: #d70e30;
}

.menu li li a:hover, .menu li li a#menuactive:hover {

		/* custom - 2nd level hover */
		color: #d70e30;
		text-decoration: underline;
		background: #EFEFEF;
}

.menu li li ul {
	z-index: 1020;
	border: none;
}

.menu li li li a {

		/* custom */
		border: none;
}

.menu li li li a:hover {

		/* custom  - 3rd level hover */

}

.menu li {
	float:left;
}

.menu li li { /* all list items */
	float: left;
	width: 13.6em;
}

.menu li ul { /* second-level lists */
	position: absolute;
	width: 13.6em;
	left: -999em;
	padding: 0;
	background: #ffffff;
}

#menu li:hover, #menu li.sfhover {
     position: static;
}

.menu li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 13em;
	padding: 0;
	background: #ffffff;
	border-top: 1px solid #e8e8e6;
}

.menu li ul ul li {

}

.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 {
}
