/* ------------ MENU VERTICAL --------------------------------------------------- */
#menu {
width: 154px;
/*background: #eee;*/
color: #fff;
z-index: 500;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
 z-index: 599;
 height: 17px;
}

#menu a, #menu h2 {
/*font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px; */
font: 11px/normal Tahoma, Arial, Helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: none;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
z-index: 599;
background-image:url(../images/fondo_menu_ver.png);
}

#menu h2 {
color: #666;
background: #000;
text-transform: uppercase;
z-index: 500;
}

#menu a,
#menu a:link,
#menu a:visited,
#menu a:active {
	/* color: #000;
background: #efefef;
text-decoration: none; */

/*	 width: 154px;  */
	 padding: 3px 10px 3px;
	border-style: none;
	border-width: 0px 1px 1px 0;
	border-color: #dedede #dedede;
	/*	 padding-left:15px; */

color: #666;
text-decoration: none;
background-image:url(../images/fondo_menu_ver.png);
z-index: 500;
}

#menu a:hover {
	/* color: #a00;
background: #fff; */
color: #FFF;
background-image:url(../images/fondo_menu_ver_on.png);
z-index: 500;
}

#menu li {
text-align: center;
position: relative;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
z-index: 500;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
