.contenedorMenu {
    height: 37px;
    width: 930px;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    font-family: Verdana, Arial;
    font-size: 12px;
    background-color: #7ea3c1;
    background-image: url(../../images/maqueta/fondo_menu_header.jpg);
}
.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: 12px;
    margin: 0px auto;
    width: 130px;
    font-family: verdana, sans-serif;
    position: relative;
    height: 37px;
    text-align: center;
    margin-right: 0px;
    color: White;
    z-index: 3;
}

.menu UL LI:hover {
    z-index: 1000;
    boder-left: 1px solid #2376bc;
    boder-right: 1px solid #2376bc;
    background-color: #2376bc;
    background-image: url(../../images/maqueta/fondo_menu_header_over.jpg);
}

.menu UL LI.submenu {
    font-size: 12px;
    font-family: verdana, sans-serif;
    position: relative;
    height: 25px;
    text-align: left;
    background: #e8fcfe;
    color: White;
    margin: 0px;
    padding-top: 5px;
    width: 100%;
}

.menu UL LI A {
    display: block;
    color: White;
    line-height: 37px;
    height: 37px;
    text-decoration: none;
}
.menu UL LI UL {
    left: 0px;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0px;
    height: 0px;
}
.menu UL LI:hover UL {
    border: #c0edf2 1px solid;
    border-top: none;
    visibility: visible;
    overflow: visible;
    width: 200px;
    position: absolute;
    top: 37px;
    height: auto;
}
.menu UL LI:hover UL LI A {
    font-family: verdana, sans-serif;
    font-size: 11px;
    padding-right: 10px;
    display: block;
    padding-left: 15px;
    background: none transparent scroll repeat 0% 0%;
    padding-bottom: 5px;
    width: 100%;
    color: #4ec1cc;
    line-height: 11px;
    padding-top: 5px;
    height: auto;
    text-decoration: none
}
.menu UL LI:hover UL LI A:hover {
    font-family: verdana, sans-serif;
    font-size: 11px;
    color: #ffa200;
    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
}