@charset "UTF-8";
/* CSS Document */

/* ---------- BACKGROUND DIV FOR MAIN LINKS -------- */

.headerNav {
	float: left;
	margin-left:0;
	padding-left:0;
	background-color:#CCC;
	width:800px;
}
/* ---------- MAIN LINKS UNDER HEADER --------- */

ul.mainlinks {
	margin-left: 0;
	margin-top:0;
	margin-bottom:0;
	list-style: none;
	list-style-type:none;
	float: left;
	width: 100%;
}
ul.mainlinks li {
	float: left;
	display: block;
	margin-right: 20px;
	padding: 0;
	color: #F60;
	font: 14px MrsEavesBold, Georgia, "Times New Roman", serif;
	text-align: center;
}
ul.mainlinks a {
	padding: 0;
	text-decoration: none;
	color: #F60;
	font: 14px MrsEavesBold, Georgia, "Times New Roman", serif;
	text-align: center;
}
ul.mainlinks a:hover {
	background-color: #999;
	color: #FFF;
	text-decoration:none;
}
ul.mainlinks a:visited {
	text-decoration:none;
	color: #F60;
	background-color: #CCC;
}
/* ------------ DROP DOWN MENU DIV LAYOUT ---------- */

.dropdown {
	position: absolute;
	top: 92px;
	left: 0;
	z-index:10;
}
dl {
	float: left;
	margin-top: 0;
	margin-left:0;
	list-style: none;
	list-style-type:none;
	background-color: #FFC;
	z-index: 10;
}
dt {
	float: left;
	margin:0;
	padding:0;
	z-index: 10;
}
dd {
	display: block;
	margin-right: 20px;
	margin-top: 5px;
	color: #F60;
	font: 14px MrsEavesBold, Georgia, "Times New Roman", serif;
	text-align: left;
	z-index: 10;
}
dl.hidden {
	background: none;
}
dd.hidden {
	margin-right: 20px;
	margin-left: 0;
	display: block;
	visibility: hidden;
	background-color: #FFF;
}
dd a, a:visited {
	color: #F60;
	font: 14px MrsEavesBold, Georgia, "Times New Roman", serif;
	text-decoration:none;
	background-color:#FFC;
}
dd a:hover {
	color: #F03;
	text-decoration: none;
	background-color:#FF9;
}