/* MENU ORIZZONTALE */

#link_servizi a {
	width: 100px;
	height: 20px;
	display: block;
	background-image: url(immagini/menu/orizzontale/servizi_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	/*background-color: #333;*/
	margin-right: 20px;
}

#link_servizi a:hover {
	width: 100px;
	height: 20px;
	display: block;
	background-image: url(immagini/menu/orizzontale/servizi_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-right: 20px;
}

#link_prodotti a {
	width: 100px;
	height: 20px;
	display: block;
	background-image: url(immagini/menu/orizzontale/prodotti_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	/*background-color: #333;*/
	margin-right: 20px;
}

#link_prodotti a:hover {
	width: 100px;
	height: 20px;
	display: block;
	background-image: url(immagini/menu/orizzontale/prodotti_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-right: 20px;
}

#link_promozioni a {
	width: 100px;
	height: 20px;
	display: block;
	background-image: url(immagini/menu/orizzontale/promozioni_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	/*background-color: #333;*/
	margin-right: 20px;
}

#link_promozioni a:hover {
	width: 100px;
	height: 20px;
	display: block;
	background-image: url(immagini/menu/orizzontale/promozioni_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-right: 20px;
}

#link_ecommerce a {
	width: 100px;
	height: 20px;
	display: block;
	background-image: url(immagini/menu/orizzontale/ecommerce_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	/*background-color: #333;*/
	margin-right: 20px;
}

#link_ecommerce a:hover {
	width: 100px;
	height: 20px;
	display: block;
	background-image: url(immagini/menu/orizzontale/ecommerce_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-right: 20px;
}

/* MENU VERTICALE */

.menu {
	/*border-top: #b7c6ac 10px solid;*/
	background: url(drop/line.gif); /*#b7c6ac*/ 
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #000;
	margin-bottom: 1px;
	padding-bottom: 1px;
	margin-top: 0px;
	width: auto; /*750px; */
	position: relative; 
	height: 2em;
	font-size: 12px;
	font-weight: bold;
}

html .menu {
	padding-bottom: 0px;
}

.menu ul {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px 0px 0px 20px; 
	width: auto; /*730px; */
	padding-top: 0px; 
	list-style-type: none; 
	height: 100%;
}

.menu li {
	float: left;
}

.menu table {
	left: 0px; 
	position: absolute; 
	top: 0px; 
	border-collapse: collapse;
}

.menu a {
	color: #fff; 
	text-decoration: none;
}

.menu :visited {
	color: #fff; 
	text-decoration: none;
}

.menu a em.lft {
	display: block; 
	/*background: url(drop/lefta.gif); */
	float: left; 
	width: 5px; 
	/*border-bottom: 1px solid #000; */
	height: 2em;
}

.menu :visited em.lft {
	display: block; 
	/*background: url(drop/lefta.gif); */
	float: left; 
	width: 5px; 
	/*border-bottom: 1px solid #000; */
	height: 2em;
}

.menu a b {
	width: 100px;
	height: 24px;
	padding-right: 10px; 
	padding-left: 10px;
	padding-bottom: 0px; 
	display: block; 
	font-weight: bold !important;
	background: url(drop/mida.gif); 
	float: left; 
	cursor: pointer; 
	line-height: 1.9em !important; 
	padding-top: 0px; 
	border-bottom: 1px solid #000;
	height: 2em;
	text-align: center;
	color: #fff;
}

.menu :visited b {
	width: 100px;
	height: 24px;
	padding-right: 10px; 
	display: block; 
	padding-left: 10px; 
	font-weight: normal; 
	background: url(drop/mida.gif); 
	float: left; 
	padding-bottom: 0px; 
	cursor: pointer; 
	line-height: 1.5em; 
	padding-top: 0px; 
	border-bottom: 1px solid #000; 
	height: 2em;
}

.menu a em.rgt {
	display: block; 
	background: url(drop/righta.gif); 
	float: left; 
	width: 5px; 
	border-bottom: 1px solid #000; 
	height: 2em;
}

.menu :visited em.rgt {
	display: block; 
	background: url(drop/righta.gif); 
	float: left; 
	width: 5px; 
	border-bottom: 1px solid #000; 
	height: 2em;
}

/* seconda lista */
.menu ul ul {
	border-right: 1px solid #f00; 
	background: #f00; 
	left: -20px; 
	visibility: hidden; 
	width: 500px;
	border-bottom: 1px solid #f00;
	position: absolute; 
	top: 2em; 
	height: 2em;
}

.menu :hover {
	white-space: normal;
}

