#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: right;
position: relative;
}

.mainitems{
width: 123px;
height:19px;
background-color: #A6A187;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls_sc{
display: none;
width: 138px;
height:195px;
position: absolute;
top: 25px;
left: 0;
background-color: #A6A187;
background-image:url(../images/Menu_Top/base_menu_sup.jpg);
background-position:bottom center;
background-repeat:no-repeat;
}

.subuls_sc li{
margin-top:1px;
margin-bottom:1px;
width: 138px;

}

.subuls_sc li a{
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8px;
font-weight:bold;
color:#333333;
line-height:18px;
}
/**/
.subuls_co{
display: none;
width: 138px;
height:317px;
position: absolute;
top: 25px;
left: 0;

/* para transparencia!
filter: alpha(opacity=90); 
-moz-opacity: 0.9;
KhtmlOpacity: .9;
opacity: .9;
*/

background-color: #A6A187;
background-image:url(../images/Menu_Top/base_menu_sup.jpg);
background-position:bottom center;
background-repeat:no-repeat;
}

.subuls_co li{
margin-top:1px;
margin-bottom:1px;
width: 138px;
}

.subuls_co li a{
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8px;
font-weight:bold;
color:#333333;
line-height:18px;
}

/**/
#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left*/ 
top: auto;
left: auto;
text-align:left;
text-indent:10px;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

a#menu_link {
display:block;
width:136px;
height:18px;
background-image:url(../images/Menu_Top/boton_Back_normal.jpg);
background-position:bottom;
background-repeat:no-repeat;
}

a#menu_link:hover{
background-position:top;
color:#FFFFFF;
}

.base_menu_back{

display:block;
background-image:url(../images/Menu_Top/base_menu_sup.jpg);
background-position:center bottom;}
/* menus superior */
a#menu_sup_1{
display:block;
width:123px;
height:19px;
text-indent:-9999px;
background-image:url(../images/Menu_Top/imagenes_boton2_creditos.jpg);
background-position:bottom center;
background-repeat:no-repeat;
}

a#menu_sup_1:hover{
background-position:top;
}
a#menu_sup_2{
display:block;
width:123px;
height:19px;
text-indent:-9999px;
background-image:url(../images/Menu_Top/imagenes_boton2_medioambiente.jpg);
background-position:bottom center;
background-repeat:no-repeat;
}

a#menu_sup_2:hover{
background-position:top;
}
a#menu_sup_3{
display:block;
width:123px;
height:19px;
text-indent:-9999px;
background-image:url(../images/Menu_Top/imagenes_boton2_concesionarios.jpg);
background-position:bottom center;
background-repeat:no-repeat;
}

a#menu_sup_3:hover{
background-position:top;
}
a#menu_sup_4{
display:block;
width:123px;
height:19px;
text-indent:-9999px;
background-image:url(../images/Menu_Top/imagenes_boton2_servicioalcliente.jpg);
background-position:bottom center;
background-repeat:no-repeat;
}

a#menu_sup_4:hover{
background-position:top;
}
a#menu_sup_5{
display:block;
width:123px;
height:19px;
text-indent:-9999px;
background-image:url(../images/Menu_Top/imagenes_boton2_contacto.jpg);
background-position:bottom center;
background-repeat:no-repeat;
}

a#menu_sup_5:hover{
background-position:top;
}
/**/
