.webfx-menu {
        border:                1px solid black;
        background:        white;
}

.webfx-menu-empty {
        border:                1px solid white;
        font-size:        11px;
        color:                black;
}

.webfx-menu a {                        /* style for menu items displayed in the drop-downs */
        font-size:        10px;
        color:                black;
        border:                1px solid white;
}

.webfx-menu a:visited,
.webfx-menu a:visited:hover {/* style for menu items displayed in the drop-downs */
        color:        black;
}
.webfx-menu a:hover {
        color:                black;
        font-size:        10px;
        background:        #FFFFFF;
        border:                1px solid #0080F0;
}
.webfx-menu a .arrow {}

/* separtor */
.webfx-menu div {
        border-top:                1px solid #FFFFFF;
        border-bottom:        1px solid #0080F0;
}
.webfx-menu-bar {        /*FONDO DEL MENU*/
        background:        transparent; /* set the color of the div container for the entire menu */
        color:                #606020;
        font-size:        11px;

        border-bottom: 0px solid #D5D5B9; /*fixup for Bolero*/
}

.webfx-menu-bar a,
.webfx-menu-bar a:visited {
        border:                        0px solid #0080F0; /* border of primary menu items */
        padding:                1px 5px 1px 20px;
        background-image: url('../img/ico_bullet_pl1.gif');
        background-repeat: no-repeat;
        background-position: 5px;

        color:                        #606020;
        text-decoration:        none;
        font-weight:         bolder;
}

.webfx-menu-bar a:hover {
        color:                        #215664;
        background:                transparent; /* color for hover over the primary menu items visible on the menu-bar */

        background-image:        url('../img/ico_bullet_pl1.gif');
        background-position: 5px;
        background-repeat:        no-repeat;

        border-left:        0px solid rgb(235,255,243);/*rgb(234,242,255);*/
        border-right:        0px solid #005ca2;/*rgb(0,66,174);*/
        border-top:                0px solid rgb(235,255,243);/*rgb(234,242,255);*/
        border-bottom:        0px solid #005ca2;/*rgb(0,66,174);*/
}

.webfx-menu-bar a:active, .webfx-menu-bar a:focus {
        border-left:        0px solid #002dac;
        border-right:        0px solid rgb(235,255,243);/*rgb(234,242,255);*/
        border-top:                0px solid #002dac;
        border-bottom:        0px solid rgb(235,255,243);/*rgb(234,242,255);*/
        background:                transparent; /* color of menu item when clicked and active */
        background-image:                url('../img/ico_bullet_pl1.gif');
        background-position: 5px;
        background-repeat: no-repeat;
}

