.mainDiv
{
  width:120px;
}
.topItem
{
  padding-left:3px;
  width:120px;
  height:20px;
  cursor:pointer;
  background: #253661;
  text-decoration: none;
  color: white;
  font-weight:bold;
  font-family:"ARIAL";

}


.dropMenu
{
  background:#253661;
  border-top:1px solid #FFFFFF;
  border-left:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF;
  border-bottom:1px solid #FFFFFF;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:white;
   font-family:"ARIAL";
   font-size:10;
}

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

.subItemOver
{
   cursor:pointer;
   color:white;
   text-decoration:none;
   font-weight:bold;
   padding-left:5px;
   font-family:"ARIAL";
   font-size:12;
}

.subItemOver  a
{
   color:white;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;
}