.desplegable{
background-repeat: no-repeat;
background-position:100% 50%;
}
ul li{
list-style-type:none;
border-radius: 0 9px 0 0;
}
.lista{
background-color:#009cde;
padding:0px;
margin: 0;
height:40px;
list-style-type:none;
}
.lista li{
float:left;
}
.lista li a{
padding-left:40px;
padding-right:30px;
color:#fff;
font-size:12px;
font-family: 'Open Sans', arial;
display:block;
text-decoration:none;
line-height:40px;
}
.lista ul{
position:absolute;
left:-9999px;
top:-9999px;
list-style-type:none;
background-image:none;
}
.lista li:hover{
position:relative;
background:black;
}
li.desplegable:hover{
position:relative;
background-repeat: no-repeat;
background-position:100% 50%;
}
.lista li:hover ul{
left:0px;
top:40px;
padding:0px;
background-color:black;
background-image:none;
border-radius: 0 9px 0 0;
}
.lista li:hover ul li a{
padding:0px 20px;
display:block;
width:220px;
height:40px;
text-indent:20px;
border-radius: 0 9px 0 0;
background: black ;
}
.lista li:hover ul li a:hover{
background:#B33624;
}