.arrowlistmenu
{
  width: 180px;
	float: left;
	margin-top: 20px;
}

.arrowlistmenu .menuheader
{ 
  font-family:"trebuchet MS", Arial, helvetica;
	font-size:12px; 
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  cursor: hand;
  cursor: pointer;
}

.arrowlistmenu h3
{
  margin:0;
	padding:0;
	margin-bottom:5px;
	margin-top:5px;
	margin-left: 15px;
}

.arrowlistmenu h3 a
{
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.arrowlistmenu h3 a:hover
{
  font-weight: bold;
  color: white;
  text-decoration: underline;
}

.arrowlistmenu ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.arrowlistmenu ul li
{
  padding-bottom: 2px; 
}

.arrowlistmenu ul li a
{
  color: #FFFFFF;
  display: block;
	padding-left: 25px;
	width: 170px;
  text-decoration: none;
  font-size: 10px;
  background-image: url('../img/voce_menu.png');
  text-transform: uppercase;
}

.arrowlistmenu ul li a:hover
{ 
  background: url('../img/selected.jpg') top left;
  text-decoration: none;
}

.selected
{
  background: url('../img/selected.jpg') top left !important;
  text-decoration: none !important;
}
