
/* * { behavior: url(../iepngfix/iepngfix.htc); } */
#bg_main { behavior: url(../iepngfix/iepngfix.php); }

#header {
	width: 900px;
	height: 22px;
	position: relative;
	overflow: hidden;
	z-index: 30;
	top: 22px;
}

#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
}
#header li {
	
	display: inline;
	position: absolute;
}

#header li a {
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	cursor: pointer;
	display:inline;
}



/* Home TAB */
#header li.home_tab {
	z-index: 10;
	left: 0px;
}
#header li.home_tab a {
	background: url(../nav_images/home_tab.png) no-repeat;
	width: 151px;
	left: 0px;
}
#header li.home_tab a span {
	background: url(../nav_images/home_text.png) no-repeat;
	width: 140px;
	left: -10px;
}
/* END Home TAB */

/* History TAB */
#header li.history_tab {
	z-index: 9;
	left: 135px;
	
}
#header li.history_tab a {
	background: url(../nav_images/history_tab.png) no-repeat;
	width: 151px;
	
}
#header li.history_tab a span {
	background: url(../nav_images/history_text.png) no-repeat;
	width: 140px;
	left: -10px;
}
/* END History TAB */

/* Events TAB */
#header li.events_tab {
	z-index: 8;
	left: 270px;
}
#header li.events_tab a {
	background: url(../nav_images/events_tab.png) no-repeat;
	width: 151px;
	
}
#header li.events_tab a span {
	background: url(../nav_images/events_text.png) no-repeat;
	width: 140px;
	left: -10px;
}
/* END Events TAB */

/* Area Attractions TAB */
#header li.attractions_tab {
	z-index: 7;
	left: 405px;
}
#header li.attractions_tab a {
	background: url(../nav_images/attractions_tab.png) no-repeat;
	width: 151px;
}
#header li.attractions_tab a span {
	background: url(../nav_images/attractions_text.png) no-repeat;
	width: 140px;
	left: -10px;
}
/* END Area Attractions TAB */

/* Our Community TAB */
#header li.community_tab {
	z-index: 6;
	left: 540px;
}
#header li.community_tab a {
	background: url(../nav_images/community_tab.png) no-repeat;
	width: 151px;
}
#header li.community_tab a span {
	background: url(../nav_images/community_text.png) no-repeat;
	width: 140px;
	left: -10px;
}
/* END Our Community TAB */

/* City GOV TAB */
#header li.gov_tab {
	z-index: 5;
	left: 675px;
}
#header li.gov_tab a {
	background: url(../nav_images/gov_tab.png) no-repeat;
	width: 151px;
}
#header li.gov_tab a span {
	background: url(../nav_images/gov_text.png) no-repeat;
	width: 140px;
	left: -10px;
}
/* END City GOV TAB */


#header li a.active {
	background: url(../nav_images/active_tab.png) no-repeat;
}
#header li a:hover {
	background: url(../nav_images/hover_tab.png) no-repeat;
}
.preload-image {
	display: none;
	background: url(../nav_images/hover_tab.png) no-repeat;
}
#header li a span {

	position: absolute;
	cursor: pointer;
	height: 13px;
	overflow: hidden;
	margin: 7px 12px 0 0;
}

#header li a.active span {
	background-position: 0 -26px;
}
#header li a:hover span {
	background-position: 0 -13px;
}
.preload-image {
	display: none;
	background: url(../nav_images/hover_tab.png) no-repeat;
}

#links {
	width:549px;
	height:16px;
	z-index: 12;
	position: absolute;
	left: 90px;
	top: 144px;
	background-color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
a {
	text-decoration: none;
	font-weight: bold;
	color:#666666;
}
a:hover {
	text-decoration: underline;
	color:#333333;
}

a:visited {
	outline:none;
	color: #0099FF
}
