﻿/* extends of menu.css */

.WebRacingMenu ul.AspNet-Menu /* Tier 1 */
{
    width: 100%; 
    /*width: ??em; *//* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
    
}

img
{
	border: 0px;
}

.WebRacingMenu ul.AspNet-Menu ul /* Tier 2 */
{
    width: 200px;
    float:none;
	top: 100%;
	left: 0px;
	color: #ffffff;
	filter: Alpha(Opacity=95);
	-moz-opacity: .95;
	z-index:6;
	cursor: pointer;
}

.WebRacingMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    margin-top: -0.5em;
    left: 9.1396em;
    
}

.WebRacingMenu li /* all list items */
{
	
}

.WebRacingMenu li:hover, 
.WebRacingMenu li.AspNet-Menu-Hover	
{
	/* muda a cor do over*/
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
    cursor: pointer;
    z-index:6;
}

.WebRacingMenu a, /* all anchors and spans (nodes with no link) */
.WebRacingMenu span
{
	color: white;
}

.WebRacingMenu li.AspNet-Menu-NonLink
{
	cursor: default;
}

.WebRacingMenu li.AspNet-Menu-Leaf a, /* leaves */
.WebRacingMenu li.AspNet-Menu-Leaf span
{
	
}

.WebRacingMenu li:hover a, /* hovered text */
.WebRacingMenu li:hover span,
.WebRacingMenu li.AspNet-Menu-Hover a,
.WebRacingMenu li.AspNet-Menu-Hover span,
.WebRacingMenu li:hover li:hover a,
.WebRacingMenu li:hover li:hover span,
.WebRacingMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.WebRacingMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.WebRacingMenu li:hover li:hover li:hover a,
.WebRacingMenu li:hover li:hover li:hover span,
.WebRacingMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.WebRacingMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: #E41A00; /* muda a cor do texto no mouseover*/
}

.WebRacingMenu li:hover li a, /* the tier above this one is hovered */
.WebRacingMenu li:hover li span,
.WebRacingMenu li.AspNet-Menu-Hover li a,
.WebRacingMenu li.AspNet-Menu-Hover li span,
.WebRacingMenu li:hover li:hover li a,
.WebRacingMenu li:hover li:hover li span,
.WebRacingMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.WebRacingMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: #000000;
    background: transparent right center no-repeat;
    
}

.WebRacingMenu .AspNet-Menu-Selected /* this tier is selected */{}
.WebRacingMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */{}
.WebRacingMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */{}

div.WizardClassForMenuItemTop
{
    background: #FFFFFF;
	padding: 2px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	filter: Alpha(Opacity=100);
	z-index:6;
	cursor: pointer;
}

div.WizardClassForMenuItemBottom
{
    background: #FFFFFF;
	padding: 2px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
    filter: Alpha(Opacity=100);
    z-index:6;
    cursor: pointer;
}

div.WizardClassForMenuItem
{
    background: #FFFFFF;
	padding: 2px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
    filter: Alpha(Opacity=100);
    z-index:6;
    cursor: pointer;
}

/* Inicio Menu OffRoad */

