.navbar
{
}  

.mainDiv {
    width: 180px;
    right: 0;
    position: absolute;
	z-index:-1;
}

.topItem
{
	font: bold 11px arial;
	letter-spacing: 0;
	background: url("../imagens/arrow-up-title.gif") no-repeat 0 0;
	background-position:initial;
	background-repeat:no-repeat;
	border: none;
	width: 175px;
	height: 23px;
	color: #24211d;
	cursor:pointer;
	text-indent:20px;
	padding-top:1px;
	margin-top:9px;
	
}
.topItemOver
{
	text-indent:10px;
	font: bold 11px arial;
	letter-spacing: 0;
	background: url("../imagens/arrow-up-title.gif") no-repeat 0 0;
	background-position:initial;
	background-repeat:no-repeat;
	height: 23px;
	width: 175px;
	color: #f20e03;
	cursor:pointer;
	text-indent:20px;
	padding-top:1px;
	margin-top:9px;
}

.topItemClose
{
	text-indent:10px;
	font: bold 11px arial;
	letter-spacing: 0;
	background: url("../imagens/arrow-down-title.gif") no-repeat 0 0;
	background-position:initial;
	background-repeat:no-repeat;
	height: 23px;
	width: 175px;
	color: #24211d;
	cursor:pointer;
	text-indent:20px;
	padding-top:1px;
	margin-top:9px;
}


.topItemCloseOver
{
	text-indent:10px;
	font: bold 11px arial;
	letter-spacing: 0;
	background: url("../imagens/arrow-down-title.gif") no-repeat 0 0;
	background-position:initial;
	background-repeat:no-repeat;
	height: 23px;
	width: 175px;
	color: #f20e03;
	cursor:pointer;
	text-indent:20px;
	padding-top:1px;
	margin-top:9px;
}



.dropMenu
{
	font: bold 11px arial;
	color: #000;
	border-width: 0 1px 1px 1px;
	filter:alpha(opacity=100);
	height:100px ;
}

/*.subMenu
{
   display:block;
}
*/
.subItem
{
	margin-left:0px;
	margin-top:2px;
	height:18px;
	font: 11px arial;
	text-decoration:none;
	color: #24211d;
   
}

.subItem a
{
   margin-left:23px;
   font: 11px arial;	 	
   text-decoration:none;
   color: #24211d;
}

.subItemOver
{
	margin-left:10px;
	margin-top:2px;
	font: 11px arial;
	height:18px;
	color: #F00;
}

.subItemOver  a
{
	margin-left:23px;
	font: 11px arial;
	cursor:pointer;
	/*color: #f20e03;*/
	color:#0071bc;
	text-decoration:none;
	cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

.twitter-widget-0
{
   position:absolute;
   left:100px;	
}
	
#divBusca{
    width: 252px;
    height: 27px;
    float: right;
    position: relative;
    top: 45px;
    z-index: 99999;
	display: none;
}
 
#txtBusca{
    float: right;
    background-color:transparent;
    font-size:11px;
    border:none;
    height: 20px;
    position: relative;
    width: calc(100% - 84px);
    border-radius: 7px;
    background-color: #E0EEEE;
    border: solid 2px #5F9EA0;
    text-indent: 6px;
}
 
#btnBusca{
    border:none;
    float: right;
    height:24px;
    border-radius:7px 7px 7px 7px;
    width:60px;
    font-weight:bold;
    background:#5F9EA0;
    display:inline;
    position: relative;
    left: 0;
    margin-left: 5px;
}
 
#divBusca img{
    float:left;
}

.title-sidebar{
	text-align: center;
	padding-bottom: 7px;
    border-bottom: solid 3px #228201;
}