/* 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 {
	float: left;
	height: 32px;
}
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:1.0;
}
.nav ul {
	position:absolute;
	top:-999em;
	width:9.45em;
}
.nav ul li,
.nav a {
	width: 100%;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav ul a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:0px;
	top:32px;
}
.nav li:hover ul.first,
ul.nav li.sfHover ul.first {
	left: 14px;
}
.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 ul {
	float:left;
	margin-bottom:1.5em;
}
.nav ul li {
	background:#AD722C;
	border:2px solid #000;
	width: 128px;
	margin-top: -2px;
}
.nav ul.first li {
	width: 128px;
}
.nav ul a {
	color: #FDFCF9;
	width: 120px;
	background:#AD722C;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	padding: 2px 4px;
	text-decoration:none;
	text-indent: 0;
	text-align: center;
}
.nav ul.first a {
	width: 120px;
}
.nav ul li:hover, .nav ul li.sfHover,
.nav ul a:focus, .nav ul a:hover, .nav ul a:active {
	background:#6D4E2F;
}
.nav li li {
	background:#AD722C;
}
.nav li li li {
	background:#AD722C;
}



* html #nav {
	height: 32px;
	overflow: hidden;
}