  
.mainDiv
{
  width:160px;
}
.topItem
{
  width:160px;
  height:14px;
  cursor:pointer;
  text-decoration: none;
  color: #000033; 
  font-weight:bold;
  font-family:"GOTHIC";
  border-bottom:1px solid #330033;
 
}


.dropMenu
{
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:#000033;
}

.subItem a
{
   text-decoration:none;
   color:#000033;
}

.subItemOver
{
   cursor:pointer;
   color:#330033;
   text-decoration:underline;
   font-weight:bold;
   padding-left:5px;
}

.subItemOver  a
{
   color:#000033;
}


.drop
{

}

