/********************************************
* sicoloarredamenti.it
* Design-Developed by Comma3
* http://www.comma3.com
*
* Creato 5/7/2007 
*
* Menu Style
********************************************/

#BgMenu {
    background: url(/images/nav_bg.gif) top left no-repeat;
    padding: 0 3px;
}

#nav {
    margin: 30px 0px 0px 30px;
    padding: 0px;
    width: 204px;
}

#nav:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    height: 100%;
}

#nav li {
    margin: 10px 0px 0px 0px;
    padding: 0;
    list-style-type: none;
    /*display: inline;*/
}

#nav a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    width: 150px;
    overflow: hidden;
    /*float: right;*/
}

#nav a#home {
    background:  url(../img/nav/nav_home.gif) top left no-repeat;
    height: 20px;
}
#nav a#azienda {
    background:  url(../img/nav/nav_azienda.gif) top left no-repeat;
    height: 20px;
}
#nav a#ideearredo {
    background:  url(../img/nav/nav_ideearredo.gif) top left no-repeat;
    height: 20px;
}
#nav a#marchi {
    background:  url(../img/nav/nav_marchi.gif) top left no-repeat;
    height: 20px;
}
#nav a#servizi {
    background:  url(../img/nav/nav_servizi.gif) top left no-repeat;
    height: 20px;
}
#nav a#news {
    background:  url(../img/nav/nav_news.gif) top left no-repeat;
    height: 20px;
}
#nav a#contatti {
    background:  url(../img/nav/nav_contatti.gif) top left no-repeat;
    height: 20px;
}

/* HOVER nav */
#nav a:hover#home, li#home-on a#home {
    background: url(../img/nav/on_home.gif) bottom left no-repeat;
}

#nav a:hover#azienda, li#azienda-on a#azienda {
    background: url(../img/nav/on_azienda.gif) bottom left no-repeat;
}

#nav a:hover#ideearredo, li#ideearredo-on a#ideearredo {
    background: url(../img/nav/on_ideearredo.gif) bottom left no-repeat;
}

#nav a:hover#marchi, li#marchi-on a#marchi {
    background: url(../img/nav/on_marchi.gif) bottom left no-repeat;
}

#nav a:hover#servizi, li#servizi-on a#servizi {
    background: url(../img/nav/on_servizi.gif) bottom left no-repeat;
}

#nav a:hover#news, li#news-on a#news {
    background: url(../img/nav/on_news.gif) bottom left no-repeat;
}

#nav a:hover#contatti, li#contatti-on a#contatti {
    background: url(../img/nav/on_contatti.gif) bottom left no-repeat;
}



/* STYLE MENU CATEGORIE PRODOTTI (sub menu)*/
#subnav {
    margin: 5px 0px 0px 30px;
    padding: 0px;
    width: 126px;
}

#subnav div {
    margin: 0px 0px 10px 0px;
    padding: 0;
    list-style-type: none;
    /*display: inline;*/
}

#subnav a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    width: 126px;
    overflow: hidden;
    /*float: right;*/
}

#subnav a#soggiorno {
    background:  url(../img/nav/subnav_soggiorni.gif) top left no-repeat;
    height: 14px;
}
#subnav a#soggiorni {
    background:  url(../img/nav/subnav_soggiorni.gif) top left no-repeat;
    height: 14px;
}
#subnav a#camere {
    background:  url(../img/nav/subnav_camere.gif) top left no-repeat;
    height: 14px;
}

#subnav a#camere_da_letto {
    background:  url(../img/nav/subnav_camere.gif) top left no-repeat;
    height: 14px;
}
#subnav a#camerette {
    background:  url(../img/nav/subnav_camerette.gif) top left no-repeat;
    height: 14px;
}
#subnav a#cucine {
    background:  url(../img/nav/subnav_cucine.gif) top left no-repeat;
    height: 14px;
}
#subnav a#complementi {
    background:  url(../img/nav/subnav_complementi.gif) top left no-repeat;
    height: 14px;
}
#subnav a#divani {
    background:  url(../img/nav/subnav_divani.gif) top left no-repeat;
    height: 14px;
}
#subnav a#armadi {
    background:  url(../img/nav/subnav_armadi.gif) top left no-repeat;
    height: 14px;
}


/* HOVER subnav */
#subnav a:hover#soggiorni, div#soggiorni-on a#soggiorni {
    background: url(../img/nav/subnav_soggiorni_on.gif) bottom left no-repeat;
}
#subnav a:hover#soggiorni, div#soggiorno-on a#soggiorno {
    background: url(../img/nav/subnav_soggiorni_on.gif) bottom left no-repeat;
}
#subnav a:hover#camere, div#camere-on a#camere {
    background: url(../img/nav/subnav_camere_on.gif) bottom left no-repeat;
}
#subnav a:hover#camere_da_letto, div#camere_da_letto-on a#camere_da_letto {
    background: url(../img/nav/subnav_camere_on.gif) bottom left no-repeat;
}
#subnav a:hover#camerette, div#camerette-on a#camerette {
    background: url(../img/nav/subnav_camerette_on.gif) bottom left no-repeat;
}
#subnav a:hover#cucine, div#cucine-on a#cucine {
    background: url(../img/nav/subnav_cucine_on.gif) bottom left no-repeat;
}
#subnav a:hover#complementi, div#complementi-on a#complementi {
    background: url(../img/nav/subnav_complementi_on.gif) bottom left no-repeat;
}
#subnav a:hover#divani, div#divani-on a#divani {
    background: url(../img/nav/subnav_divani_on.gif) bottom left no-repeat;
}
#subnav a:hover#armadi, div#armadi-on a#armadi {
    background: url(../img/nav/subnav_armadi_on.gif) bottom left no-repeat;
}

