  
.mainDiv
{
  width:107px;
}
.topItem
{
  width:107px;
  height:0px;
  cursor:pointer;
  background:;
  text-decoration: none;
  color: black; 
  font-weight:bold;
  font-family:"GOTHIC";
 
}


.dropMenu
{
  background:;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:black;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   cursor:pointer;
   color:blue;
   text-decoration:underline;
   font-weight:bold;
   padding-left:5px;
}

.subItemOver  a
{
   color:blue;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

