#nav {
	margin-top: 3px;
}

#menu ul {
	list-style-type: none;
}

#menu a {
	display: block;
	width: 157px;
}

#menu li {
	float: left;
	position: relative;
	width: 158px;
}

li:hover ul, li.over ul {
	display: block;
}

#nav li ul {
	margin-top: -5px;
}

li ul {
	display: none;
	position: absolute;	
	font-variant: small-caps;
}

#nav li ul a {
	width: 150px;
	padding-left: 7px;
}

/*CONTROLS HOVER IMAGE FOR ALL TABS*/
#menu a:hover {
	background-position: 0px -35px;
	background-repeat: no-repeat;
}

#home_tab {
	background-image:url(../images/home_tab.gif);
	display: block;
	text-indent: -5000px;
	line-height: 34px;
}

#aboutonefamily_tab {
	background-image: url(../images/about_tab3.gif);
	display: block;
	text-indent: -5000px;
	line-height: 28px;
}

#abouthike_tab {
	background-image: url(../images/about_hike_tab.gif);
	display: block;
	text-indent: -5000px;
	line-height: 34px;
}

#register_tab {
	background-image: url(../images/register_tab.gif);
	display: block;
	text-indent: -5000px;
	line-height: 34px;
}

#sponsor_tab {
	background-image: url(../images/sponsor_tab.gif);
	display: block;
	text-indent: -5000px;
	line-height: 34px;
}

/*DROPDOWN MENU FOR ABOUT HIKE TAB*/

li a {
	background-color: #51769e;	
	color: #ffffff;
	text-decoration: none;
}

li a:hover {
	background-color: #a2c0d8;
	color: #c27031;
}

/*************
*FOOTER MENU*
*************/
#footer_menu a {
	display: block;
	float: left;
	text-indent: -50000px;
	width: 78px;
	line-height: 65px;
}

#contact_btn {
	background-image: url(../images/contact_btn.gif);
	background-repeat: no-repeat;
}

#donate_btn {
	background-image: url(../images/sponsor_btn.gif);
	background-repeat: no-repeat;
}

#sitemap_btn {
	background-image: url(../images/sitemap_btn.gif);
	background-repeat: no-repeat;
}

/**************************
*SITEMAP MENU and FORMS MENU*
***************************/

.site_list {
	margin-left: 35px;
	font-size: 14px;
}

.site_list li {	
	float: none;
	width: 50%;	
	list-style-type: none;
}

.site_list a {
	display: block;
	width: 100%;
	background-color: #ffffff;
	color: #000000;
}

.site_list li ul {
	display: block;
	font-variant: normal;
	position: relative;
	margin-left: 25px;
}

.site_list li a {
	background-color: #ffffff;	
	color: #000000;
	text-decoration: underline;
}

.site_list li a:hover {
	background-color: #ffffff;
	color: #c27031;
}

.site_list2 {
	margin-left: 300px;
	font-size: 14px;
	margin-top: -140px;
}

.site_list2 li {	
	float: none;
	width: 50%;	
	list-style-type: none;
}

.site_list2 a {
	display: block;
	width: 100%;
	background-color: #ffffff;
	color: #000000;
}

.site_list2 li ul {
	display: block;
	font-variant: normal;
	position: relative;
	margin-left: 25px;
}

.site_list2 li a {
	background-color: #ffffff;	
	color: #000000;
	text-decoration: underline;
}

.site_list2 li a:hover {
	background-color: #ffffff;
	color: #c27031;
}
