/* CSS Document */

#nav, #nav ul {
	list-style: none;
	line-height: 14px;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
#nav a {
	display: block;
	font-size: 11px;
	color: #AEE3E3;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 0px;
}
#nav a:hover {
	color: #AEE3E3;
	text-decoration: none;
}
#nav li:hover {
	background-color: #005E9B;
}
#nav li {
	float: left;
	font-size: 11px;
	background-color: #006AB4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#nav li a {
	text-decoration: none;
	padding: 5px 21px;
	margin: 0px;
}
#nav li:hover, #nav li.hover {
    position: static;
}
#nav li ul {
	position: absolute;
	width: 175px;
	left: -999px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #105C5C;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #105C5C;
	border-left-color: #105C5C;
	margin: 0px;
	padding: 0px;
}
#nav li ul li {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #105C5C;
	width: 175px;
	text-align: left;
	padding: 0px;
	background-color: #1B9596;
}
#nav li ul li a {
	text-decoration: none;
	color: #C6F2F2;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 5px;
	text-align: left;
}
#nav li ul li a:hover {
	text-decoration: none;
	color: #DBF2EC;
	text-align: left;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	text-decoration: none;
}
#nav-container {
	padding: 0px;
	width: 996px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 50px;
}
#container object {
	z-index: -100;
}

#nav-back {
	background-color: #006AB4;
	width: 997px;
	height: 25px;
	z-index: 100;
}
#nav li ul li:hover {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #105C5C;
	width: 175px;
	text-align: left;
	padding: 0px;
	background-color: #105C5C;
}

