.arrowlistmenu{
width: 130px; /*width of accordion menu*/
margin: 0;
	text-align:center;
}

.conteudo_txt{
/*position: static;*/
float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
/*color: #555555;*/
text-align:left;
}

.conteudo a:link {
	text-decoration: none;
	color: #FFFFFF;
}
	
.conteudo a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
.conteudo a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.conteudo a:active {
	text-decoration: none;
	color: #FFFFFF;
}

blockquote {
	margin: 0 20px;
	padding: 0 10px;
	border-left: 3px solid ;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
color: white;
/*background: black url(../img/dark_glass2.png) repeat-x center left;*/
/*margin-bottom: 2px; bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
	text-align:center;
/*padding: 2px 0 2px 5px; header text is indented 10px*/
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/*background-image: url(../img/glass.png);*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 10px; /*bottom spacing between each UL and rest of content*/
margin-top:-5px;
text-align:left;
margin-left:8px;
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #FFFFFF;
/*background: url(../img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
/*font-size: 90%;*/
/*display: block;*/
padding: 0px 0;
cursor:pointer;
}

.arrowlistmenu ul li a:visited{
color: #FFFFFF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #FFFFFF;
}