.menu a:hover b {
	width: 100px;
	height: 24px;
	display: block;
	background-image: url(immagini/layout/sfondo_menu_or_top.gif);
	/*background: url(drop/midb.gif); */
	border-bottom-color: #f00; 
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.menu a:hover em.lft {
	background: url(drop/leftb.gif); 
	border-bottom-color: #f00;
}

.menu a:hover em.rgt {
	background: url(drop/rightb.gif); 
	border-bottom-color: #f00;
}

unknown {
	background: url(drop/midb.gif); 
	border-bottom-color: #000; 
	color: #000;
}

unknown {
	background: url(drop/leftb.gif); 
	border-bottom-color: #000;
}

unknown {
	background: url(drop/rightb.gif); 
	border-bottom-color: #000;
}

.menu ul li:hover ul {
	margin-top: 1px; 
	display: block; 
	visibility: visible; 
	top: 2em;
}

.menu ul a:hover ul {
	margin-top: 1px; 
	display: block; 
	visibility: visible; 
	top: 2em;
}

.menu ul :hover ul li {
	display: block; 
	background-color: #f00; 
	border-left: 1px solid #f00; 
	height: 2em;
}

.menu ul :hover ul li a {
	padding-right: 10px; 
	display: block; 
	padding-left: 10px; 
	font-size: 0.9em; 
	float: left; 
	padding-bottom: 0px; 
	width: auto; 
	color: #fff; 
	line-height: 2em; 
	padding-top: 0px; 
	height: 2em;
}

.menu ul :hover ul li a:hover {
	color: #fff;
	font-weight: bold;
}


a.botton_red {
}

#link_azienda a {
	width: 165px;
	height: 18px;
	display: block;
	background-image: url(immagini/menu/verticale/azienda_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	background-color: #333;
	margin-right: 20px;
}

#link_azienda a:hover {
	width: 165px;
	height: 18px;
	display: block;
	background-image: url(immagini/menu/verticale/azienda_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-right: 20px;
}

#link_chisiamo a {
	width: 165px;
	height: 18px;
	display: block;
	background-image: url(immagini/menu/verticale/chisiamo_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-right: 20px;
}

#link_chisiamo a:hover {
	width: 165px;
	height: 18px;
	display: block;
	background-image: url(immagini/menu/verticale/chisiamo_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-right: 20px;
}

#link_mission a {
	width: 165px;
	height: 18px;
	display: block;
	background-image: url(immagini/menu/verticale/mission_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-right: 20px;
}

#link_mission a:hover {
	width: 165px;
	height: 18px;
	display: block;
	background-image: url(immagini/menu/verticale/mission_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-right: 20px;
}

#link_ambiente a {
	width: 165px;
	height: 18px;
	display: block;
	background-image: url(immagini/menu/verticale/ambiente_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-right: 20px;
}

#link_ambiente a:hover {
	width: 165px;
	height: 18px;
	display: block;
	background-image: url(immagini/menu/verticale/ambiente_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-right: 20px;
}

#link_dovesiamo a {
	width: 165px;
	height: 18px;
	display: block;
	background-image: url(immagini/menu/verticale/dovesiamo_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	background-color: #333;
	margin-right: 20px;
}

#link_dovesiamo a:hover {
	width: 165px;
	height: 18px;
	display: block;
	background-image: url(immagini/menu/verticale/dovesiamo_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-right: 20px;
}

#link_contatti a {
	width: 165px;
	height: 18px;
	display: block;
	background-image: url(immagini/menu/verticale/contatti_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	background-color: #333;
	margin-right: 20px;
}

#link_contatti a:hover {
	width: 165px;
	height: 18px;
	display: block;
	background-image: url(immagini/menu/verticale/contatti_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-right: 20px;
}

#link_gallery a {
	width: 165px;
	height: 18px;
	display: block;
	background-image: url(immagini/menu/verticale/gallery_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	background-color: #333;
	margin-right: 20px;
}

#link_gallery a:hover {
	width: 165px;
	height: 18px;
	display: block;
	background-image: url(immagini/menu/verticale/gallery_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-right: 20px;
}

#link_news a {
	width: 165px;
	height: 18px;
	display: block;
	background-image: url(immagini/menu/verticale/news_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	background-color: #333;
	margin-right: 20px;
}

#link_news a:hover {
	width: 165px;
	height: 18px;
	display: block;
	background-image: url(immagini/menu/verticale/news_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-right: 20px;
}

#link_english a {
	width: 165px;
	height: 18px;
	display: block;
	background-image: url(immagini/menu/verticale/english_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	background-color: #333;
	margin-right: 20px;
}

#link_english a:hover {
	width: 165px;
	height: 18px;
	display: block;
	background-image: url(immagini/menu/verticale/english_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-right: 20px;
}

ul.menu_servizi {
	list-style-type: none; 
	margin: 0px !important;
	padding: 0px !important;
}

#link_ricostruzione a {
	width: 264px;
	height: 20px;
	display: block;
	background-image: url(immagini/menu/servizi/ricostruzione_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-right: 20px;
}

#link_ricostruzione a:hover {
	width: 264px;
	height: 20px;
	display: block;
	background-image: url(immagini/menu/servizi/ricostruzione_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-right: 20px;
}

#link_stock a {
	width: 264px;
	height: 20px;
	display: block;
	background-image: url(immagini/menu/servizi/stock_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-right: 20px;
}

#link_stock a:hover {
	width: 264px;
	height: 20px;
	display: block;
	background-image: url(immagini/menu/servizi/stock_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-right: 20px;
}

#link_assistenza a {
	width: 264px;
	height: 20px;
	display: block;
	background-image: url(immagini/menu/servizi/assistenza_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-right: 20px;
}

#link_assistenza a:hover {
	width: 264px;
	height: 20px;
	display: block;
	background-image: url(immagini/menu/servizi/assistenza_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-right: 20px;
}

#link_back_assistenza a {
	width: 264px;
	height: 20px;
	display: block;
	background-image: url(immagini/menu/servizi/back_assistenza_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-right: 20px;
}

#link_back_assistenza a:hover {
	width: 264px;
	height: 20px;
	display: block;
	background-image: url(immagini/menu/servizi/back_assistenza_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-right: 20px;
}


/*------------*/
/* MENU INDEX */
/*------------*/

.menu_index {
	float: left;
}

.menu_index ul {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px 0px 0px 20px; 
	width: auto; /*730px; */
	padding-top: 0px; 
	list-style-type: none; 
	height: 100%;
	float: left;
}

.menu_index li {
	float: left;
	margin-right: 2px;
	width: 120px;
	height: 24px;
	text-align: center;
}

.menu_index a {
	width: 120px;
	height: 18px;
	background-image: url(immagini/menu/index/pulsante_orizzontale.gif);
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 6px;
}

.menu_index a:hover {
	width: 120px;
	height: 18px;
	background-image: url(immagini/menu/index/pulsante_orizzontale.gif);
	display: block;
	color: #f00;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 6px;
}

.sostituisci_menu {
	width: 240px;
	height: 24px;
	background-image: url(immagini/menu/index/pulsante_orizzontale.gif);
	background-repeat: repeat-x;
	float: left;
	margin-left: -2px;
}

/*-----------------*/
/* MENU PNEUMATICI */
/*-----------------*/

#menu_pneumatici ul {
	height: 30px;
	padding-right: 0px; 
	padding-left: 0px;
	margin-bottom: 20px;
	margin-left: 20%;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: auto; /*730px; */
	padding-top: 0px; 
	list-style-type: none; 
}

