  
.mainDiv
{
  width:200px;
}
.topItem
{
  width:200px;
  cursor:pointer;
  text-decoration: none;
  color: #546670; 
  font-weight:bold;
  font-family: 'Tahoma', serif;
 
}


.dropMenu
{
  background: #FFFFFF;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:black;
}

.subItem a
{
   text-decoration:none;
   color:#808080;
}

.subItemOver
{
   cursor:pointer;
   color:blue;
   text-decoration:underline;
   font-weight:bold;
   padding-left:5px;
}

.subItemOver  a
{
   color:blue;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

