.webfx-menu, .webfx-menu * {
    /*
    box-sizing:         content-box;
    -moz-box-sizing:    content-box;
    */
}
/* AREA DEL MENU ITEM*/
.webfx-menu {
    position:           absolute;
    /*z-index:            100;*/
    visibility:         hidden;
    /*width:              100px;*/
    width:              170px;
    border:             1px solid #C0D580;
    padding:            0px;
    background:         #EFF4DF;
/*  filter:             progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=4) alpha(Opacity=90);*/
/*  -moz-opacity:        0.9;*/
}

/* MENU ITEM*/
.webfx-menu a {
    display:            block;
    /*width:              expression(constExpression(ieBox ? "100%": "auto"));    /* should be ignored by mz and op */*/
    width:170px;
    height:             expression(constExpression(ie7 ? "13px" : "1px"));
    /*overflow:           visible;*/
    padding:            4px;
    font-size:          12px;
    font-family:        Verdan, Helvetica, Sans-Serfif;
    text-decoration:    none;
    font-weight:        bolder;
    /*vertical-align:     center;*/
    color:              #759B00;
    border:             1px #C0D580 solid;
}
.webfx-menu a:visited,
.webfx-menu a:visited:hover {
    color:    #759B00;
}

.webfx-menu a:hover {
    color:             #759B00;
    background:        #C0D580;
    border:            1px solid #C0D580;
}

.webfx-menu a .arrow {
    float:           right;
    border:          0;
    width:           3px;
    margin-right:    3px;
    margin-top:      4px;
}

/* separtor */
/*
.webfx-menu div {
    height:            expression(constExpression(ieBox ? "2px" : "0"));
    border-top:        0px #C0D580;
    border-bottom:     0px #C0D580;
    overflow:          hidden;
    #margin:            2px 0px 2px 0px;
    font-size:         0mm;
}
*/
/*BARRA DE FONDO*/
.webfx-menu-bar {
    background:      #C0D580;
    padding:        2px;
    font-family:    Verdana, Helvetica, Sans-Serif;
    font-size:      12px;
    padding:        expression(constExpression(ie50 ? "0px" : "2px"));
	margin-left:	15px;
}

.webfx-menu-bar a,
.webfx-menu-bar a:visited {
    border:             0px ;
    padding:            1px 10px 1px 10px;
    font-size:      11px;
    color:#666600;;
    text-decoration:    none;
    font-weight: bold;
    height:        expression(constExpression(ie50 ? "17px" : "auto"));
}

.webfx-menu-bar a:hover {
    color:            #759B00;
    background:       #C0D580 ;
    border-left:      0px;
    border-right:     0px;
    border-top:       0px;
    border-bottom:    0px;
}

.webfx-menu-bar a .arrow {
    border:            0;
    float:            none;
}

.webfx-menu-bar a:active, .webfx-menu-bar a:focus {
    -moz-outline:   none;
    outline:        none;
    ie-dummy:       expression(this.hideFocus=true);
    border-left:    0px;
    border-right:   0px;
    border-top:     0px;
    border-bottom:  0px;
}
.webfx-menu-empty {
    display:            block;
    border:             1px solid white;
    padding:            2px 5px 2px 5px;
    font-size:          11px;
    font-family:        Tahoma, Verdan, Helvetica, Sans-Serfif;
    color:              black;
}