#menu_pneumatici li {
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
}

#menu_pneumatici_cerchi {
	padding-left: 20px;
}
#menu_pneumatici_cerchi ul {
	height: 30px;
	padding-right: 0px; 
	padding-left: 0px;
	margin-bottom: 20px;
	margin-left: 20%;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: auto; /*730px; */
	padding-top: 0px; 
	list-style-type: none; 
}

#menu_pneumatici_cerchi li {
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
}

#link_pneumatici a {
	width: 110px;
	height: 29px;
	background-image: url(immagini/menu/prodotti/pneumatici_off.gif);
	display: block;
}

#link_pneumatici a:hover {
	width: 110px;
	height: 29px;
	background-image: url(immagini/menu/prodotti/pneumatici_on.gif);
	display: block;
}

#link_pneumatici a:active {
	width: 110px;
	height: 29px;
	background-image: url(immagini/menu/prodotti/pneumatici_active.gif);
	display: block;
}

#link_cerchi a {
	width: 60px;
	height: 29px;
	background-image: url(immagini/menu/prodotti/cerchi_off.gif);
	display: block;
}

#link_cerchi a:hover {
	width: 60px;
	height: 29px;
	background-image: url(immagini/menu/prodotti/cerchi_on.gif);
	display: block;
}

#link_cerchi a:active {
	width: 60px;
	height: 29px;
	background-image: url(immagini/menu/prodotti/cerchi_active.gif);
	display: block;
}

#link_cingoli a {
	width: 70px;
	height: 29px;
	background-image: url(immagini/menu/prodotti/cingoli_off.gif);
	display: block;
}

#link_cingoli a:hover {
	width: 70px;
	height: 29px;
	background-image: url(immagini/menu/prodotti/cingoli_on.gif);
	display: block;
}

