/* 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;
	margin-top:20px;
}
.nav ul {
	position:absolute;
	top:-999em;
	width:8em;
}
.nav ul li,
.nav a {
	width: 100%;
}
.nav li {
	float:left;
	position:relative;
	z-index:50;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:0;
	top:20px;
}
.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:-2px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
	margin:0 auto;
	width:340px;
}
.nav li {
}
.nav a {
	color: #fff;
	text-decoration:none;
	width:20px;
	height:20px;
	margin:0 10px;
	border:solid 2px #0B0C10;
	opacity:0.4;
    -moz-opacity:0.4;
	filter:alpha(opacity=40);
}
.nav a:focus, .nav a:hover, .nav a:active {
	opacity:0.99;
    -moz-opacity:0.99;
	filter:alpha(opacity=100);
}
.nav li li {
	margin-top:10px;
}
.nav li li li {
	background:#9AAEDB;
}
.n2-home {
    background:url(images/pueblostoryteller.jpg) no-repeat -40px -25px;
}
.n2-tile_designs {
    background:url(images/pueblostoryteller.jpg) no-repeat -60px -50px;
}
.n2-12x12 {
    background:url(images/pueblostoryteller.jpg) no-repeat -60px -200px;
}
.n2-12x6 {
    background:url(images/pueblostoryteller.jpg) no-repeat -100px -50px;
}
.n2-6x6 {
    background:url(images/pueblostoryteller.jpg) no-repeat -140px -50px;
}
.n2-framed_tiles {
    background:url(images/pueblostoryteller.jpg) no-repeat -20px -70px;
}
.n2-suede_matting {
    background:url(images/pueblostoryteller.jpg) no-repeat -40px -70px;
}
.n2-stone_border {
    background:url(images/pueblostoryteller.jpg) no-repeat -60px -70px;
}
.n2-large_works {
    background:url(images/pueblostoryteller.jpg) no-repeat -5px -180px;
}
.n2-about {
    background:url(images/pueblostoryteller.jpg) no-repeat -50px -210px;
}
.n2-schedule {
    background:url(images/pueblostoryteller.jpg) no-repeat -20px -20px;
}
.n2-ordering {
    background:url(images/pueblostoryteller.jpg) no-repeat -80px -315px;
}
