  
.mainDiv
{
  width:130px;
}
.topItem
{
  width:130px;
  height:0px;
  cursor:pointer;
  background: #B90000;
  text-decoration: none;
  color: black; 
  font-family:"ARIAL";
  font size="12";
}


.dropMenu
{
  background:#ffffff;

}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-family:"ARIAL";
   font size="12";
   text-decoration:none;
   color:black;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   padding-left:5px;
   cursor:pointer;
   font-family:"ARIAL";
   font size="12";
   color:#CE0000;
   text-decoration:underline;
}

.subItemOver  a
{
   color:#B90000;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

