#topNavigation {
	width:1000px;
	min-height: 160px;
	overflow: hidden;
	margin:5px 0 30px 0;
	position: relative;
}

#topNavigation ul{ 
	list-style: none; 
	margin:0px; 
	padding: 0; 
	width: 1000px;
	white-space: nowrap;
}
#topNavigation ul li{
	padding: 0px; 
	margin: 0px; 
	list-style:none; 
	display:inline;
	width: 133px;
    box-sizing: border-box;
    border-right: solid white 2px;
}
#topNavigation ul li a{
	display: inline-block!important; 
	text-decoration:none!important; 
	overflow: hidden; 
	height: 82px; 
	line-height:82px; 
	width: 133px; 
	white-space:normal; 
	text-align:left;
}
#topNavigation ul li a p { 
	padding:0 0 0 143px; 
	line-height:normal;
	margin-top:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none!important; 
	color:#FFF;
    width: 284px;
}
#topNavigation ul li a p strong {
	font-size:24px; 
	color:#336600;
}
#topNavigation ul li a.residents {
	background:url(/library/images/nav/residents.gif) top left no-repeat #74872d;
}
#topNavigation ul li a.city-center {
	background:url(/library/images/nav/city-center.gif) top left no-repeat rgb(166, 66, 27);
}
#topNavigation ul li a.economic {
	background:url(/library/images/nav/economic-development-and-business.gif) top left no-repeat #be8b01;
}
#topNavigation ul li a.government {
	background:url(/library/images/nav/contact-us.gif) top left no-repeat #872601;
}
#topNavigation ul li a.visitors {
	background:url(/library/images/nav/visitors.gif) top left no-repeat #1a4f9e;
}
#topNavigation .section {
	background:#93a943;
	width:1000px;
	height:90px;
	position: absolute;
	top: 82px;
	left: 0;
}
#topNavigation .section.residents a:hover {
	background:#74872d;
}
#topNavigation .section.city-center a:hover {
	background:rgb(166, 66, 27)
}
#topNavigation .section.economic a:hover {
	background:#be8b01;
}
#topNavigation .section.government a:hover {
	background:#872601;
}
#topNavigation .section.visitors a:hover {
	background:#1a4f9e;
}
#topNavigation .hide {
	display: none;
}