  
.mainDiv
{
  width:140px;
}
.topItem
{
  width:140px;
  height:15px;
  cursor:pointer;
  background: #424DB8; 
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-size: 12px;
  font-family:"GOTHIC";
 
}


.dropMenu
{
  background:#D9D9D9;
  border-top:1px solid #979595;
  border-left:1px solid #979595;
  border-right:1px solid #979595;
  border-bottom:1px solid #979595;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:3px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:black;
   font-size: 10px;
   font-family: Verdana,Arial,San Serif;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   cursor:pointer;
   color:blue;
   text-decoration:underline;
   font-weight:bold;
   padding-left:3px;
   font-size: 10px;
   font-family: Verdana,Arial,San Serif;
}

.subItemOver  a
{
   color:blue;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}


