﻿/*MENU TOTALE */

ul#mnucategorie
{
    margin: 0;
    border: 0 none;
    padding: 0;
    list-style: none;
    z-index:20;
    
}
    
/*LINK DI PRIMO LIVELLO */
ul#mnucategorie li
{
    padding-bottom:2px;
    padding-top:2px;
    
}

ul#mnucategorie li a
{
    background-repeat:no-repeat;
	color:#ffffff;
	padding:0px 20px 5px 0px;
	padding-right:20px;
	text-align:left;
	background-color:transparent;
	height:20px; 
	vertical-align:bottom;
	font-size:9px;
	text-transform:uppercase; 
	text-decoration:none;
	 position: relative; 
}

ul#mnucategorie li a:hover
{
	color: #ff6600;
	background-position:right;
	background-repeat:no-repeat;
	background-image:url(/app/catalogo/img/arrow_on.gif);
}

/* SOTTOLIVELLI */
ul#mnucategorie li ul
{
    position:relative;
    left:-30px;
    list-style: none;
}
ul#mnucategorie li li a
{
	padding-right:20px;
	padding-bottom:5px;
	color:#ffffff;
	text-align:left;
	font-size:9px;
	text-transform:capitalize;
	list-style:none;
}
ul#mnucategorie li li a:hover
{
	color: #ff6600;
	background-position:right;
	background-repeat:no-repeat;
	background-image:url(/app/catalogo/img/arrow_on.gif);
}

/* ELEMENTO SELEZIONATO */
ul#mnucategorie a.selezionato 
{
	color: #ff6600;	
}