@charset "utf-8";
/* CSS Document */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 235px; /*width of menu*/
}

.arrowlistmenu ul{
font: bold 14px Arial;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/

}

.arrowlistmenu ul li{
font: bold 14px Arial;
padding-bottom: 2px; /*bottom spacing between menu items*/
height: 30px;
}

.arrowlistmenu ul li a{
font: bold 15px Arial;
background: url(../img/seta_peq.gif) no-repeat center left;
color: #006699;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
font: bold 14px Arial;
color: #006699;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
font: bold 14px Arial;
color: #996600;
background-color: #fff;
}

