.navbar
{
}  

.mainDiv
{
  /*width:73%;*/
   visibility:hidden;
}

.topItem
{
margin-top:5px;
  font: 10px Verdana;
  font-weight:350;
  letter-spacing: 0;
  /*background: url("arrow-up-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;*/
  border: none;
  width: 73%;
  /*height: 25px;*/
  color: #215dc6;
  cursor:pointer;
  cursor:hand;
 /* text-indent:10px; */
}

.topItemOver
{
margin-top:5px;
  /*text-indent:10px;*/
  font: 10px Verdana;
  font-weight:350;
  letter-spacing: 0;
 /* background: url("arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;*/
 /*height: 25px;*/
  width: 73%;
  color: #428eff;
  cursor:pointer;
  cursor:hand;
  
}

.topItemClose
{
margin-top:5px;
  /*text-indent:10px;*/
  font: 10px Verdana;
  font-weight:350;
  letter-spacing: 0;
  /* background: url("arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;*/
/*height: 25px;*/
  width: 73%;
  color: #215dc6;
  cursor:pointer;
  cursor:hand;
}


.topItemCloseOver
{
margin-top:5px;
  /*text-indent:10px;*/
  font: 10px Verdana;
  font-weight:350;
  letter-spacing: 0;
 /* background: url("arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;*/
  /*height: 25px;*/
  width: 73%;
  color: #428eff;
  cursor:pointer;
  cursor:hand;
}



.dropMenu
{
  font: 10px Verdana;	
  font-weight:350;
  /*background-color: #d6dff7;*/
  color: #000;
  /*border: 1px solid #FFFFFF;
  border-width: 0 1px 1px 1px;*/
  filter:alpha(opacity=100);
  padding-top:1px;
  padding-bottom:1px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:12px;
   margin-top:5px;
   height:18px;
   font: 10px Verdana;	
   font-weight:350;
   text-decoration:none;
   color: #666699;
   
}

.subItem a
{
   margin-left:6px;
   margin-top:5px;
   font: 10px Verdana;
   font-weight:350;	 	
   text-decoration:none;
   color: #FFFFFF;
   
}

.subItemOver
{
   margin-left:12px;
   margin-top:5px;
  
   font: 10px Verdana;
   font-weight:350;	  
   height:18px;
   color: #FFFFFF;
}

.subItemOver  a
{
   margin-left:6px;
    
   font: 10px Verdana;
   font-weight:350;
   cursor:pointer;	
   color: #CC9933;
   text-decoration:underline;
   cursor:hand;
}


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




