.mainDiv
{
  width:169px;
  font-family: Verdana, Tahoma, Arial;
  font-size: x-small;
}
.topItem
{
  width:169px;
  height:36px;
  cursor:hand;
}
.dropMenu
{
  background:#f5f5f5;
  border-left:0px solid #000;
  border-right:0px solid #000;
  border-bottom:0px solid #000;

}
.subMenu
{
   display:none;
}
.subItem
{
   padding-left:0px;
}
.subItemOver
{
   padding-left:0px;
}
.subItem a
{
   text-decoration:none;
   color:black;
}
.subItemOver a
{
   color:blue;
}


