
#menu_container {
	margin: 0 0 0 0;
	width: auto;
	height: 50px;
	z-index: 200;
	background: #00aeef;
}

	#menu_container p.copy {
		color: #FFF;
		font-size: 11px;
		font-weight: normal;
		padding: 6px 10px 0 0;
	}

#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
	position: relative;
	text-align: center;
}

#nav li ul {
	z-index: 5000;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 170px;
	padding:0;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
	float: none;
}

#nav li:hover > a, #nav li.over > a {
	background-color: rgb(74,194,242);
	border-top: 5px solid #FFFFFF;
	padding-bottom: 5px;
}

#nav li.topMenu_active > a {
	background-color: rgb(74,194,242);
	border-top: 5px solid #FFFFFF;
	padding-bottom: 5px;
}

#nav li.over > a {
	background-color: rgb(74,194,242);
	border-top: 5px solid #FFFFFF;
	padding-bottom: 5px;
}

#nav li a {
	cursor: default;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	padding: 28px 0 10px 10px;
	background-color: #00aeef;
	float: left;
	border-right: 1px solid #FFF;
}

#nav li a:hover {
	background-color: rgb(74,194,242);
	border-top: 5px solid #FFFFFF;
	padding-bottom: 5px;
}

#nav li ul a {
	z-index: 5000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #777;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	width: 150px;
	padding:5px 10px;
	margin: 0;
	background-color: #EEE;
	float: left;
	border: 0;
}

#nav li li a:hover {
	cursor: default;
	background-color: #00aeef;
	color: #FFF;
	font-weight: normal;
	border: 0;
	padding:5px 10px;
}
