#menu {
    background-color: #505050;
    height: 33px;
    background-image: url('http://www.bettingway.com/www/menu1/sfondo_menu1.png');
    background-repeat: repeat-x;

}
#menu div.top {
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    height: 33px;

    width: 100%;
}
#menu div.section {
    position: absolute;
    display: inline;
}
#menu div.box {
    background-color: #F0F3FA;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
    border-color: #666666;
    border-width: 1px;
    border-style: none solid solid solid ;



    visibility: hidden;
    width: 100%;
}
#menu a {
    font-family: verdana;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    font-family: verdana;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}