  
.mainDiv
{
  width:139px;
  text-align: center;
  margin-bottom: 5px;
}
.topItem
{
  width:139px;
  height:22px;
  cursor:pointer;
  background: #ffffff;
  text-decoration: none;
  color: 42391C; 
  font-weight:none;
  font-family:Verdana;
  font-size:9px;
}


.dropMenu
{
  width: 127px;
  background:#98bfd6;
  border-top:1px solid #babcb1;
  border-left:1px solid #babcb1;
  border-right:1px solid #babcb1;
  border-bottom:1px solid #babcb1;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:none;
   text-decoration:underline;
   color:#292929;
   font-family:Verdana;   
   font-size:9px;
}

.subItem a
{
   text-decoration:underline;
   color:#292929;
   font-size:9px;
   font-family:Verdana;
}

.subItemOver
{
   cursor:pointer;
   color:#292929;
   text-decoration:underline;
   font-weight:none;
   padding-left:5px;
   font-family:Verdana; 
   font-size:9px;
}

.subItemOver  a
{
   text-decoration:underline;
   color:#292929;
   font-size:9px;
   font-family:Verdana;
}


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

