@charset "UTF-8";

#topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	list-style-image: none;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 2.7em;
	width: 1020px;
	line-height: 0.7em;
	z-index: 10;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
}
#topNav li{
	float:left;
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #000;
}
#topNav ul{
	margin: 0px;
	padding: 0px;
}
#topNav li ul{
	display:none;
	z-index: 10;
}
#topNav li ul li{
	text-align: left;
}
#topNav li:hover ul{
	display:block;
	width: 15em;
	position:absolute;
}
#topNav a{
	display:block;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #CCC;
}
#topNav a:hover{
	background-color: #333;
	color: #FFF;
}
#submenuContainer {
	background-color: #FFF;
	border: 1px solid #999;
	width: 15em;
}
.submenuChoice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #333;
}
.submenuChoice a {
	color: #333 !important;
	text-decoration: none;
}
.submenuChoice a:hover {
	color: #FFF !important;
	text-decoration: underline;
}
#bottomNav {
	font-size: .9em;
	list-style-image: none;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	height: 1.7em;
	width: 1020px;
	line-height: 0.8em;
	clear: both;
}
#bottomNav li{
	float:left;
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#bottomNav ul{
	margin: 0px;
	padding: 0px;
}
#bottomNav li ul{
	display:none;}
#bottomNav li ul li{
	text-align: left
}
#bottomNav li:hover ul{
	display:block;
	width: 15em;
	position:absolute;
}
#bottomNav a{
	display:block;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #CCC;
}
#bottomNav a:hover{
	color: #FFF;
	text-decoration: underline;
}
