.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
}

a:active {
	font-size: 16px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	font-size: 16px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	font-size: 16px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
/* #########  clasr para menus desplegable ######### */

.anylinkcss {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 130;
	width: 184px; /* default width for menu */
	background-color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

.anylinkcss ul li a{
	width: 177px;
	display: block;
	text-indent: 3px;
	padding: 4px;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: white;
font-family: Arial, Helvetica, sans-serif;
}


/* ######### clasr para sombra DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 70; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
