/* ================================================================ 
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
        color: #fff;
        background: #036;
        border: 1px solid #80cce6; /* si quito el bode se descoloca ie6 */
        position:relative;
        margin:0;
        margin:2px 0 0px 0;
        z-index:100;
}
        
.menu ul li a, .menu ul li a:visited {
        display:block;
        text-decoration:none;
        color: #fff;
        text-align:center;
        line-height:15px;
}
                                        
                                        
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}
.menu ul li ul:hover {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {

        /*color:#000;
        background:#036;
        width: 120px;
        text-align: left;
        border: 1px solid #fff;*/
}

.menu ul li:hover ul {
        display:block;
        position:absolute;
        top: 16px;
        left: 0;
        width: 128px;/* width:105px; */
}

.menu ul li:hover ul li ul {display: none;}

.menu ul li:hover ul li:hover ul {display:block; position:absolute; left: 122px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}
