.contenedorMenu {
    height: 29px;
    width: 900px;
    margin: auto;
    text-align: center;
    font-family: Verdana, Arial;
    font-size: 12px;
}

/** 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: 11px;
    margin: 0px auto;
    width: 149px;
    font-family: verdana, sans-serif;
    position: relative;
    height: 29px;
    text-align: center;
    margin-right: 1px;
    color: White;
    z-index: 3;
    background-image: url(../../images/maqueta/fondo_menu_header.jpg);
    background-repeat: no-repeat;
}

.menuHeader UL LI:hover {
    z-index: 1000;
    background-color: #fff;
    background-image: url(../../images/maqueta/fondo_menu_header_over.jpg);
}

.menuHeader UL LI A {
    display: block;
    color: #b80000;
    line-height: 29px;
    height: 29px;
    text-decoration: none;
}

/** deep 2 **/

.menuHeader UL LI UL {
    left: -1px;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0px;
    height: 0px;
}

.menuHeader UL LI:hover UL {
    border: #e98585 1px solid;
    border-top: none;
    visibility: visible;
    overflow: visible;
    width: 200px;
    position: absolute;
    top: 29px;
    height: auto;
}

.menuHeader UL LI UL LI {
    font-size: 12px;
    font-family: verdana, sans-serif;
    position: relative;
    height: 25px;
    text-align: left;
    background: #fff;
    color: White;
    margin: 0px;
    padding-top: 5px;
    width: 100%;
	opacity: .9;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.menuHeader UL LI UL LI:hover {
    background: #f3caca;
}

.menuHeader UL LI UL LI A {
    padding-right: 10px;
    display: block;
    padding-left: 15px;
    background: none transparent scroll repeat 0% 0%;
    padding-bottom: 5px;
    width: 100%;
    color: #e04747;
    line-height: 11px;
    padding-top: 5px;
    height: auto;
    text-decoration: none
}

/** 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: 190px;
    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: 190px;
    height: auto;
}
