  
.mainDiv
{
  width:140px;
}
.topItem
{
  width:140px;
  height:22px;
  cursor:pointer;
  background: #8B0000;
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-family:"GOTHIC";
 
}


.dropMenu
{
  background:#F5F5DC;
  border-top:1px solid #CD5C5C;
  border-left:1px solid #CD5C5C;
  border-right:1px solid #CD5C5C;
  border-bottom:1px solid #CD5C5C;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:none;
   font-size:75%;
   text-decoration:none;
   color:maroon;
}

.subItem a
{
   
   text-decoration:none;
   color:maroon;
}

.subItemOver
{
   cursor:pointer;
   color:tomato;
   font-size:75%;
   text-decoration:none;
   font-weight:normal;
   padding-left:5px;
}

.subItemOver  a
{
   color:tomato;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}


