.navbar { margin-left: 10px;}  

.mainDiv{ }

.topItem
{
  background: url("../../Background/minus.jpg") 0px 3px no-repeat;
  font: bold 13px Century Gothic, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  border: none; 
  color: blue;
  cursor:pointer;
  margin-top: 5px;
  padding-left: 22px;
   text-align: justify;
}

.topItemOver
{
  background: url("../../Background/minus.jpg") 0px 3px no-repeat;
  font: bold 13px Century Gothic, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  color: #428eff;
  cursor:pointer;
  border: none; 
  margin-top: 5px;
  padding-left: 22px;
   text-align: justify;
}

.topItemClose
{
  background: url("../../Background/plus.jpg") 0px 3px no-repeat;
  font: bold 13px Century Gothic, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  color: #665C6D;
  border: none; 
  cursor:pointer;
  margin-top: 5px;
  padding-left: 22px;
   text-align: justify;
}

.topItemCloseOver
{
  background: url("../../Background/plus.jpg") 0px 3px no-repeat;
  font: bold 13px Century Gothic, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  color: #428eff;
  cursor:pointer;
  border: none; 
  margin-top: 5px;
  padding-left: 22px;
   text-align: justify;
}

.dropMenu
{
  padding-top:1px;
  padding-bottom:1px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:10px;
   margin-top:2px;
   height:18px;
   font: 13px Arial, Helvetica, sans-serif;	
   text-decoration:none;
   color: #68636B;
   padding-left: 22px;   
   text-align: justify;
}

.subItemOver
{
   margin-left:10px;
   margin-top:2px;
   font: 13px Arial, Helvetica, sans-serif;	  
   height:18px;
   color: #68636B;
   padding-left: 22px;
   text-align: justify;
}

.subItem a
{
   font: 13px Century Gothic, Arial, Helvetica, sans-serif;	 	
   text-decoration:underline;
   color: #68636B;
}

.subItemOver  a
{
   font: 13px Century Gothic, Arial, Helvetica, sans-serif;
   color: #68636B;
   text-decoration:none;
   cursor:pointer;
}

.drop
{
}




