  
.mainDiv
{
  width:125px;
}
.topItem
{
  width:125px;
  height:15px;
  cursor:pointer;
  background: #white;
  text-decoration: none;
  color: midnightblue; 
  font-weight: bold;
  font-family: "GOTHIC";
 
}
.topItem_link
{
  width:125px;
  height:15px;
  cursor:pointer;
  background: #white;
  text-decoration: none;
  color: midnightblue; 
  font-weight: bold;
  font-family: "GOTHIC";
 
}


.dropMenu
{
  background:#white;
  border-top:1px solid DarkSlateGray;
  border-left:1px solid white;
  border-right:1px solid white;
  border-bottom:1px solid #92B1F8;
}

.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:royalblue;
   text-decoration:underline;
   font-weight:bold;
   padding-left:5px;
}

.subItemOver  a
{
   color:DarkSlateGray;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

