﻿@charset "UTF-8";
#nav {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
}
.mainnav {
	padding-top: 0px;
	padding-right: 3.3em; /* this adjusts the spacing around the main horizontal nav bar menu items */
	padding-bottom: 0px;
	padding-left: 2.33em;
	margin: 0px;
}
li.mainnavon {
	background-color: #bfbdbd;
}
ul.dropdown {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	z-index: 597;
	padding: 1px;
	width: 915px;
}
ul.dropdown a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #24418e;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
ul.dropdown a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #24418e;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
ul.dropdown a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #24418e;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
ul.dropdown ul {
	background-color: #f2f2f1;
	margin: 0px;
	padding: 0px;
	width: 220px;
	list-style-image: none;
	list-style-type: none;
	position: absolute;
	visibility: hidden;
	z-index: 596;
	top: 29px;
	left: -1px;
	text-align: left;
}
ul.dropdown li {
	line-height: 1.1em;
	float: left;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
ul.dropdown li:hover {
	background-color: #cccccc;
	position: relative;
	z-index: 599;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
ul.dropdown ul li {
	float: none;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
ul.dropdown ul li:first-child { 
	border-top-width: 1px; 
}

ul.dropdown ul li.subnav {
	background-image: url(../images/subnavarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
ul.dropdown ul ul {
	left: 100%;
	top: 0px;
}
ul.dropdown li:hover > ul.left {
	visibility: visible;
	left: -12px;
}