/* There is a version of this file commented in great detail for educational purposes here:
 * http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
 */

/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:1.0;
	width:760px;
	position: absolute;
	top: 250px;
	margin: 0 auto;
	_margin: 0 0 0 -380px;
	_left: 50%;
}
.nav ul {
	position:absolute;
	top:-999em;
	width:9.5em
}
.nav ul li,
.nav a {
	width: 100%;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:-1px;
	top:45px;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:9.45em;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
	float:left;
	margin-bottom:1.5em;
}
.nav li {
	background: url('/images/topmenu-delim.gif') no-repeat top right;
	text-align: center;
	width:103px; height: 45px
}
.nav a,.nav a:visited {
	color: black; font: bold 12px Arial,helvetica,sans-serif; text-decoration: none;
	padding: 15px 0 0 0;
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	color: #DAF0DA !important;
}
.nav li.sfHover {
	background-color:#0A540B;
}

.nav li li {
	text-align: left;
	background-image: none;
	padding: 0 0 5px 5px;
	margin: 0;
	height: auto
}

.nav li ul {
	background:#0A540B;
	border-right: 1px solid #0A540B;
	border-left: 1px solid #0A540B;
	border-bottom: 1px solid #0A540B;
	margin-left:0;
	padding-top: 5px;
	padding-right: .75em;
}
.nav li a,.nav li a:visited {
	color: white; 
}

.nav li li a, .nav li li a:visited {
	font: bold 12px Arial,helvetica,sans-serif; text-decoration: none;
	padding: 0px;
}

.nav li li a:hover {
	background-image: none; color: #0A540B
}


.nav li li li {
	background:#0A540B;
}


.nav #home {
	width: 69px;
}
.nav #faq {
	width: 56px;
}
.nav #events {
	width: 77px;
}
.nav #meetus {
	width: 88px;
}
.nav #seeus {
	width: 78px;
}
.nav #shopping {
	width: 88px;
}
.nav #members {
	width: 90px;
}
.nav #newsletter {
	width: 107px;
}
.nav #contactus {
	width: 107px;
	background-image: none;
}



