.mainDiv
{
  width:170px;
}
.topItem , .topItemOver
{
  width:170px;
  height:20px;
  cursor:pointer;
  background: #6D6D6B;
  text-decoration: none;
  font-size:7pt;color: orange;font-weight:bold;
  border:1px solid #5d5d5B;}
.topItemOver {background:#7D7D7B;color:white;border:1px solid #5d5d5B;}

.dropMenu
{
  background:#5D5D5B;
  border-top:0px solid #467BF2;
  border-left:0px solid #92B1F8;
  border-right:0px solid #92B1F8;
  border-bottom:0px solid #92B1F8;
}

.subMenu
{
   display:none;
   height:240px!important;
}
.subMenuOpen
{

   height:240px!important;
}
.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;	
}