#menu,
#menu ul {
	list-style: none;
	font-family: Helvetica, sans-serif;
}
#menu li.main {
	color: #af5353;
	float: left;
	text-transform: uppercase;
}
#menu a {
	background-color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1em;
	text-decoration: none;
}
#menu li.main a {
	color: #000000;
	margin: 0 .3em 0 0;
	padding: .8em 1em;
}
#menu li.main li a {
	margin: 0;
}
#menu li.active a {
	background-color: #000000;
	color: #ffffff;
}
#menu li.main a:hover {
	background-color: #000000;
	color: #ffffff;
}
#menu ul li a {
	background-color: #000000 !important;
	text-align:left;
	color: #ffffff !important;
	display: block;
	font-weight: bold;
	margin: 0;
 	padding: .3em 1em .5em 1.2em !important;
	text-decoration: none;
	text-transform: none;
}
#menu ul li a:hover {
	background-color: #000000;
}
#menu ul {
	background-color: #000000;
	display: none;
	padding: .5em 0;
	position: absolute;
	top: 2em;
	left: 0;
}
#menu ul li {
	background-color: #000000 !important;
	position: relative;
	width: 8em;
}
#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: #000000 !important;
	color: #ffffff !important;
}
#menu li li:hover a,
#menu li li.over a {
	background-color: #000000 !important;
	color: #ffffff !important;
		text-decoration: underline;
}