.nav, .nav * {
	margin:0;
	padding:0;
}
.nav {
	background: #33CC33;
	padding-bottom: 0;
	height:24px;
	float: left;
	line-height:1.0;
	margin-bottom:1em;
	position:relative;
	width:555px;
	font-family:chalkboard;
}
.nav ul {
	background:#33CC33; /*IE6 needs this*/
	float: left;
	position:relative;
}
.nav li {
	background:#33CC33;
	float: left;
	list-style:none;
	z-index:999;
}
.nav li.current ul {
	z-index: 999;
}
.nav li.sfHover ul,
ul.nav li:hover ul {
	z-index: 1000;
}
.nav li li {
	background:#33CC33;
	
}
.nav a {
	
	color: #13a;
	display:block;
	 float:left;
	 /* top tier anchors */
	text-decoration:none;
	text-align:center;
}
.nav a#stay {width:40px;  padding: .3em 15px .3em 15px; }
.nav a#support {width:70px; padding: .3em 15px .3em 15px; }
.nav a#news {width:130px; padding: .3em 20px .3em 20px; }
.nav a#about {width:75px; padding: .3em  15px .3em  15px; }
.nav a#contact {width:75px;padding: .3em  15px .3em  15px; }

.nav a img {
	border:none;
	margin:0 auto;

}
.nav li ul {
	left:0;
	top:-999em;
	position:absolute;
	
}
.nav li li a{
padding:0 5px;
}

.nav #sub_stay {margin-left:0px; }
.nav #sub_support {margin-left:0px; }
.nav #sub_news {margin-left:120px; }
.nav #sub_about {margin-left:150px; }
.nav #sub_contact {margin-left:460px; }

.nav li:hover,
.nav li.sfHover,
.nav li.current,
.nav a:focus, .nav a:hover, .nav a:active {
/*	background:#fddc12; */
}
.nav li.sfHover a,
.nav li.current a,
.nav a:focus, .nav a:hover, .nav a:active {
	border-bottom: none;
}
.nav li li.current a {
	font-weight: bold;
}
.nav li li:hover,
.nav li li a:focus, .nav li li a:hover, .nav li li a:active {
	/* background:#fddc12;*/
}
.nav li:hover ul, /* pure CSS hover is removed below */
body .nav li.current ul, /* this must be more specific than the .superfish override below */
ul.nav li.sfHover ul
{
	top: 22px;
	margin-top: 3px;
	
}

.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li.sfHover ul {
	top:22px;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}