#menu_iframe {
    z-index:2;
    position: absolute;
    display: none;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	background-color:#FF0099;
	z-index:3;
}


#nav a { /* width of the link text */
	display: block;
	/*	width: 10em;	throws off the width of individual buttons */
}

#nav li { /* width of the columns themselves */
	float: left;
	/*	width: 10em;	throws off the width of individual columns */
}


#nav li ul { /* 1st level drop down stuff */
	position: absolute;
	left: -999em;
	background-color: #BACCC8;
	border-top: 1px solid #5D6664;
	border-left: 1px solid #5D6664;
	border-right: 1px solid #5D6664;
	width: 154px;
	voice-family: "\"}\"";
		voice-family: inherit;
	}
	html>body #nav li ul {
		width: 160px;
	}


#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul {
	display:block;
}

#nav li ul li a {
	padding: 3px;
	width: 154px;
	height: auto;
	background-color: #BACCC8;
	background-image:none;
	font-family:Verdana;
	font-size:10px;
	border-bottom: 1px solid #5D6664;
	text-decoration:none;
}

#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active, #nav li ul li a:hover {
	color: #145F4E;
}

#nav li ul li a:hover {
	background-color: #7EAFA4;
	background-image:none;
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;
}

#nav a.daddy {
	background: url(../images/nav/arrow5x7green2.gif) center right no-repeat;
}

#nav a.daddy:hover {
	background: url(../images/nav/downarrow7x4green2.gif) center right no-repeat;
	background-color: #7EAFA4;
}

/* Background color just because, and placement of second level drop down */
#nav li ul ul { /* 2nd level drop down stuff */
	margin: -18px 0 0 160px;
}
	
/* Hide the drop downs by pushing them way off the screen */
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

/* Put the drop downs back into the frame when rolled over */
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {

	background: #7EAFA4;

}


/*////////////////////////////////////////////
//		Image Rollover Styles				//
////////////////////////////////////////////*/
.topLevelLink {
	display:none;
}

.home {
	background-image:url(../images/nav3/home.gif);
	width:69px;
	height:32px;
}
.home a:hover {
	background-image:url(../images/nav3/home_over.gif);
	width:69px;
	height:32px;
}
.community {
	background-image:url(../images/nav3/community.gif);
	width:112px;
	height:32px;
}
.community a:hover {
	background-image:url(../images/nav3/community_over.gif);
	width:112px;
	height:32px;
}
.business {
	background-image:url(../images/nav3/business.gif);
	width:105px;
	height:32px;
}
.business a:hover {
	background-image:url(../images/nav3/business_over.gif);
	width:105px;
	height:32px;
}

.living {
	background-image:url(../images/nav3/living.gif);
	width:51px;
	height:32px;
}
.living a:hover {
	background-image:url(../images/nav3/living_over.gif);
	width:51px;
	height:32px;
}
.visiting {
	background-image:url(../images/nav3/visiting.gif);
	width:60px;
	height:32px;
}
.visiting a:hover {
	background-image:url(../images/nav3/visiting_over.gif);
	width:60px;
	height:32px;
}
.government {
	background-image:url(../images/nav3/government.gif);
	width:119px;
	height:32px;
}
.government a:hover {
	background-image:url(../images/nav3/government_over.gif);
	width:119px;
	height:32px;
}
.services {
	background-image:url(../images/nav3/egov.gif);
	width:84px;
	height:32px;
}
.services a:hover {
	background-image:url(../images/nav3/egov_over.gif);
	width:84px;
	height:32px;
}