.navbar
{
}  

.mainDiv
{
	width:180px;
	float: right;
}

.topItem
{
	font: bold 11px arial;
	letter-spacing: 0;
	background: url("../imagens/arrow-up-title.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	border: none;
	width: 175px;
	height: 23px;
	color: #24211d;
	cursor:pointer;
	text-indent:20px;
	padding-top:8px;
	margin-top:9px;
	
}

.topItemOver
{
	text-indent:10px;
	font: bold 11px arial;
	letter-spacing: 0;
	background: url("../imagens/arrow-up-title-on.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 23px;
	width: 175px;
	color: #f20e03;
	cursor:pointer;
	text-indent:20px;
	padding-top:8px;
	margin-top:9px;
}

.topItemClose
{
	text-indent:10px;
	font: bold 11px arial;
	letter-spacing: 0;
	background: url("../imagens/arrow-down-title.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 23px;
	width: 175px;
	color: #24211d;
	cursor:pointer;
	text-indent:20px;
	padding-top:8px;
	margin-top:9px;
}


.topItemCloseOver
{
	text-indent:10px;
	font: bold 11px arial;
	letter-spacing: 0;
	background: url("../imagens/arrow-down-title-on.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 23px;
	width: 175px;
	color: #f20e03;
	cursor:pointer;
	text-indent:20px;
	padding-top:8px;
	margin-top:9px;
}



.dropMenu
{
	font: bold 11px arial;
	color: #000;
	border-width: 0 1px 1px 1px;
	filter:alpha(opacity=100);
}

.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;
	text-decoration:none;
	cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
