/* AM Manzaneque */
/* ---------------------------------------- */ 
/* Menus_Verticales */
.menu_v  {
	z-index:90;
	position:absolute;
	top: 3px;
	left: 0px;
	height: auto;
	float:left;
	width: 200px;
	vertical-align: middle;
	text-align: center;
	text-indent: 0;
	white-space: normal;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	line-height: 10px;
	word-spacing: 0px;
	list-style-type: none;
	right: 15px;
	background-color: #960;
}

.menu_v ul {
	list-style-type: none;
}
.menu_v li {
	margin-bottom: 0px;
	padding: 0px;
}
.menu_v a, .menu_v a:visited {
	width: 180px;
	height: 20px;
	display: none;
	text-align:right;
	text-decoration: none;
	color: #003;
	text-indent: 5;
	float: none;
	background-color: #F3F0FF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding: 0px;
}

.menu_v a:hover, .menu_v a:active {
	color: #003;
	background-position: right;
	background-color: #808000;
	padding: 0px;
	border: 0px none #000;
}
