/* 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 ul {
	position:absolute;
	top:-999em;
	width:100px;
}
.nav ul li,
.nav a {
	width: 100px;
}
.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:30px;
}
.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;
}

/*** ORIGINAL SKIN ***/
.nav {
   	margin-bottom:1.5em;
    float: none;
}
.nav li {
border: none;
    background: url(../images/menu_red.jpg);
	width:100px;
    height: 30px;

}
.nav a {
	color: #FFFFFF;
	padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
	text-decoration:none;

}
.nav li:hover, .nav li.sfHover,
{
	background: url(../images/menu_red_h.jpg);
    width:100px;
    height: 30px;
}
.nav a:focus, .nav a:hover, .nav a:active {
text-decoration: underline;
}
.nav li li {
	background: url(../images/folder_top_bg.jpg);
    width:100px;
    height: 20px;
}
.nav li li li {
    width:100px;
	background:#9AAEDB;
}




