/* 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;
	font-size: 10px;
	font-weight:bold;
}
.nav {
	line-height:1.0;
}
.nav ul {
	position:absolute;
	top:-999em;
	width:11.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:0px;
	top:2.1em;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:11.5em;
	top:0px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
	float:left;
	font-size: 1.0em;
	margin: 5px 0 0 0;
}
/* LEVEL 1 */
.nav li {
	background:url(../images/navshad.png) top right no-repeat;
	width: 123px;
	height: 34px;
	/*line-height: 1.0em;*/
}

.nav li strong {
	/*text-transform: uppercase;*/
	text-decoration: none;
	display: block;
	text-align: center;
	/*padding: .75em 0.9em;*/
}

.nav a {
	color: #fff;
	text-decoration:none;
}

.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	color: #fff;
	background:#000000 url(../images/navshad.png) right -75px no-repeat;
}

/* LEVEL 2 */
.nav li li {
	height: auto;
	width: inherit;
	font-size: 1.0em;
	line-height: 1.2em;
	padding: 5px 5px 5px 5px;
	background:#333333;
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	text-align: left;
}
/* LEVEL 3 */
.nav li li li {
	width: 150px;
	font-size: 1.0em;
	background:#333333;
}
/* LEVEL 2 */
.nav li li:hover, .nav li li.sfHover,
.nav li li a:focus, .nav li li a:hover, .nav li li a:active {
	background:#000000;
	color: #fff;
}
/* LEVEL 3 */
.nav li:hover ul ul,
ul.nav li.sfHover ul ul{
	left:12em;
	top:0;
}
/* LEVEL 2 */
.nav li ul {
	padding-top: 1em;
	background: transparent url(../images/nav_drop_top.png) 0px 0px repeat-x;
}
/* LEVEL 3 */
.nav li li ul {
	background: none;
	padding-top: 0em;
	padding-left: 0.75em;
	background: url(../images/nav_side_top.png) 0px -1.0em no-repeat;
}



