.arrowlistmenu{
width: 250px; /*width of accordion menu*/
margin-bottom:0px;
margin-top:0px;
margin-left:0px;
padding: 0px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #999999;
	margin-left: 0px; /*bottom spacing between header and rest of content*/
	cursor: hand;
	cursor: pointer;
	margin:0px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

.arrowlistmenu .menuheader.title{ /*CSS class for menu headers in general (expanding or not!)*/
	font-size:11px;
	font-weight: normal;
	color: #888888;
	cursor: hand;
	cursor: pointer;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font: bold 11px Arial;
color: #333333;
margin-left: 0px; /*bottom spacing between header and rest of content*/
cursor: hand;
cursor: pointer;
margin-bottom:0px;
margin-top:0px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0px;
padding: 0px;

}

.arrowlistmenu ul li{
font-family:Arial, Helvetica, sans-serif;
color: #999999;
display: block;
text-decoration: none;
font-weight:normal;
font-size: 10px;
margin: 0px;
margin-top:0px;
padding:0px;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
font-family:Arial, Helvetica, sans-serif;
color: #999999;
display: block;
text-decoration: none;
font-weight:normal;
font-size: 10px;
margin:0px;
padding:0px;

}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
color:#333333;
}
.itemOpen { /*Open state CSS for sub menu header*/
font-family:Arial, Helvetica, sans-serif;
color: #ff0000;
display: block;
text-decoration: none;
font-weight:normal;
font-size: 10px;
margin:0px;
padding:0px;

}

.arrowlistmenu ul li ul li.closedsubheader{ /*Closed state CSS for sub menu header*/
color:#333333;
}

.arrowlistmenu ul li a{
font-family:Arial, Helvetica, sans-serif;
color: #999999;
display: block;
text-decoration: none;
font-weight:normal;
font-size: 10px;
margin-left:0px;
margin-bottom:0px;
margin-top:0px;
padding-top:0px;
padding-bottom:0;


}
.arrowlistmenu ul li ul li a{
font-family:Arial, Helvetica, sans-serif;
color: #999999;
text-decoration: none;
font-weight:normal;
font-size: 10px;
margin-left:0px;
margin-bottom:0px;
margin-top:0px;
padding-top:0;
padding-bottom:0;

}
.arrowlistmenu ul li ul li a:hover{
font-family:Arial, Helvetica, sans-serif;
color: #000000;
display: block;
text-decoration: none;
font-weight:normal;
font-size: 10px;
margin-left:0px;
margin-bottom:0px;
margin-top:0px;
padding-top:0;
padding-bottom:0;


}

.arrowlistmenu ul li a:hover{
font-family:Arial, Helvetica, sans-serif;
color: #000000;
display: block;
text-decoration: none;
font-weight:normal;
font-size: 10px;
margin-left:0px;
margin-bottom:0px;
margin-top:0px;
padding-top:0;
padding-bottom:0;

}

a{
	color: #999999;
	margin-left: 0px; /*bottom spacing between header and rest of content*/
	cursor: hand;
	cursor: pointer;
	margin-bottom:0px;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;

}
a:hover{
font: bold 11px Arial;
color: #333333 ;
margin-left: 0px; /*bottom spacing between header and rest of content*/
cursor: hand;
cursor: pointer;
margin-bottom:0px;
margin-bottom:0px;
text-top: none;

}


.arrowlistmenu ul li a:visited{

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/

}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/

}
.numerosActivos{
	color: #000000;
	margin-left: 0px; /*bottom spacing between header and rest of content*/
	cursor: hand;
	cursor: pointer;
	margin-bottom:0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;

}
.numeros a{
	color: #999999;
	margin-left: 0px; /*bottom spacing between header and rest of content*/
	cursor: hand;
	cursor: pointer;
	margin-bottom:0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;

}
.numeros a:hover{
	color: #000000;
	margin-left: 0px; /*bottom spacing between header and rest of content*/
	cursor: hand;
	cursor: pointer;
	margin-bottom:0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;

}

