#menu
{
width: 100%;
float: left;
background: transparent;
}

#menu ul
{
list-style: none;
margin: 0;
padding: 0;
}

#menu ul li
{
float: left;
}

#menu ul li ul li
{
float: none;

}

#menu ul ul
{
display: none;

}

#menu ul li:hover > ul
{
display: block;

}
#menu li
{
position: relative;

}

#menu ul li ul
{
width: 150px;

}

#menu ul ul
{
position: absolute;
z-index: 500;

}

#menu ul ul ul
{
top: 0;
left: 100%;

}

#menu a
{
height: 1%;
font: 10px Verdana;
display: block;
color: black;
text-decoration: none;
background: #e0e0e0;
text-align: left;
padding: 9px;

}

#menu ul li ul li a {
}

#menu a.main_menu
{
font-size: 11px;
font-family: Arial;
font-weight: bolder;
/*font-family: Arial, Helvetica, sans-serif;*/
color: #262626;
text-align: left;
background: transparent;
padding-left: 25px;
padding-top: 24px;
padding-right: 25px;
padding-bottom: 24px;
text-transform: uppercase;
border-right: 1px solid #d2d2d2;
}

#menu a.main_current
{
color: white;
background: transparent;
background-image: url("btn-menu-verde.jpg");/*tpa=http://www.intevi.mx/files/imagenes/btn-menu-verde.jpg*/;
background-repeat: no-repeat;
background-position: top center;
}

#menu a.current
{
color: black;
background: #c5c5c5;
}

#menu a:hover
{
color: black;
background: #d3d3d3;
cursor: pointer;
}

#menu a.main_menu:hover {
color: white;
background: transparent;
cursor: pointer;
background-image: url("btn-menu-verde.jpg");/*tpa=http://www.intevi.mx/files/imagenes/btn-menu-verde.jpg*/;
background-repeat: no-repeat;
background-position: top center;
}