  
.mainDiv
 { cursor: crosshair; width: 149px }
.topItem
{
  width:149px;
  height:22px;
  cursor:pointer;
  background: #D3CE94;
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
 
}


.dropMenu
{
  background:F4F1D2;
  border-top:0px solid #3D3D3D;
  border-left:0px solid #3D3D3D;
  border-right:0px solid #3D3D3D;
  border-bottom:2px solid #3D3D3D;
}

.subMenu
 { font-family: Arial; display: none }
.subItem
 { color: black; font-family: Arial; font-weight: bold; cursor: crosshair; padding-left: 5px }

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
  { color: #585a11; font-size: medium; font-family: Arial; font-weight: bold; text-decoration: blink; cursor: pointer; padding-left: 5px }

.subItemOver  a
{
   color:#585A11;
}


.drop
{
   border-left:0px solid black;
   border-right:0px solid black;	
}

