.navbar{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:20px;
	background:#243046;
}  

.mainDiv
{
  width:185px;
}

.topItem
{
  font: bold 12px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background: url("../images/bg_minus.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 185px;
  height: 20px;
  color: #fff;
  cursor:pointer;
  text-indent:10px;
}

.topItemOver
{
  text-indent:10px;
  font: bold 12px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background: url("../images/bg_minus.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 20px;
  width: 185px;
  color: #fff;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  font: bold 12px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background: url("../images/bg_plus.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 20px;
  width: 185px;
  color: #fff;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  font: bold 12px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background: url("../images/bg_plus.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 20px;
  width: 185px;
  color: #428eff;
  cursor:pointer;
}



.dropMenu
{
  font: bold 11px;	
  background-color: #243046;
  color: #fff;
  border-width: 0 0px 0px 0px;
  filter:alpha(opacity=100);
  padding-top:0px;
  padding-bottom:0px;
  margin-left:10px;
}

.subMenu
{
   display:block;
   font:11px Arial, Helvetica, sans-serif;
   text-transform:none;
   padding-top:5px;

   
   }

.subItem
{
   margin-left:5px;
   margin-top:2px;
   height:18px;
   font: 10px;	
   text-decoration:none;
   color: #C3BFA2;
   
}

.subItem a
{
   margin-left:5px;
   font: 10px;	 	
   text-decoration:none;
   color: #C3BFA2;
}

.subItemOver
{
   margin-left:5px;
   margin-top:2px;
   font: 10px;	  
   height:18px;
   color: yellow;
}
/* ON OVER*/
.subItemOver  a
{
   margin-left:5px;
   font: 10px;
   cursor:pointer;	
   color: #C3BFA2;
   text-decoration:underline;
   cursor:pointer;
}


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




