/* CSS Document */
#navcontainer {
	width: 168px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navcontainer a
{
	display: block;
	width: 118px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-weight: lighter;
	font-size: 14px;
	background-image: url(../nav/nav.png);
	height: 35px;
}

#navcontainer a:link, #navlist a:visited
{
	text-decoration: none;
	color: #175A40;
}

#navcontainer a:hover
{
	color: #fff;
	background-image: url(../nav/nav_hover.png);
	text-decoration: none;
}
#navcontainer a:active {
	color: #175A40;
}
body#home a#homenav,
body#about a#aboutnav,
body#contact a#contactnav,
body#activities a#activitiesnav,
body#getting a#gettingherenav,
body#history a#historynav,
body#faqs a#faqsnav, 
body#links a#linksnav,
body#testimonials a#testimonialsnav,
body#gallery a#gallerynav,
body#tariff a#tariffnav{
	color: #fff;
	background-image: url(../nav/nav_hover.png);
}
