@charset "utf-8";
/* -------------------------------------------------------------- 
	Menu Superfish - superfish.css
	* Essential styles.
-------------------------------------------------------------- */
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.sf-menu {
	line-height: 28px;
	}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
	}
.sf-menu ul li {
	width: 100%;
	}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
	}
.sf-menu li {
	float: left;
	position: relative;
	text-indent: 0;
	}
.sf-menu a {
	display: block;
	position: relative;
	}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 26px; /* match top ul list item height */
	z-index: 99;
	}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
	}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
	}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
	}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
	}


/* Basic Skin
-------------------------------------------------------------- */
.sf-menu {
	float: left;
	margin-bottom: 0;
	}
.sf-menu a {
	padding: 0 1em;
	text-decoration: none;
	}
.sf-menu a, .sf-menu a:visited {
	color: #abbd26; /* visited pseudo selector so IE6 applies text colour*/
	}
.sf-menu li	{
	background: transparent;
	}
.sf-menu li li {
	background: transparent;
	}
.sf-menu li li li {
	background: transparent;
	}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: transparent;
	outline: 0;
	}


/* Tab Menu (empresa, produtos, lojas, contato, dicas)
-------------------------------------------------------------- */
div.ti {
	text-indent: -999em; /* hide the text of tabs */
	margin: 0 4px 0 0;
	}
div.nav-empresa {
	background: url(../img/nav-empresa.gif) no-repeat left top;
	width: 79px;
	}
div.nav-empresa a:focus, div.nav-empresa a:hover, div.nav-empresa a:active {
	background-position: left bottom;
	}
div.nav-produtos {
	background: url(../img/nav-produtos.gif) no-repeat left top;
	width: 85px;
	}
div.nav-produtos a:focus, div.nav-produtos a:hover, div.nav-produtos a:active {
	background-position: left bottom;
	}
div.nav-lojas {
	background: url(../img/nav-lojas.gif) no-repeat left top;
	width: 61px;
	}
div.nav-lojas a:focus, div.nav-lojas a:hover, div.nav-lojas a:active {
	background-position: left bottom;
	}
div.nav-contato {
	background: url(../img/nav-contato.gif) no-repeat left top;
	width: 77px;
	}
div.nav-contato a:focus, div.nav-contato a:hover, div.nav-contato a:active {
	background-position: left bottom;
	}
div.nav-dicas {
	background: url(../img/nav-dicas.gif) no-repeat left top;
	width: 117px;
	}
div.nav-dicas a:focus, div.nav-dicas a:hover, div.nav-dicas a:active {
	background-position: left bottom;
	}
li:hover div, li.sfHover div {
	background-position: left bottom;
	}


/* Class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu
-------------------------------------------------------------- */
.sf-navbar {
	background: transparent;
	height: 28px;
	padding-bottom: 28px;
	position: relative;
	}
.sf-navbar li {
	background: transparent;
	position: static;
	}
.sf-navbar a {
	border-top: none;
	}
.sf-navbar li ul {
	width: 730px; /* IE6 soils itself without this */
	}
.sf-navbar li li {
	background: transparent;
	position: relative;
	}
.sf-navbar li li ul {
	width: 175px;
	border-top: 1px dashed #e7f1ab;
	background: #fff;
	margin-top: 4px; /* putting .sf-nav-bar in the right place */
	}
.sf-navbar li li li {
	width: 100%;
	border-bottom: 1px dashed #e7f1ab;
	line-height: 25px;
	}
.sf-navbar ul li {
	width: auto;
	float: left;
	}
.sf-navbar a, .sf-navbar a:visited {
	border: none;
	}
.sf-navbar li.current {
	font-weight: bold; /* IE6 fix bold */
	}
.sf-navbar ul li li {
	font-weight: normal; /* IE6-IE7 fix bold in wrong place */
	}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	background: transparent;
	}
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
	background: transparent;
	color: #77832e;
	}
ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
	background: transparent;
	}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left: 0;
	top: 26px; /* match top ul list item height (was 30px) */
	font-weight: normal;
	}
ul.sf-navbar .current ul ul {
	top: -999em;
	}
.sf-navbar li li.current > a {
	font-weight: bold;
	}


/* Arrows
-------------------------------------------------------------- */
.sf-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../img/arrows.gif) no-repeat 0 3px;
	}
a > .sf-sub-indicator { 
	top: .8em; /* give all except IE6 the correct values */
	background-position: 0 3px; /* use translucent arrow for modern browsers */
	}
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 3px; /* arrow hovers for modern browsers */
	}
.sf-menu ul .sf-sub-indicator {
	background-position:  0 3px;
	}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 3px;
	}
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 3px; /* arrow hovers for modern browsers*/
	}


/* Point all arrows down 
-------------------------------------------------------------- */
.sf-navbar ul .sf-sub-indicator {
	background-position: 0 3px;
	}
.sf-navbar ul a > .sf-sub-indicator {
	background-position: 0 3px;
	}


/* Apply hovers to modern browsers (like firefox, safari and others)
-------------------------------------------------------------- */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 3px; /* arrow hovers for modern browsers*/
	}