.contenedorMenu {
	width: 894px;
    height: 35px;
    margin: auto;
    text-align: center;
    font-family: Verdana, Arial;
    font-size: 12px;
    background-color: White;
    background-image: url(../../images/maqueta/fondo_menu_header.jpg);
    padding-left: 3px;
    padding-right: 3px;
    margin: auto;
}


/** deep 1 **/

.menuHeader UL {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
    list-style-type: none;
}

.menuHeader UL LI {
    float: left;
    position: relative;
    font-size: 12px;
    margin: 0px auto;
    font-family: verdana, sans-serif;
    position: relative;
    height: 35px;
    text-align: center;
    margin-right: 0px;
    color: White;
    z-index: 3;
    background-image: url(../../images/maqueta/fondo_menu_separacion.jpg);
    background-position: right;
    background-repeat: no-repeat;
}

.menuHeader UL LI:hover {
    z-index: 1000;
    background-image: url(../../images/maqueta/fondo_menu_header_hover.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

.menuHeader UL LI A {
    display: block;
    color: #747474;
    line-height: 35px;
    height: 35px;
    text-decoration: none;
    padding-left: 27px;
    padding-right: 27px;
}

.menuHeader UL LI A:hover {
    color: White;
}

/** deep 2 **/

.menuHeader UL LI UL {
    left: 0px;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0px;
    height: 0px;
}

.menuHeader UL LI:hover UL {
    border: #dfdede 1px solid;
    visibility: visible;
    overflow: visible;
    width: 180px;
    position: absolute;
    top: 35px;
    height: auto;
    background-color: #dfdede;
    background-image: url(../../images/maqueta/fondo_submenu.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.menuHeader UL LI UL LI {
    font-size: 11px;
    font-family: verdana, sans-serif;
    position: relative;
    height: 25px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    width: 100%;
    background-image: none;
    border-bottom: 1px dotted Silver;
}

.menuHeader UL LI UL LI:hover {
    background-color: none;
    background-image: none;
}

.menuHeader UL LI UL LI A {
    padding-right: 10px;
    display: block;
    padding-left: 10px;
    background: none transparent scroll repeat 0% 0%;
    padding-bottom: 5px;
    width: 100%;
    color: #333;
    line-height: 11px;
    padding-top: 5px;
    height: auto;
    text-decoration: none;
}

.menuHeader UL LI UL LI A:hover {
	color: #333;
    text-decoration: underline;
}

/** deep 3 **/

.menuHeader UL LI UL LI UL {
    visibility: hidden;
    overflow: hidden;
    position: relative;
}

.menuHeader UL LI:hover UL LI UL{
    left: 0px;
    visibility: hidden;
    overflow: hidden;
    top: 0px;
    height: 0px;
}

.menuHeader UL LI UL LI:hover UL{
    visibility: visible;
    overflow: visible;
    position: relative;
    top: -27px;
    left: 180px;
    height: auto;
}

/** deep 4 **/

.menuHeader UL LI UL LI UL LI UL {
    visibility: hidden;
    overflow: hidden;
    position: relative;
}

.menuHeader UL LI UL LI:hover UL LI UL{
    left: 0px;
    visibility: hidden;
    overflow: hidden;
    top: 0px;
    height: 0px;
}

.menuHeader UL LI UL LI UL LI:hover UL{
    visibility: visible;
    overflow: visible;
    position: relative;
    top: -27px;
    left: 199px;
    height: auto;
}