/*  drop down jquery */
#breadcrumb
{
	height:30px;
	line-height:30px;
	color:#FFFFFF;
	width:100%;
	overflow:hidden;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#breadcrumb li 
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}
#breadcrumb a
{
	height:30px;
	display:block;
	padding-right: 15px;
	text-decoration: none;
	color:#454545;
}
.home
{
    border:none;
    margin: 8px 0px;
}

#breadcrumb a:hover
{
	color:#339900;
}




/* Style for Usual tabs */
.usual {
	color:#111;
	width:280px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	float: left;
}
.usual li { list-style:none; float:left; }
.usual ul a {
	display:block;
	padding:6px 10px;
	text-decoration:none!important;
	margin:1px;
	margin-left:0;
	font:10px Verdana;
	color:#FFF;
	background-color: #333333;
}
.usual ul a:hover {
	color:#FFF;
	background-color: #005800;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:snow;
  border-bottom:1px solid snow;
  cursor:default;
  }
.usual div {
	padding:10px 10px 8px 10px;

  *padding-top:3px;
  *margin-top:-15px;
	clear:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #000000;
	color: #FFFFFF;
}
.usual div a { color:#000; font-weight:bold; }

#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }

/* LIST #4 */
#list4 {
	width:236px;
	font-size:15px;
	padding-left: 18px;
	padding-top: 27px;
	padding-bottom: 10px;
}
#list4 ul { list-style: none; }
#list4 ul li { }
#list4 ul li a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#333333;
	line-height:30px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	padding-left:10px;
	cursor:pointer;
}
#list4 ul li a:hover {
	color:#FFFFFF;
	background-repeat:no-repeat;
	background-color: #005800;
}
#list4 ul li a strong { margin-right:10px; }.familiarotulo {
	float: right;
	padding-left: 50px;
}

