
/* =============== MASTHEAD DROPDOWNS ========================================= */

#masthead ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a { font-weight: bold; color: white; }
#nav a { text-decoration: none; }

#nav li li a {
	display: block;
	font-weight: normal;
	color: #white;
	padding: 0.2em 10px;
}

#nav a:hover { color: #ffff00; }

#nav li li a:hover {
	padding: 0.2em 5px;
	background-color: #5676AA;
	border: 5px solid #5676AA;
	border-width: 0 5px;
}

#masthead li {
	position: relative;
	width: 9em;
	text-align: center;
	cursor: default;
	color: white;
	border: 1px solid #5676AA;
	border-width: 1px 0;
}

#masthead li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	color: white;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: solid 1px #5676AA;
}

#masthead li>ul {
	top: auto;
	left: auto;
}

#masthead li li {
	display: block;
	float: none;
	background-color: #5676AA;
	border: 0;
}

#masthead li:hover ul, #masthead li.over ul {
	background-color: #5676AA;
	display: block;
}

