/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:1.0;
	position:relative;
	z-index:100;
}
#slideshow{
	display:relative;
	z-index:-5;
}
.nav ul {
	position:absolute;
	z-index:100;
	top:-999em;
	width:75px;
}
.nav ul li,
.nav a {
	width: 100%;
    position:relative;
	z-index:100;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:0px;
	top:2.5em;
}
.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:0px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** SKIN ***/
.nav {
	float:left;
	margin-bottom:0;
	font-size:10px;
	font-size-adjust:none;
	font-family:Trebuchet MS;
	text-align:center;
	background:#39383D;/*keep this the same as the one for ".nav li" below*/
	color:#FFFFFF;/*this too*/
	position:relative;
	z-index:100;
}
.nav li {
	width:75px;
	height:25px;
	background:#39383D;/*this is the color that the top level menu item will be when you dont roll over it*/
	color:#FFFFFF;/*this is the text color for the same case*/
	position:relative;
	z-index:100;
}
.nav li.wide li{
	width:100px;
	height:25px;
	position:relative;
	z-index:100;
}
.nav li.xwide li{
	width:110px;
	height:25px;
	position:relative;
	z-index:100;
}
.nav li.xxwide li{
	width:135px;
	height:25px;
	position:relative;
	z-index:100;
}
.nav a {
	padding: .75em 0;
	text-decoration:none;
	color:#FFFFFF;/*keep this the same as for ".nav li" above*/
}

.nav li li {
	background:#5A81A8;/*this is the color that the drop down menu item will be when you dont roll over it*/
	text-align:left;
	text-indent:5px;
}

.nav li a:focus, .nav li a:hover, .nav li a:active {
	background:#5A81A8;/*this is the color that the top level menu item will be when you roll over it*/
	color:#D9DFE33;/*this is the text color for the same case*/
}

.nav li li a:focus, .nav li li a:hover, .nav li li a:active {
	background:#D7B18A;/*this is the color that the drop down menu item will be when you roll over it*/
	color:#D9DFE3;/*this is the text color for the same case*/
}


    a:link {text-decoration:none;}
    a:visited {text-decoration:none;}
    a:hover {text-decoration:underline;}
