.arrowlistmenu{
width: 170px; /*width of menu*/
}

.arrowlistmenu ul{
list-style-type: none;
font: normal 14px verdana;
padding-bottom: 5px; /*bottom spacing between menu items*/
font-color:#fff; /*#A6A479;*/
text-align: left;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
background-color:#CBCAB1;
height:auto;
}

.arrowlistmenu ul li{
font: normal 14px verdana;
padding-bottom: 0px; /*bottom spacing between menu items*/
font-color:#6B6947; /*#A6A479;*/
text-align: left;
/*height: 30px;*/
background-color:#F3F2ED;
/*border:#999900;*/
}
.titulo{
background-color:#CBCAB1;
}
.arrowlistmenu ul li a{
color: #453134;
display: block;
padding: 1px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #D8D7C5;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #5E5D59;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #373634;
background-color:#A6A479;
/*background-color: #5E5D59;*/
}

.pie{
font: normal 10px verdana;
color: #999999;
display: block;
text-decoration: none;
font-weight: normal;
text-align: center;
}

.pie a{
color:#666666;
text-decoration:underline;
background-color:#F2F2F2;
}
