form {
margin: 0;
padding: 0;
}
#ga_menu_wrap {
position: fixed;
bottom: 0px;
left: 0;
width: 100%;
margin: 0 auto;
text-align: center;
background: url('../images/ga_menu/bg_grey_0.png') center left repeat-x #DDDDDD;
border-top: 1px solid #DDDDDD;
z-index: 40;
}
#ga_menu {
text-align: left;
margin: 0 auto;
width: 1000px;
padding-top: 2px;
border-top: 1px solid #AAAAAA;
}
.ga_button {
position: relative;
width: 150px;
border: 1px outset #EEEEEE;
}
.ga_button.wicon {
width: 50px;
}
.ga_button.wicon a {
padding: 1px 0;
}
.ga_button.bggrey0 { background-color: transparent; }
.ga_button.bgred0 { background-color: #FFAAAA; }
.ga_button.bgred1 { background-color: #FFCCCC; }
.ga_button.bggrey1 { background-color: #EEEEEE; }
.ga_button.bggrey2 { background-color: #EEEEEE; }

.ga_button a {
display: block;
height: 100%;
width: 100%;
padding: 5px 0;
text-align: center;
text-decoration: none;
color: #000000;
font-weight: bold;
background: url('../images/ga_menu/arrow_u_0.gif') center right no-repeat;
}
.ga_button a:hover { 
background: url('../images/ga_menu/arrow_u_1.gif') center right no-repeat;
color: #990000;
}
.ga_button.borderb { border-bottom: 1px outset #EEEEEE; }
.ga_button.arrowr a { background-image: url('../images/ga_menu/arrow_r_0.gif'); }
.ga_button.arrowr a:hover { background-image: url('../images/ga_menu/arrow_r_1.gif'); }
.ga_button.arrowl a { background: url('../images/ga_menu/arrow_l_0.gif') center left no-repeat; }
.ga_button.arrowl a:hover { background: url('../images/ga_menu/arrow_l_1.gif') center left no-repeat; }
.ga_button.noarrow a, .ga_button.noarrow a:hover { background-image: url('none'); }

.subriquadro {
position: absolute;
bottom: 22px;
width: 250px;
background: #EEEEEE;
z-index: 50;
display: none;
padding: 5px;
color: #000000;
border: 1px outset #EEEEEE;
text-align: left;
}
.subriquadro a {
display: inline;
/*padding: auto;*/
background-image: url();
}
.subriquadro a:hover {
background-image: url();
}
.submenu {
position: absolute;
bottom: 22px;
width: 150px;
background: #555555;
z-index: 50;
display: none;
}
.submenu.sub, .subriquadro.sub {
left: 150px;
bottom: 0;
z-index: 60;
}
.submenu.subright, .subriquadro.subright {
left: 0px;
z-index: 60;
}
.submenu.subright.subr, .subriquadro.subright.subr {
left: -150px;
bottom: 0;
z-index: 60;
}
.subriquadro.subright.subr {
left: -260px;
}
.hrv {
    float: left;
    padding: 0px 0 5px 2px;
    margin: 3px 0 0 2px;
    border-left: 1px solid #AAAAAA;
}
.ga_logo {
border: 1px outset #EEEEEE;
margin-left: 3px;
}

