.contenedorMenu {
    height: 35px;
    width: 970px;
    margin: auto;
    font-size: 12px;
    background-image: url(../../images/fondo_menu_top.jpg);
    background-color: transparent;
    padding-left: 5px;
    padding-right: 5px;
}
.menu UL {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
    list-style-type: none;
}

.menu UL LI {
    float: left;
    position: relative;
    font-size: 11px;
    margin: 0px auto;
    width: 110px;
    position: relative;
    height: 35px;
    text-align: center;
    margin-right: 0px;
    color: White;
    z-index: 5;
    background-image: url(../../images/linea_menu.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

.menu UL LI:hover {
    z-index: 1000;
    boder-left: 1px solid #333;
    boder-right: 1px solid #333;
}

.menu UL LI.submenu {
    font-size: 12px;
    font-family: verdana, sans-serif;
    position: relative;
    height: 25px;
    text-align: left;
    background: #e3e3e3;
    color: White;
    margin: 0px;
    padding-top: 5px;
    width: 100%;
}

.menu UL LI.submenu:hover {
    background: #c7c7c7;
}

.menu UL LI A {
    display: block;
    color: White;
    line-height: 35px;
    height: 35px;
    text-decoration: none;
    font-family: Verdana, Arial;
}
.menu UL LI UL {
    left: 0px;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0px;
    height: 0px;
}
.menu UL LI:hover UL {
    border: #b1b1b1 1px solid;
    border-top: none;
    visibility: visible;
    overflow: visible;
    width: 200px;
    position: absolute;
    top: 35px;
    height: auto;
}
.menu UL LI:hover UL LI A {
    padding-right: 10px;
    display: block;
    padding-left: 15px;
    background: none transparent scroll repeat 0% 0%;
    padding-bottom: 5px;
    width: 100%;
    color: #777;
    line-height: 11px;
    padding-top: 5px;
    height: auto;
    text-decoration: none
}
.menu UL LI:hover UL LI UL {
    left: 0px;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0px;
    height: 0px;
}
.menu UL LI:hover UL LI:hover UL {
    left: 200px;
    visibility: visible;
    color: #000;
    position: absolute;
    top: 0px;
    height: auto
}
