/* 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;
}
.nav ul {
	position:absolute;
	top:-999em;
	width:14.45em;
}
.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:-3px;
	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:14.45em;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
	float:left;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 1px 0 0 0;
}
.nav li {
	background:url(../images/navshadgroc.png) top right no-repeat;
	width: 139px;
	line-height: 1.4em;
	border-right: 1px solid #fff;
}

.nav li strong {
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: .75em 0.9em;
}

.nav a {
	color: #000;
	text-decoration:none;
}

.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	color: #000;
	background:#F3E494 url(../images/navshadgroc.png) right -75px no-repeat;
}


.nav li li {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 5px 5px 5px 7px;
	background:#E8C616;
	border-top: 1px #F3E494 solid;
	border-right: 1px #F3E494 solid;

}
.nav li li li {
	font-size: 1em;
	background:#E8C616;
}

.nav li li li.nolink {
	font-size: 1em;
	background: #993300;
	color: #fff;
}

.nav li li.curs_actual {
	background-color:#336600;
	}

.nav li li.curs_actual a {
	color: #fff;
}	

.nav li li.curs_anterior {
	background-color: #669900;
	}

.nav li li.curs_anterior a {
	color: #fff;
}	




.nav li li:hover, .nav li li.sfHover,
.nav li li a:focus, .nav li li a:hover, .nav li li a:active {
	background:#F3E494;
	color: #000;
}

.nav li:hover ul ul,
ul.nav li.sfHover ul ul{
	left:12.3em;
	top:0;
}

.nav li ul {
	padding-top: 1em;
	background: transparent url(../images/nav_drop_topgroc.png) 0px 0px repeat-x;
}

.nav li li ul {
	background: none;
	padding-top: 0em;
	padding-left: 0.75em;
	background: url(../images/nav_side_topgroc.png) 0px -1.0em no-repeat;
}





