
.separate{
padding-left: 10px;
}

#menu-vt { width: 174px; }

#menuh {
	font-family: "Tahoma", Verdana, Arial;
	font-size: 11px;
	background-color:#DFDDC3;
	/*
	background-image:url(../imagenes/img_menu_vt_bg.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
	*/
	/* margin-right: 5px; */ /* separacion frente al main */
}

#menuh ul, li {
	list-style-type: none;
}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	border-bottom: 1px dotted #FFF;
}

#menuh li.last{
	border-bottom:1px solid #fff;
}

#menuh a {
	text-decoration: none;
	color: #3C402E;
	display: block;
	padding: 14px 10px 13px 5px;
	border-left: 4px solid #3c402e;
}

#menuh a:hover {
	background: #d5d4ba;
	font-weight:bold;
	/*
	opacity:0.4;
	filter:alpha(opacity=40);
	*/
}

/* Aplicar estilo current para la seccion estemos (menu resaltado) */
#menuh li.current { }

#menuh li.current a:link,
#menuh li.current a:active,
#menuh li.current a:hover ,
#menuh li.current a:visited { color: #3c402e; font-weight:bold; background: #d5d4ba; }

.sublista { padding-left: 20px;}

/************ 2ND LEVEL ************/
#menuh ul ul {
    position: absolute;
    width:189px;
    margin-left:174px;
	border-top: 1px solid #BAB78C;
	border-bottom: 1px solid #BAB78C;
	z-index: 99999;
}
#menuh ul ul li { border-bottom: 1px solid #fff; }


#menuh ul ul li a {
	color: #3C402E !important;
	text-align:left;
	padding: 5px 0 0 10px;
	height: 24px ;
    background:#f1f1e8 !important;
	border-left: 5px solid #bab78c;
	border-right: 1px solid #bab78c;
    }
#menuh ul ul li a:hover {
	padding-top: 5px;
	padding-left: 10px;
    background:#D5D4BA !important;
	border-left: 5px solid #bab78c;
	font-weight:bold;
    }
#menuh li.over ul a,
#menuh ul ul li.active a,
#menuh ul ul li a,
#menuh ul ul li a:hover { color:#2F2F2F; background-image:none;} /* Desactivamos el background del menu 1 level */


