#textMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .80em;
	position: relative;
	width: 98%;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 20px;
}

#navsite h5 {
	display: none;
}

#navsite h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #55584f;

}

#navsite ul {
	margin-left: 25px;
	padding: 3px 0;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #54603b;
	font-weight: bold;


}
#navsite ul li {
	display: inline;
	margin: 0px;
	list-style: url(none) none;
	padding-top: 2px;
	padding-bottom: 1px;
	font-weight: normal;

}

#navsite ul li a {
	margin-left: 3px;
	padding: 3px 0.5em;
	background: transparent; /* changed background from #ccf to transparent */
	text-decoration: none;
} 


#navsite ul li a:link {
	color: #ECF7D5;

}
#navsite ul li a:visited {
	color: #D3DBC3; 
	text-decoration: none;
}


#navsite ul li a:link:hover {
	color: #485234;
	background: #bfc7ad;
	border-color: #4f583c;
	
}

#navsite ul li a:visited:hover {
	color: #485234;
	background: #bfc7ad;
}

#navsite ul li a#current {
	
}


#linkhome a span {
	display: none;
}
#linkhome a:link {
	display: block;
	width: 47px;
	height: 68px;
	/* background-image: url(../images-new/nav-home.gif); */
	/* 	background-repeat: no-repeat; */
	/* 	background-position: top left; */
	text-decoration: none;

}
#linkhome a:link:hover {
	display: block;
	width: 47px;
	height: 68px;
	/* 	background-image: url(../images-new/nav-home-over.gif); */
	/*	background-repeat: no-repeat; */
	/*	background-position: top left; */
}


/* this is for the collapsible menu */
#menulink {
	display: none;
}
.credits {
	color: #CC00CC;
}
