
/* DROP DOWN MENU */
#nav, #nav ul {
	float: right;
	width: 970px;
	list-style: none;
	line-height: 1;
	background: transparent;
	font-size: 12pt;
	font-family: trebuchet ms,geneva;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	width: 100%;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	padding-bottom: .35em;
	text-align: center;
}

#nav li {
	float: left;
	width: 8em;
	height: 33px;
	line-height: 15px;
	vertical-align: middle;
}

#nav li.li_residents {
	width: 7em;
	border-left: 0;
}

#nav li.li_tourism {
	width: 6em;
}

#nav li.li_history {
	width: 10.5em;
}

#nav li.li_departments {
	width: 7.5em;
}

#nav li.li_recreation {
	width: 12em;
}

#nav li.li_directory {
	width: 10em;
}

#nav li.li_chamber {
	width: 6.75em;
}

#nav li.li_chamber ul {
	margin-left: -82px;
}

#nav li ul {
	position: absolute;
	z-index: 500;
	left: -999em;
	height: auto;
	width: 14.4em;
	background: #ffffff;
	font: 10pt trebuchet ms,geneva;
	color: #000000;
	border: 1px solid #080c6b;
	margin: 0.02em 0 0 -0.10em;
}

#nav li li {
	height: auto;
	padding-right: 1em;
	width: 13.30em;
	border: 1px solid #e8e8fb;
	border-width: 0px 0px 1px 0px;
	line-height: 1;
}

#nav li ul a {
	width: 11.5em;
	text-align: left;
	padding: 0.25em 0 0.5em 1em;
	color: #000000;
	font-weight: normal;
}

#nav li ul div.category {
	width: 13.30em;
	text-align: left;
	padding: 0.25em 0 0.5em 1em;
	background: #e7e1d1;
	color: #000000;
	font-weight: bold;
}

#nav li ul ul {
	margin: -1.75em 0 0 14.25em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: url('../graphics/menu_arrow.png') center 20px no-repeat;
}

#nav li ul li:hover, #nav li ul li.sfhover {
	background: #d0e2f0;
}
/* END -- DROP DOWN MENU */


