/* AM Manzaneque */
/* ---------------------------------------- */ 
/* Menus_Verticales */


.menu_v  {
	z-index:55;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 245px;
	height: 24px;
	float:left;
	width: 158px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	z-index: 51;
	visibility: visible;
}

.menu_v ul {
	list-style-type: none;
}
.menu_v li {
	margin-bottom: 0px;
	padding: 0px;
}
.menu_v a, .menu_v a:visited {
	width: 158px;
	height: 24px;
	display: block;
	text-align:left;
	text-decoration: none;
	color: #D5C9A9;
	text-indent: 5px;
	float: none;
	background-color: #A7352E;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: 12px;
	padding-top: 5px;
	border: 0px none #A7352E;
}

.menu_v a:hover, menu_v a:active {
	color: #751F1A;
	background-position: left;
	background-color: #EDEAC6;
	padding-top: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
