/* 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:17px;
}
.nav ul {
	position:absolute;
	top:-999em;
}
/*.nav ul li,
.nav a {
	width:110px;
}
*/
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:-1px;
	top:2.8em;
}
.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:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
	float:left;
}
.nav li {
	background:#ECF3F9;
}
.nav a {
	color: #091B3C; /* Cor do tipo de letra */
	text-decoration:none;
	font-family: Arial, Verdana, Helvetica;
	font-size:11px;
}
.nav a:hover{
	color:#FFF;
}

.itemOver {
	height:20px;
}

.itemOver:hover, .itemOver.sfHover,
.itemOver a:focus, .itemOver a:hover, .itemOver a:active {
	background: url(../imgs/sel_meio.gif);
	background-repeat:repeat-x;

}
.nav li li {
	background:#FFDE00;
}
.nav li li li {
	background:#FFDE00;
}
.current{
	background: none repeat scroll 0% 0% transparent; !important
}