﻿	a, a:visited, a:hover, a:link { color: #fff; text-decoration:none;}
	h1 { font-size: 24px; }
    .bar-menu {
    }
    .bar-menu .box1 {
        background: url("images/button1.gif") no-repeat;
        color: #f9f9f9;
    }
    .bar-menu .box1-hover {
        background: url("images/button1.gif") no-repeat;
        color: #FFEBA9;
    }
    .bar-menu .box1-open {
        background: url("images/button1-click.gif") no-repeat;
        color: #f9f9f9;
    }
    .bar-menu .box1-open-hover {
        background: url("images/button1-click.gif") no-repeat;
        color: #FFEBA9;
    }
    .bar-menu .box1,
    .bar-menu .box1-hover,
    .bar-menu .box1-open,
    .bar-menu .box1-open-hover {
        text-indent: 12px;
        font-weight: bold;
        font-size: 11px;
        line-height: 31px;
        font-family: arial;
        cursor: pointer;
        width: 150px;
    }
    .bar-menu .section {
        background-color: #A3A3A3;/*colore*/
        font-family: arial;
        font-size: 11px;
        line-height: 15px;
        padding: 0 0 5px 10px;
        display: none;
    }
    .bar-menu .section a {
        color: #ffffff;
        text-decoration: none;
        white-space: nowrap;
    }
    .bar-menu .section a:hover {
        color: #FFFF99;
        text-decoration: none;
        white-space: nowrap;
    }
    .bar-menu .box2 {
        border-color: #ffffff;
        border-width: 1px;
        border-style: none none solid solid;
        padding: 1px 0 2px 6px;
    }
    .bar-menu .box2-hover {
        border-color: #ffffff;
        border-width: 1px;
        border-style:  none none solid solid;
        padding: 1px 0 2px 6px;
        background: #BFBFBF;
    }


