#vertnav ul li{ }

.li_top {
	background: url(imagenes/cat_arriba_n.gif) no-repeat;
	height:24px;
	cursor:default;
}

.li_med {
	background: url(imagenes/cat_medio_n.gif) repeat-y;
	height:24px;
	cursor:default;
}

.li_bottom {
	background: url(imagenes/cat_abajo_n.gif) no-repeat;
	height:24px;
	cursor:default;
}

#vertnav { list-style: none; margin-left:0px; width:150px;}

#vertnav ul { 
	padding:0;
	margin:0;
	list-style:none;
	width:160px;
	z-Index:99;
	overflow:visible;
	position:absolute; 
	/*background-color:red;*/
}

#vertnav li { 
	position: relative;
	width:160px;
	border:none;
	display:block;
	height:24px;
	margin:0;
	padding:0;
}
#vertnav ul li { width:160px; padding:0; padding-left:5px;}

/* #vertnav li:last-child{border-bottom:1px solid #CECECE;}*/

#vertnav a {
    	text-decoration:none; 
    	display:block;
    	padding:0 0 0 0;  
    	/*margin:0.2em 0 0.2em 0.1em; /*helps Opera with hover */
	margin:0 0 0 0; /*helps Opera with hover */
    	/*width:11.5em; /*helps IE with hover */
	width:150px; /*helps IE with hover */
    	height:20px;
	padding-top:5px;
}
#vertnav a:hover{
    background-color:#3B68BF; color:white;
}

#vertnav ul, #vertnav ul ul, #vertnav ul ul ul{
    	display:none; 
    	position:absolute; 
    	top:0; 
    	left:160px;
}

#vertnav li:hover ul ul, #vertnav li:hover ul ul ul{
   	display:none;
}

#vertnav li:hover ul, #vertnav ul li:hover ul, #vertnav ul ul li:hover ul{
	display:block;
}

li>ul { 
	top: auto;
	left: auto;
}

/* Win IE only \*/
* html #vertnav li{float:left;} 
/* end holly hack */


