#menu,
#menu ul {
	list-style: none;
	font-family: "lucida grande", arial, tahoma, arial;
	font-weight: bold;
}
#menu li.main {
	color: #af5353;
	float: left;
	text-transform: uppercase;
}
#menu a {
	font-size: .85em;
	background-color: #f78f1e;
	display: block;
	text-decoration: none;
}
#menu li.main a {
	color: #f7ebcb;
	margin: 0 .3em 0 0;
	padding: 1em 1em;
}
#menu li.active a {
	background-color: #d92c15;
	color: #ffffff;
}
#menu li.main a:hover {
	background-color: #d92c15;
	color: #ffffff;
}
#menu ul li a {
	background-color: #d92c15 !important;
	color: #ffffff !important;
	display: block;
	margin: 0;
 	padding: .5em 1em .5em 1.2em !important;
	text-decoration: none;
	text-transform: none;
	line-height: 1.2em;
}
#menu ul li a:hover {
	background-color: #ffffff;
}
#menu ul {
	background-color: #d30000;
	display: none;
	padding: .5em 0;
	position: absolute;
	top: 2em;
	left: 0;
}
#menu ul li {
	background-color: #d30000 !important;
	position: relative;
	width: 13em;
}
#menu li ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#menu li:hover ul,
#menu li.over ul { /* lists nested under hovered list items */
	display: block;
}
#menu li:hover a,
#menu li.over a {
	background-color: #d30000 !important;
	color: #ffffff !important;
}
#menu_border {
	border-top: #d92c15 .4em solid;
	clear: both;
	margin: 0;
}