/*
#header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 500;
}

#header ul li {
	float: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 500;
}
#header ul a,
#header ul a:link,
#header ul a:visited,
#header ul a:hover,
#header ul a:active {
	color: #666;
	display: block;
	height: 16px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#header ul a:hover,
#header ul a:active {
	color: #ae021f;
}

* html #header ul li * {
	position: relative;
}

--- Dropdowns ---
#header ul li:hover ul,
#header ul li.over ul {
	left: 0;
}
#header ul li ul {
	background: #fff;
	border: 1px solid #ddd;
	border-left: 2px solid #c41230;
	display: none;
	left: -1999px;
	line-height: 1.5;
	margin: 0 0 0 8px;
	padding: 5px 0;
	top: 16px;
	width: 200px;
	z-index: 1000;
}
#header ul#Main li:hover ul,
#header ul#Main li.over ul {
	left: 192px;
	top: 0;
}
#header ul li li {
	background-image: none;
	float: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
	position: static;
	width: 100%;
	z-index: 1000;
}

#header ul li li a,
#header ul li li a:link,
#header ul li li a:visited,
#header ul li li a:hover,
#header ul li li a:active {
	background: none;
	height: auto;
	margin: 0;
	padding: 4px 8px;
	text-indent: 0;
	width: auto !important;
}

#header ul li li a:hover {
	background-color: #f3f3f3;
}

*/

#header ul li ul {
	display: none;
}
