  
.mainDiv
{
  width:100px;
}
.topItem
{
  width:100px;
  height:18px;
  cursor:pointer;
  background: #EBEBEB;
  border-right:1px solid #636363;
  text-decoration: none;
  color: black; 
  font-weight:normal;
  font-family:"Arial";
  font-size: 9pt;
 
}


.dropMenu
{
  background:#AAAAAA;
  border-top:1px solid #636363;
  border-left:1px solid #919191;
  border-right:1px solid #919191;
  border-bottom:1px solid #919191;
  font-family:"Arial";
  font-size: 8pt;
  

  }

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:normal;
   text-decoration:none;
   color:black;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   cursor:pointer;
   color:black;
   text-decoration:underline;
   padding-left:5px;
}

.subItemOver  a
{
   color:black;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
