﻿.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/

}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
	border-bottom-width: 0;
	position: absolute;
	top: 0px;
	visibility: hidden;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */;
	background: #FFFFFF;
	width: 197px; /* default width for menu */
	color: #234781;
	left: 0px;
	border-bottom-width: 1px;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
}
.anylinkcss ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkcss ul li a{
	background-position: 5px center;
	width: 83%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 10px 2px 10px 30px;
	text-decoration: none;
	text-indent: 5px;
	border-bottom-color: #E4E4E4;
	color: #234781;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: circle;
	list-style-position: outside;
	background-image: url('../ficheros/ico-confia.png');
	background-repeat: no-repeat;
}
.anylinkcss a:hover{
	/*hover background color*/
   	background: #2D518B;
	color: white;
}


.anylinkcss2{
	border-bottom-width: 0;
	position: absolute;
	top: 0px;
	visibility: hidden;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */;
	background: #FFFFFF;
	width: 197px; /* default width for menu */
	color: #234781;
	left: 0px;
	border-bottom-width: 1px;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
}
.anylinkcss2 ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkcss2 ul li a{
	background-position: 5px center;
	width: 83%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 10px 2px 10px 30px;
	text-decoration: none;
	text-indent: 5px;
	border-bottom-color: #E4E4E4;
	color: #234781;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: circle;
	list-style-position: outside;
	
	background-repeat: no-repeat;
}
.anylinkcss2 a:hover{
	/*hover background color*/
   	background: #2D518B;
	color: white;
}


/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}