  
.mainDiv
{
  width:160px;
}
.topItem
{
  width:165px;
  height:18px;
  cursor:pointer;
  background: #689D8B;
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-family:"Eras Bold ITC";
  font-size:16px;
  padding-top:3px;
  padding-left:5px
 
}


.dropMenu
{
  background:#B5D6D1;
  border-top:1px solid #ABDA4D;
  border-left:1px solid #ABDA4D;
  border-right:1px solid #ABDA4D;
  border-bottom:1px solid #ABDA4D;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:black;
   font-family:"arial";
   font-size:14px
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{

   font-weight:bold;
   padding-left:5px;
   font-family:"arial";
   font-size:14px
}

.subItemOver  a
{
   color:White;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

