/***************** ESTILOS PARA EL SUBMENU DE LA IZQUIERDA *******************/
#menu2_izq{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
	font-weight: bold;
}

#menu2_izq a:link{
	color: #000000;
	display: block;
	font-weight: bold;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #AFCCAE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 3px 0px 3px 22px;
	text-decoration: none;
}
#menu2_izq a:hover {
	color: #FF0000;
	display: block;
	font-weight: bold;
	background-color: #E9E9E9;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #AFCCAE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 3px 0px 3px 22px;
}
#menu2_izq a:visited {
	display: block;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #AFCCAE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 3px 0px 3px 22px;
	text-decoration: none;
	font-weight: bold;
}
#menu2_izq a:active {
	color: #324438;
	display: block;
	font-weight: bold;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #AFCCAE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 3px 0px 3px 22px;
}
/************************************/
