#nav {
	background: #700000;
	height: 95px;
	width: 860px;
	position: absolute;
	top: 0px;
	border-bottom: 5px solid #CA0633;
}
#mainNav {
	list-style-type: none;
	position: absolute;
	bottom: 0px;
	left: 20px;
}
#mainNav li {
	float: left;
}
#mainNav li a {
	display: block;
	margin-right: 5px;
	width: 110px;
	background-image: url(../imagepool/design/navButtonOff.gif);
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	padding: 6px 0px 5px 0px;
}
#mainNav li a:hover, #mainNav li a.active {
	background-image: url(../imagepool/design/navButtonOn.gif);
}
#metaNav {
	position: absolute;
	left: 15px;
	top: 20px;
	list-style-type: none;
}
#metaNav li {float: left;}
#metaNav a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	margin-right: 5px;
	padding: 0px 5px 0px 0px;
	background: url(../imagepool/design/metaNavTrenner.gif) right no-repeat;
}
#metaNav li.last a {background-image: none !important;}
#metaNav a:hover, #metaNav a.active {text-decoration: underline;}

ul.subnav {
	border-top: 5px solid #fff;
	list-style-type: none;
	margin-left: -40px;
	width: 240px;
	margin-top: -5px;
}
ul.subnav li {
	border-bottom: 5px solid #fff;
}
ul.subnav a {
	display: block;
	background: #CA0633 url(../imagepool/design/subMenuBackgroundOff.jpg) no-repeat;
	padding: 6px 0px 5px 40px;
	color: #fff !important;
	width: 200px;
	text-transform: uppercase;
	font-weight: bold;
}
ul.subnav a.active,
ul.subnav a:hover {
	background: #CA0633 url(../imagepool/design/subMenuBackgroundOn.jpg) no-repeat;
}
ul.subnav ul.level2 {background: #fff; list-style-type: none; padding-top: 5px;width: 240px;}
ul.subnav ul.level2 li {border-bottom: 0px solid #fff;line-height: 15px;}
ul.subnav ul.level2 a {
	display: inline;
	background: #fff;
	color: #CA0633 !important;
	text-transform: none;
	font-weight: normal;
	padding: 0px 0px 0px 40px;
	width: 190px;
}
ul.subnav ul.level2 a:hover, ul.subnav ul.level2 a.active {
	background: #fff;
	text-decoration: underline !important;
}
ul.subnav div.overlay {
	position: absolute;
	top: 0px;
	z-index: 5;
	width: 180px;
	height: 200px;
	padding: 20px 20px 20px 40px;
	font-weight: bold;
	background-image: url(../imagepool/design/overlayBackground.jpg);
	margin-top: 100px;
	display: none;
}
ul.subnav div.overlay img {
	margin-bottom: 5px;
}
