ul#topnav {
	font-weight: 700;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	position: absolute;
	left: 35px;
	z-index: 9999;
	top: 177px;
}

ul.drop a {
	display:block;
	color: #fff;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;

}



ul.drop, ul.drop li, ul.drop ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.drop {
	position: relative;
	z-index: 5000;
	float: left;
}
ul.drop li {
	float: left;
	line-height: 1.2em;
	vertical-align: middle;
	zoom: 1;
	width: 134px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-right: 2px;
	font-size: 1.45em;
	font-weight: bold;
	background-color: #00639A;
	-webkit-transition: background-color 150ms;
-moz-transition: background-color 150ms;
-o-transition: background-color 150ms;
-ms-transition: background-color 150ms;
transition: background-color 150ms;
}


ul.drop li.last {
	margin-right:0px;

}

ul.drop li.hover, ul.drop li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
	background-color: #00AFBC;
}

ul.drop ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 134px;
	border: 1px none #fff;
}

ul.drop ul li {
	float: none;
	text-align: left;
	width: 134px;
	background-color: #f4f4f4;
	background-image: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	font-size: 15px;
		-webkit-transition: background-color 0ms;
-moz-transition: background-color 0ms;
-o-transition: background-color 0ms;
-ms-transition: background-color 0ms;
transition: background-color 0ms;

}

ul.drop ul li a:hover {
	background-image: none;
		color: #000000;
	background-color: #EBEBEB;	
	
}


ul.drop ul ul {
	top: -2px;
	left: 100%;
	padding: 0px;
	width: 138px;
	background-image: none;
}
ul.drop li:hover > ul {
	visibility: visible;

}

ul.drop li.twoline a
{
	padding-top: 10px;
	padding-bottom: 11px;
}

ul.drop ul li a {
	padding: 10px;
	background-image: none;
	color: #000000;
}

ul.drop li .active {
	color: #00AFBC;
	background-color: #F2F2F2;
}

ul.drop ul li a span 

{

	font-family: "nimbus-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-weight: normal;
}
