.navbar
{
float:left;
width:210px;
height:500px;
margin-right:10px;
background:#6e89dd;
}  

.mainDiv
{
  padding-top:4px;
  margin-left:5px;
  width:185px;
  position:relative;
  
}

.topItem			/*QUANDO ESTÁ ABERTO SEM PASSAR POR CIMA*/
{
  font: bold 11px Arial, Helvetica, sans-serif; 
  letter-spacing: 0;
  background: url("images/gif/bkg_imo_195.gif") no-repeat 0 0;
 /* background-color: #97B1BE; */
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 185px;
  height: 13px;
  color: #ffffff;
  cursor:pointer;
  text-indent:10px;
}

.topItemOver			/*QUANDO ESTÁ ABERTO POR CIMA*/
{
  text-indent:10px;
  font: bold 11px Arial, Helvetica, sans-serif; 
  letter-spacing: 0;
  background: url("images/gif/bkg_imo_195.gif") no-repeat 0 0;
 /* background-color: #97B1BE; */
  background-position:center center;
  background-repeat:no-repeat;
  text-decoration:underline;
  height: 13px;
  width: 185px;
  color: #ffffff;
  cursor:pointer;
}

.topItemClose				/*SEM ESTAR ABERTO NEM RATO POR CIMA*/
{
  text-indent:10px;
  font: bold 11px Arial, Helvetica, sans-serif; 
  letter-spacing: 0;
  background: url("images/gif/bkg_imo_195.gif") no-repeat 0 0;
 /* background-color: #97B1BE; */
  background-position:center center;
  background-repeat:no-repeat;
  height: 13px;
  width: 185px;
  color: #ffffff;
  cursor:pointer;
}


.topItemCloseOver			/*SEM ESTAR ABERTO MAS COM RATO POR CIMA*/
{
  text-indent:10px;
  font: bold 11px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background: url("images/gif/bkg_imo_195.gif") no-repeat 0 0;
 /* background-color: #97B1BE; */
  background-position:center center;
  background-repeat:no-repeat;
  text-decoration:underline;
  height: 13px;
  width: 185px;
  color: #ffffff;
  cursor:pointer;
}



.dropMenu
{
  font: bold 11px tahoma,verdana,sans-serif;	
  background-color: #97B1BE;
  color: #000;
  border: 1px solid #97B1BE;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:4px;
  
  
}

.subMenu
{
   
   display:block;
}

.subItem
{
   margin-left:10px;
   margin-top:2px;
  font-weight: bold;
   height:18px;
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #708EA2;
   
}

.subItem a
{
   margin-left:23px;
  
   font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   font-weight: bold;
   color: #708EA2;
}

.subItemOver
{
   margin-left:10px;
   margin-top:2px;
   font-weight: bold;
  
   font: 12px tahoma,verdana,sans-serif;	  
   height:18px;
   color: #0C598D;
}

.subItemOver  a
{
   margin-left:23px;
   font: 12px tahoma,verdana,sans-serif;
   font-weight: bold;
   cursor:pointer;	
   color: #0C598D;
   text-decoration:underline;
   cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}




