@charset "utf-8";
/* CSS Document */

.menu_interno h2{
	width:186px;
	padding:0 0 5px 0;
	margin:0;
}

.menu_interno h2.h_cardio_aerobico{
	text-indent:-9000px;
	background:url(../../images/h_cardioaerobico.gif) no-repeat top left;
	width:184px;
	height:16px;
}

.menu_interno h2.h_acessorios{
	text-indent:-9000px;
	background:url(../../images/h_acessoriossub.gif) no-repeat top left;
	width:184px;
	height:16px;
}

.menu_interno h2.h_musculacao{
	text-indent:-9000px;
	background:url(../../images/h_musculacaosub.gif) no-repeat top left;
	width:184px;
	height:16px;
}

.menu_interno{
	width:186px;
	font-family:Arial, Helvetica, sans-serif!important;
	font-size:9.5px!important
}

.topo_menu_interno{
	background:url(../../images/h2_categorias.gif) no-repeat;
	width:186px;
	height:21px;
}

.base_menu_interno{
	background:url(../../images/fim_menu_interno.png) no-repeat;
	width:186px;
	height:6px;
}

* html .base_menu_interno{
	background:url(../../images/fim_menu_interno.gif) no-repeat;
	width:188px;
	height:6px;
}

.meio_menu_interno{
	/*background:#fff;*/
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	padding:10px 0 0 0;
}

.meio_menu_interno h3 {
	font: italic 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../../images/produtosNovos/bulletH1.jpg) 0px -2px no-repeat;
	color: #FE7300;
	padding: 0px 0px 0px 18px;
	margin-left: -5px;
}

* html .vr3{padding-top:35px}

#nav a:visited, #nav a:link{
	text-decoration:none;
	color:#FFFFFF;
} 

#nav a:hover{
	text-decoration:underline;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 0 0 6px;
	list-style: none;
	width:174px;
}

* html #nav, * html #nav ul{
	width:160px;
	margin: 0 5px 0 6px;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li a{ /* all list items */
	width: 156px; /* width needed or else Opera goes nuts */
	background:url(../../images/bg_submenucategoria.gif) no-repeat top left;
	margin:0
}

#nav li a{
	padding:2px 0px 2px 35px;
	width:120px;
}

#nav li a:hover{
	background:url(../../images/bg_submenucategoria.gif) no-repeat bottom left;
	margin: 0 0px 0px 0px;
	_margin: 0 0px 3px 0px;
}

* html #nav li a{ /* all list items */
	width: 120px; /* width needed or else Opera goes nuts */
	background:url(../../images/bg_submenucategoria.gif) no-repeat top left;
	margin:0;
}

#nav ul li{
	background:none!important;
}

#nav ul li:hover{
	background:none!important;
}

.classPai:hover{
	_height:14px;
	_margin-bottom:-3px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	display:none;
	/*left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:-18px 0 0 156px;
}

* html #nav li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:-18px 0 0 156px;
}

#nav li ul li a{
	background:#efefef!important;
	color:#000000!important;
	padding-left:10px!important
}

#nav li ul li a:hover{
	background:#404545!important;
	color:#FF6600!important;
	padding-left:10px!important
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
/*sub-menu*/
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	/*left: auto;*/
	display:block;
}

* html #nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

* html #nav li ul{
	left:-999em
}

