﻿
#menu
{
    background-position: 25px top;
    width: 825px;
    height: 36px;
    padding-left: 25px;
    text-align: left;
    background-image: url(../images/fondo_menu.png);
    background-repeat: no-repeat;
}
#menu a:link, #menu a:visited
{
    color: #ffffff;
	text-decoration: none;
}
#menu a:hover, #menu a:active
{
    color:#ffffff;
	text-decoration: none;
}
.menu_offelleria
{
    float: left;
    width: 105px;
    height: 20px;
    padding-left: 16px;
    padding-right: 8px;
    padding-top: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
    letter-spacing: 0.15em;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
}
.menu_offelleria:hover
{
    background-image: url( '../images/menu_hover.png' );
    background-repeat: repeat-x;
    background-position: left top;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
}
.menu_prodotti
{
    float: left;
    width: 74px;
    height: 20px;
    padding-left: 17px;
    padding-right: 8px;
    padding-top: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
    letter-spacing: 0.15em;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
}
.menu_prodotti:hover
{
    background-image: url('../images/menu_hover.png');
    background-repeat: repeat-x;
    background-position: left top;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
}
.menu_negozi
{
    float: left;
    width: 109px;
    height: 20px;
    padding-left: 20px;
    padding-right: 8px;
    padding-top: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
    letter-spacing: 0.15em;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
}
.menu_negozi:hover
{
    background-image: url('../images/menu_hover.png');
    background-repeat: repeat-x;
    background-position: left top;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
}
.menu_contatti
{
    float: left;
    width: 56px;
    margin-left: 290px;
    height: 19px;
    text-align: right;
    padding-top: 16px;
    padding-right: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
    letter-spacing: 0.02em;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #684013;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #502f0e;
}
.menu_contatti:hover
{
    background-image: url('../images/menu_hover.png');
    background-repeat: repeat-x;
    background-position: left top;
    border-left-style: dotted;
    border-left-width: 1px;
    border-left-color: #FFFFFF;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
}
.menu_stampa
{
    float: left;
    width: 56px;
    height: 19px;
    text-align: right;
    padding-top: 16px;
    padding-right: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
    letter-spacing: 0.02em;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #502f0e;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #3b1f0b;
}
.menu_stampa:hover
{
    background-image: url( '../images/menu_hover.png' );
    background-repeat: repeat-x;
    background-position: left top;
    border-left-style: dotted;
    border-left-width: 1px;
    border-left-color: #FFFFFF;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
}
