.usual {
  width: 500px;
  margin: auto;
}
.usual ul {
  margin: 0px;
  padding: 0px;
}
.usual li {
	list-style: none;
	float: left;
	margin-left:2px;
}
.usual ul a {
  display: block;
/*  padding: 5px 0px 5px 0px;
  margin: 2px;*/
  color: #fff;
/*  background: #666;*/
}

.BtInd {display:block; overflow:hidden; outline:none; background:url(../img/botoes/busca_ind.gif) no-repeat; width:133px; height:23px; float:left;}
.BtInd:hover { background-position: 0 -23px;}

.usual ul a:hover {
  color: #999999;
  text-decoration:none;
 /* background: #006633;*/
}
.usual ul a.selected {
  margin-bottom: 0px;
  color: #FF00FF;
  font-weight: bold;
  /*background: #ccc;*/
  /*border-bottom: 1px solid #ccc;*/
  cursor: default;

}
/*.usual div {
  *padding-top: 3px;
  *margin-top: -15px;
  clear: left;
}*/