
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
position: relative;
width: 100%;
height: 60px;
overflow: hidden;
}

#imageMenu ul {
list-style: none;
margin: 0px;
display: block;
height: 60px;
width: 100%;

}

#imageMenu ul li {
float:left;
}

#imageMenu ul li a {
text-indent: -1000px;
background:#FFFFFF none repeat scroll 0%;
border-right: 2px solid #fff;
cursor:pointer;
display:block;
overflow:hidden;
width:150px;
height: 60px;
}



#imageMenu ul li.singoliSubito a {
# background: url(http://www.negozionweb.net/ecommerce/client/templates/default/menuProd/images/psvi.png) repeat scroll 0%;
  background: url(http://www.negozionweb.net/swf/prodotti-singoli-immediata.swf) repeat scroll 0%;


}


#imageMenu ul li.singoliFuturo a {
#	background: url(http://www.negozionweb.net/ecommerce/client/templates/default/menuProd/images/psvf.png) repeat scroll 0%;
	background: url(http://www.negozionweb.net/swf/prodotti-singoli-futura.swf) repeat scroll 0%;

}
#imageMenu ul li.multipliSubito a {
#	background: url(http://www.negozionweb.net/ecommerce/client/templates/default/menuProd/images/pmvi.png) repeat scroll 0%;
   background: url(http://www.negozionweb.net/swf/prodotti-multipli-immediata.swf) repeat scroll 0%;

}  
#imageMenu ul li.multipliFuturo a {
#	background: url(http://www.negozionweb.net/ecommerce/client/templates/default/menuProd/images/pmvf.png) repeat scroll 0%;
	background: url(http://www.negozionweb.net/swf/prodotti-multipli-futura.swf) repeat scroll 0%;

}

.clear {
	clear: both;
}

/*************************************************************/

