.menu-top ul {
    margin: 0;
    padding: 0;
}

.menu-top {    
    margin:0 auto;
}

.menu-top:before,
.menu-top:after {
    content: "";
    display: table;
}

.menu-top:after {
    clear: both;
}

.menu-top {
    zoom:1;
}

.menu-top li {  
    border-right: 1px solid #fff; 
    position: relative;
    list-style:none;
    text-align:center;
    height: 47px;   
    line-height:11px;
    display: table-cell;
    vertical-align: middle;
    padding:0 70px;
}
.menu-top li:last-child{border-right: 0;}

.menu-top a { 
    color: #fff;
    text-transform: uppercase;
    font: bold 11pt Roboto;    
    text-decoration: none; 
}

.menu-top li:hover > a {
    color: #FFCE00;
}

*html .menu-top li a:hover { /* IE6 only */
    color: #FFCE00;
}

.menu-top ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top:61px;
    left: 0;
    z-index:-1;
    background: #FFCE00; 
    border-radius:1px 1px 0px 0px;
    box-shadow:0.1em 0.1em 8px 5px rgba(0,0,0,0.6);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}

.menu-top li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;

}

.menu-top ul ul {
    top: 0;
    left: 10px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
   /* -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    box-shadow: -1px 0 0 rgba(255,255,255,.3);*/

}
.tri-menu{      
    background:url(../images/triangulo.png)no-repeat;
    height:18px;
    position: absolute;
    top:-7px;
    left:40px;
    right:0; 
    width:43px;
    z-index:6;
}
.menu-top ul li {
    float: none;
    text-align:left;
    padding:0 20px; 
   /* width:3250px;*/
    font-family: Roboto-l;
    font-weight:300;
    font-style: normal;
    font-size:15px;
/*    display: inline;*/
    border: 0;
    _line-height: 0; /*IE6 only*/
/*    -moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
    -webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
    box-shadow: 0 1px 0 #111, 0 2px 0 #666;*/

}

.menu-top ul li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

}

.menu-top ul a {
    padding:7px;
    width:auto; 
    _height: 10px; /*IE6 only*/
   /* float:left;*/
    white-space: nowrap;
    color:#404041;
    text-transform: none;

}

.menu-top ul a:hover {

    background:url(../images/active.png)no-repeat center bottom;
    color:#E2231A;
    text-decoration: none;
    

/*    background-image: -moz-linear-gradient(#B40404, #B40404);

    background-image: -webkit-gradient(linear, left top, left bottom, from(#B40404), to(#B40404));

    background-image: -webkit-linear-gradient(#B40404, #B40404);

    background-image: -o-linear-gradient(#B40404, #B40404);

    background-image: -ms-linear-gradient(#B40404, #B40404);

    background-image: linear-gradient(#B40404, #B40404);*/

}

.menu-top ul li:first-child > a {

    -moz-border-radius: 3px 3px 0 0;

    -webkit-border-radius: 3px 3px 0 0;

    border-radius: 3px 3px 0 0;

}

.menu-top ul li:first-child > a:after {

    content: '';

    position: absolute;

    left: 40px;

    top: -6px;


}

.menu-top ul ul li:first-child a:after {

    left: -6px;

    top: 50%;

    margin-top: -6px;

    border-left: 0;



}

.menu-topul li:first-child a:hover:after {

    

}

.menu-top ul ul li:first-child a:hover:after {



}

.menu-top ul li:last-child > a {

    -moz-border-radius: 0 0 3px 3px;

    -webkit-border-radius: 0 0 3px 3px;

    border-radius: 0 0 3px 3px;

}