a.srollover_equipamentos_off {
    display: block;
    width: 106px;
    height: 29px;
    background: url("../../images/bt_equipamentos.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_equipamentos_off {
	background-position: -106px 0;
}
a.srollover_equipamentos_off_click 
{
	display: block;
    width: 106px;
    height: 29px;
    background: url("../../images/bt_equipamentos.gif") 0 0 no-repeat;
    text-decoration: none;
	background-position: -106px 0;
}
a.srollover_acessorios_off {
    display: block;
    width: 134px;
    height: 29px;
    background: url("../../images/bt_camisas_off.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_acessorios_off {
	background-position: -134px 0;
}
a.srollover_acessorios_off_click {
    display: block;
    width: 134px;
    height: 29px;
    background: url("../../images/bt_camisas_off.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -134px 0;
}
a.srollover_navegadores_off {
    display: block;
    width: 132px;
    height: 29px;
    background: url("../../images/bt_navegadores.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_navegadores_off {
	background-position: -132px 0;
}
a.srollover_navegadores_off_click {
    display: block;
    width: 132px;
    height: 29px;
    background: url("../../images/bt_navegadores.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -132px 0;
}
a.srollover_kits_webracing_off {
    display: block;
    width: 152px;
    height: 29px;
    background: url("../../images/bt_kits_webracing.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_kits_webracing_off {
	background-position: -152px 0;
}
a.srollover_kits_webracing_off_click {
    display: block;
    width: 152px;
    height: 29px;
    background: url("../../images/bt_kits_webracing.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -152px 0;
}
a.srollover_para_moto_off {
    display: block;
    width: 140px;
    height: 29px;
    background: url("../../images/bt_para_moto.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_para_moto_off {
	background-position: -140px 0;
}
a.srollover_para_moto_off_click {
    display: block;
    width: 140px;
    height: 29px;
    background: url("../../images/bt_para_moto.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -140px 0;
}
a.srollover_pecas_moto_off {
    display: block;
    width: 124px;
    height: 29px;
    background: url("../../images/bt_pecas_moto.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_pecas_moto_off {
	background-position: -124px 0;
}
a.srollover_pecas_moto_off_click {
    display: block;
    width: 124px;
    height: 29px;
    background: url("../../images/bt_pecas_moto.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -124px 0;
}
a.srollover_protetores_off {
    display: block;
    width: 106px;
    height: 24px;
    background: url("../../images/bt_protetores.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_protetores_off {
	background-position: -106px 0;
}
a.srollover_protetores_off_click {
    display: block;
    width: 106px;
    height: 24px;
    background: url("../../images/bt_protetores.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -106px 0;
}
a.srollover_adesivos_off {
    display: block;
    width: 134px;
    height: 24px;
    background: url("../../images/bt_adesivos.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_adesivos_off {
	background-position: -134px 0;
}
a.srollover_adesivos_off_click {
    display: block;
    width: 134px;
    height: 24px;
    background: url("../../images/bt_adesivos.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -134px 0;
}
a.srollover_lubrificantes_off {
    display: block;
    width: 132px;
    height: 24px;
    background: url("../../images/bt_lubrificantes.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_lubrificantes_off {
	background-position: -132px 0;
}
a.srollover_lubrificantes_off_click {
    display: block;
    width: 132px;
    height: 24px;
    background: url("../../images/bt_lubrificantes.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -132px 0;
}
a.srollover_moda_casual_off {
    display: block;
    width: 152px;
    height: 24px;
    background: url("../../images/bt_moda_casual.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_moda_casual_off {
	background-position: -152px 0;
}
a.srollover_moda_casual_off_click {
    display: block;
    width: 152px;
    height: 24px;
    background: url("../../images/bt_moda_casual.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -152px 0;
}
a.srollover_variedades_off {
    display: block;
    width: 140px;
    height: 24px;
    background: url("../../images/bt_variedades.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_variedades_off {
	background-position: -140px 0;
}
a.srollover_variedades_off_click {
    display: block;
    width: 140px;
    height: 24px;
    background: url("../../images/bt_variedades.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -140px 0;
}
a.srollover_pneus_off {
    display: block;
    width: 124px;
    height: 24px;
    background: url("../../images/bt_pneus.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_pneus_off {
	background-position: -124px 0;
}
a.srollover_pneus_off_click {
    display: block;
    width: 124px;
    height: 24px;
    background: url("../../images/bt_pneus.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -124px 0;
}
/* Fim Menu OffRoad */

/* Inicio Menu Street */

a.srollover_equipamentos_stre_stre {
    display: block;
    width: 112px;
    height: 29px;
    background: url("../../images/bt_equipamentos_stre.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_equipamentos_stre_stre {
	background-position: -112px 0;
}
a.srollover_equipamentos_stre_stre_click {
    display: block;
    width: 112px;
    height: 29px;
    background: url("../../images/bt_equipamentos_stre.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -112px 0;
}
a.srollover_acessorios_stre {
    display: block;
    width: 134px;
    height: 29px;
    background: url("../../images/bt_jaquetas_st.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_acessorios_stre {
	background-position: -134px 0;
}
a.srollover_acessorios_stre_click {
    display: block;
    width: 134px;
    height: 29px;
    background: url("../../images/bt_jaquetas_st.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -134px 0;
}
a.srollover_baus_stre {
    display: block;
    width: 137px;
    height: 29px;
    background: url("../../images/bt_baus.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_baus_stre {
	background-position: -137px 0;
}
a.srollover_baus_stre_click {
    display: block;
    width: 137px;
    height: 29px;
    background: url("../../images/bt_baus.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -137px 0;
}
a.srollover_capacetes_stre {
    display: block;
    width: 146px;
    height: 29px;
    background: url("../../images/bt_capacetes.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_capacetes_stre {
	background-position: -146px 0;
}
a.srollover_capacetes_stre_click {
    display: block;
    width: 146px;
    height: 29px;
    background: url("../../images/bt_capacetes.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -146px 0;
}
a.srollover_performace_stre {
    display: block;
    width: 141px;
    height: 29px;
    background: url("../../images/bt_performace.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_performace_stre {
	background-position: -141px 0;
}
a.srollover_performace_stre_click {
    display: block;
    width: 141px;
    height: 29px;
    background: url("../../images/bt_performace.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -141px 0;
}
a.srollover_para_moto_street_stre {
    display: block;
    width: 118px;
    height: 29px;
    background: url("../../images/bt_para_moto_street.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_para_moto_street_stre {
	background-position: -118px 0;
}
a.srollover_para_moto_street_stre_click {
    display: block;
    width: 118px;
    height: 29px;
    background: url("../../images/bt_para_moto_street.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -118px 0;
}
a.srollover_dvds_stre {
    display: block;
    width: 112px;
    height: 24px;
    background: url("../../images/bt_dvds.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_dvds_stre {
	background-position: -112px 0;
}
a.srollover_dvds_stre_click {
    display: block;
    width: 112px;
    height: 24px;
    background: url("../../images/bt_dvds.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -112px 0;
}
a.srollover_ponteiras_stre {
    display: block;
    width: 134px;
    height: 24px;
    background: url("../../images/bt_ponteiras.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_ponteiras_stre {
	background-position: -134px 0;
}
a.srollover_ponteiras_stre_click {
    display: block;
    width: 134px;
    height: 24px;
    background: url("../../images/bt_ponteiras.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -134px 0;
}
a.srollover_lubrificantes_stre_stre {
    display: block;
    width: 137px;
    height: 24px;
    background: url("../../images/bt_lubrificantes_stre.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_lubrificantes_stre_stre {
	background-position: -137px 0;
}
a.srollover_lubrificantes_stre_stre_click {
    display: block;
    width: 137px;
    height: 24px;
    background: url("../../images/bt_lubrificantes_stre.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -137px 0;
}
a.srollover_moda_casual_stre_stre {
    display: block;
    width: 146px;
    height: 24px;
    background: url("../../images/bt_moda_casual_stre.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_moda_casual_stre_stre {
	background-position: -146px 0;
}
a.srollover_moda_casual_stre_stre_click {
    display: block;
    width: 146px;
    height: 24px;
    background: url("../../images/bt_moda_casual_stre.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -146px 0;
}
a.srollover_outros_stre {
    display: block;
    width: 141px;
    height: 24px;
    background: url("../../images/bt_outros.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_outros_stre {
	background-position: -141px 0;
}
a.srollover_outros_stre_click {
    display: block;
    width: 141px;
    height: 24px;
    background: url("../../images/bt_outros.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -141px 0;
}
a.srollover_pneus_stre_stre {
    display: block;
    width: 118px;
    height: 24px;
    background: url("../../images/bt_pneus_stre.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover_pneus_stre_stre {
	background-position: -118px 0;
}
a.srollover_pneus_stre_stre_click {
    display: block;
    width: 118px;
    height: 24px;
    background: url("../../images/bt_pneus_stre.gif") 0 0 no-repeat;
    text-decoration: none;
    background-position: -118px 0;
}

/* Fim Menu Street */


