  
.mainDiv
{
  width:200px;
}
.topItem
{
  padding-left:10px;
  width:200px;
  height:15px;
  cursor:pointer;
  background: orange;
  text-decoration: none;
  color: black; 
  font-weight:bold;
  font-family:"GOTHIC";
 
}


.dropMenu
{
  background: #4B4B4B;
  border-top:1px solid #ff8000;
  border-left:1px solid #ff8000;
  border-right:1px solid #ff8000;
  border-bottom:1px solid #ff8000;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:10px;
   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;	
}

