  
.mainDiv
{
  width:178px;
}
.topItem
{
  width:178px;
  height:15px;
  cursor:hand;
  background:#645d26;
  text-decoration: none;
 
}


.dropMenu
{
  background:#645d26;
  border-top:0px;
  border-left:0px;
  border-right:0px;
  border-bottom:0px;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:black;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.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;	
}



