/* CSS Document */
#bottom_menu ul, #top_menu ul, #menu ul
	{
	margin: 0px;
	padding: 0px;
	}
	
#bottom_menu li, #top_menu li, #menu li
	{
	list-style: none;
	}
	
#bottom_menu a, #top_menu a
	{
	display: block;
	float: left;
	}

#bottom_menu ul li ul
	{
	display: none;
	}
	
#bottom_menu a
	{
	height: 20px;
	}	
	
#menu a
	{
	display: block;
	width: 161px;
	background-position: 0 0;
	}
	
a span
	{
	display: none;
	}	
	
#top_menu
	{
	height: 26px;
	width: 248px;
	background-color: #fcf8f0;
	float: right;
	line-height: 0px;
	font-size: 0px;
	}
	
#menu
	{
	float: right;
	width: 161px;
	font-size: 0px;
	line-height: 0px;
	}	
	
	
#menu_city
	{
	width: 118px;
	height: 26px;
	background-image: url('../images/menu/city_of_poteau.gif');
	
	}
	
#menu_chamber
	{
	width: 130px;
	height: 26px;
	background-image: url('../images/menu/poteau_chamber.gif');
	}
	
#menu .menu_home, #menu .menu_home_selected
	{
	height: 38px;
	background-image: url('../images/menu/home.gif');
	}
#menu .menu_home:hover, #menu .menu_home_selected
	{
	background-position: 0px -38px;
	}
	
#menu .menu_workforce, #menu .menu_workforce_selected
	{
	height: 33px;
	background-image: url('../images/menu/workforce.gif');
	}
#menu .menu_workforce:hover, #menu .menu_workforce_selected
	{
	background-position: 0px -33px;
	}	
	
#menu .menu_transportation, #menu .menu_transportation_selected
	{
	height: 35px;
	background-image: url('../images/menu/transportation.gif');
	}
#menu .menu_transportation:hover, #menu .menu_transportation_selected
	{
	background-position: 0px -35px;
	}	
	
#menu .menu_demographics, #menu .menu_demographics_selected
	{
	height: 35px;
	background-image: url('../images/menu/demographics.gif');
	}
#menu .menu_demographics:hover, #menu .menu_demographics_selected
	{
	background-position: 0px -35px;
	}
	
#menu .menu_education, #menu .menu_education_selected
	{
	height: 36px;
	background-image: url('../images/menu/education.gif');
	}
#menu .menu_education:hover, #menu .menu_education_selected
	{
	background-position: 0px -36px;
	}									
	
#menu .menu_business, #menu .menu_business_selected
	{
	height: 34px;
	background-image: url('../images/menu/business.gif');
	}
#menu .menu_business:hover, #menu .menu_business_selected
	{
	background-position: 0px -34px;
	}	
	
#menu .menu_building, #menu .menu_building_selected
	{
	height: 28px;
	background-image: url('../images/menu/building.gif');
	}
#menu .menu_building:hover, #menu .menu_building_selected
	{
	background-position: 0px -28px;
	}																				
	
#menu .menu_testimonial, #menu .menu_testimonial_selected
	{
	height: 21px;
	background-image: url('../images/menu/testimonial.gif');
	}
#menu .menu_testimonial:hover, #menu .menu_testimonial_selected
	{
	background-position: 0px -21px;
	}

#menu .menu_industrial, #menu .menu_industrial_selected
	{
	height: 20px;
	background-image: url('../images/menu/industrial.gif');
	}
#menu .menu_industrial:hover, #menu .menu_industrial_selected
	{
	background-position: 0px -20px;
	}
	
#menu .menu_application, #menu .menu_application_selected
	{
	height: 26px;
	background-image: url('../images/menu/application.gif');
	}
#menu .menu_application:hover, #menu .menu_application_selected
	{
	background-position: 0px -26px;
	}
	
#menu .menu_quality, #menu .menu_quality_selected
	{
	height: 36px;
	background-image: url('../images/menu/quality.gif');
	}
#menu .menu_quality:hover, #menu .menu_quality_selected
	{
	background-position: 0px -36px;
	}
	
#menu .menu_contact, #menu .menu_contact_selected
	{
	height: 35px;
	background-image: url('../images/menu/contact.gif');
	}
#menu .menu_contact:hover, #menu .menu_contact_selected
	{
	background-position: 0px -35px;
	}
	
	
#bottom_menu
	{
	width: 572px;
	margin-right: auto;
	margin-left: auto;
	line-height: 0px;
	font-size: 0px;
	}	
	
	
	
	
#bottom_menu .menu_home
	{
	width: 36px;
	background-image: url('../images/menu/bm_home.gif');
	}
	
#bottom_menu .menu_workforce
	{
	width: 60px;
	background-image: url('../images/menu/bm_workforce.gif');
	}
	
#bottom_menu .menu_transportation
	{
	width: 79px;
	background-image: url('../images/menu/bm_transportation.gif');
	}
	
#bottom_menu .menu_demographics
	{
	width: 75px;
	background-image: url('../images/menu/bm_demographics.gif');
	}
	
#bottom_menu .menu_education
	{
	width: 56px;
	background-image: url('../images/menu/bm_education.gif');
	}
	
#bottom_menu .menu_business
	{
	width: 49px;
	background-image: url('../images/menu/bm_business.gif');
	}
	
#bottom_menu .menu_building
	{
	width: 80px;
	background-image: url('../images/menu/bm_building.gif');
	}
	
#bottom_menu .menu_quality
	{
	width: 76px;
	background-image: url('../images/menu/bm_quality.gif');
	}
	
#bottom_menu .menu_contact
	{
	width: 61px;
	background-image: url('../images/menu/bm_contact.gif');
	}
