/* 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-family: "Myriad Pro", Helvetica, Arial, Verdana;
}
.nav {
 line-height:1.0;
}
.nav ul {
 position:absolute;
 top:-999em;
 width:79px;
}
.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:28px;
}
.nav li:hover li ul, .nav li.sfHover li ul {
 top:-999em;
 width:79px;
}
.nav li li:hover ul, ul.nav li li.sfHover ul {
 left:9.45em;
 top:-1px;
 width:79px;
}
.superfish li:hover ul, .superfish li li:hover ul {
 top: -999em;
 width:79px;
}
/*** ORIGINAL SKIN ***/
.nav {
 float:left;
 margin-bottom:1.5em;
}
.nav li {
 background:#A1A1A1;
 margin-right:3px;
 /*height: 28px;*/
 padding-bottom:6px;
 width:79px;
}
.nav a {
 padding:5px 0px 0px 0px;
 font-weight:bold;
 color: #000;
 font-size:17px;
 text-decoration:none;
 text-align:center;
}
.nav li:hover, .nav li.sfHover, .nav a:focus, .nav a:hover, .nav a:active, .nav a.current {
 color:#ff0000;
}
.nav li li {
 background:#D7D7D7;
 width:79px;
}
.nav li li li {
 background:#D7D7D7;
 width:79px;
}