#link_cingoli a:active {
	width: 70px;
	height: 29px;
	background-image: url(immagini/menu/prodotti/cingoli_active.gif);
	display: block;
}

#link_antiforatura a {
	width: 110px;
	height: 29px;
	background-image: url(immagini/menu/prodotti/antiforatura_off.gif);
	display: block;
}

#link_antiforatura a:hover {
	width: 110px;
	height: 29px;
	background-image: url(immagini/menu/prodotti/antiforatura_on.gif);
	display: block;
}

#link_antiforatura a:active {
	width: 110px;
	height: 29px;
	background-image: url(immagini/menu/prodotti/antiforatura_active.gif);
	display: block;
}

/*---------------*/
/* MENU PRODOTTI */
/*---------------*/

ul.menu_prodotti {
	list-style-type: none; 
	margin: 0px !important;
	margin-top: 20px !important;
	padding: 0px !important;
}

#link_back_prodotti a {
	width: 264px;
	height: 20px;
	display: block;
	background-image: url(immagini/menu/prodotti/back_prodotti_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-right: 20px;
}

#link_back_prodotti a:hover {
	width: 264px;
	height: 20px;
	display: block;
	background-image: url(immagini/menu/prodotti/back_prodotti_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-right: 20px;
}


/*--------------*/
/* AREA PRIVATI */
/*--------------*/

#goto_area_privati {
	width: 100%;
	float: right;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 0px;
}

#goto_area_privati a {
	width: 220px;
	height: 30px;
	display: block;
	background-image: url(immagini/menu/ecommerce/area_privati_off.gif);
}

#goto_area_privati a:hover {
	width: 220px;
	height: 30px;
	display: block;
	background-image: url(immagini/menu/ecommerce/area_privati_on.gif);
	
}

#goto_area_business {
	width: 100%;
	float: right;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 0px;
}

#goto_area_business a {
	width: 220px;
	height: 30px;
	display: block;
	background-image: url(immagini/menu/ecommerce/area_business_off.gif);
}

#goto_area_business a:hover {
	width: 220px;
	height: 30px;
	display: block;
	background-image: url(immagini/menu/ecommerce/area_business_on.gif);
	
}


/*-----------------*/
/* AREA PNEUMATICI */
/*-----------------*/

#link_motoscooter a {
	width: 260px;
	height: 40px;
	display: block;
	background-image: url(immagini/menu/pneumatici/motoscooter_off.gif);
}

#link_motoscooter a:hover {
	width: 260px;
	height: 40px;
	display: block;
	background-image: url(immagini/menu/pneumatici/motoscooter_on.gif);
}

#link_suv a {
	width: 260px;
	height: 40px;
	display: block;
	background-image: url(immagini/menu/pneumatici/suv_off.gif);
}

#link_suv a:hover {
	width: 260px;
	height: 40px;
	display: block;
	background-image: url(immagini/menu/pneumatici/suv_on.gif);
}

#link_leggero a {
	width: 260px;
	height: 40px;
	display: block;
	background-image: url(immagini/menu/pneumatici/leggero_off.gif);
}

#link_leggero a:hover {
	width: 260px;
	height: 40px;
	display: block;
	background-image: url(immagini/menu/pneumatici/leggero_on.gif);
}

#link_autobus a {
	width: 260px;
	height: 40px;
	display: block;
	background-image: url(immagini/menu/pneumatici/autobus_off.gif);
}

#link_autobus a:hover {
	width: 260px;
	height: 40px;
	display: block;
	background-image: url(immagini/menu/pneumatici/autobus_on.gif);
}

#link_agricoltura a {
	width: 260px;
	height: 40px;
	display: block;
	background-image: url(immagini/menu/pneumatici/agricoltura_off.gif);
}

#link_agricoltura a:hover {
	width: 260px;
	height: 40px;
	display: block;
	background-image: url(immagini/menu/pneumatici/agricoltura_on.gif);
}

#link_industriali a {
	width: 260px;
	height: 40px;
	display: block;
	background-image: url(immagini/menu/pneumatici/industriali_off.gif);
}

#link_industriali a:hover {
	width: 260px;
	height: 40px;
	display: block;
	background-image: url(immagini/menu/pneumatici/industriali_on.gif);
}

#link_terra a {
	width: 260px;
	height: 40px;
	display: block;
	background-image: url(immagini/menu/pneumatici/terra_off.gif);
}

#link_terra a:hover {
	width: 260px;
	height: 40px;
	display: block;
	background-image: url(immagini/menu/pneumatici/terra_on.gif);
}

