#nav {
	font-family: Arial;
	font-size: 12px;
	margin: 0px 0px 0px 19px;
	padding: 0;
	z-index: 100;
}

#nav :link {
	color: #fff;
	/*display: block;*/
	text-decoration: none;
}

#nav :visited {
	color: white;
	text-decoration: none;
}

#nav a:hover {
	color: #8ebfa9;
}

#nav :link, #nav :visited {
	text-decoration: none;
	display: block;
}

#nav img {
	border: none;
}

#nav li {
	float: left;	
	list-style: none;
	position: relative;
	text-align:left;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	padding: 0;
	margin: 0;
	margin-top: -4px;
	/* IE has to have width set to induce wrapping to a second line*/
}

#nav li ul li a {
	padding: 6px 3px 3px 11px;
	display: block;
	background: #215a41;
	width: 15em;
}

#nav div {
	height: 28px;
}

#nav div a{
	height: 28px;
}

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

.hidden {
	visibility: hidden;
}

/* Item specific css */
#about {
	background-image: url(img/button_about.gif);
	width: 90px;
}

#about:hover, #about.over, #aboutpage #about  {
	background-image: url(img/button_about-on.gif);
}

#products {
	background-image: url(img/button_products.gif);
	width: 122px;
}

#products:hover, #products.over, #productspage #products {
	background-image: url(img/button_products-on.gif);
}

#gallery {
	background-image: url(img/button_gallery.gif);
	width: 125px;
}

#gallery:hover, #gallery.over, #gallerypage #gallery  {
	background-image: url(img/button_gallery-on.gif);
}

#resources {
	background-image: url(img/button_resources.gif);
	width: 95px;
}

#resources:hover, #resources.over, #resourcespage #resources  {
	background-image: url(img/button_resources-on.gif);
}

#faq {
	background-image: url(img/button_faq.gif);
	width: 55px;
}

#faq:hover, #faq.over, #faqpage #faq {
	background-image: url(img/button_faq-on.gif);
}

#staff {
	background-image: url(img/button_staff.gif);
	width: 55px;
}

#staff:hover, #staff.over, #staffpage #staff  {
	background-image: url(img/button_staff-on.gif);
}

#contact {
	background-image: url(img/button_contact.gif);
	width: 103px;
}

#contact:hover, #contact.over, #contactpage #contact {
	background-image: url(img/button_contact-on.gif);
}
