  
.mainDiv
{
  width:180px;
}
.topItem
{
  width:180px;
  height:20px;
  cursor:pointer;
  background: #666666;
  text-decoration: none;
  color: white;
  font-weight:"bold";
  font-family:"arial";
  font-size:"12";
 
}


.dropMenu
{
  background:#cccccc;
  border-top:1px solid #333333;
  border-left:1px solid #333333;
  border-right:1px solid #333333;
  border-bottom:1px solid #333333;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   text-decoration:none;
   font-family:"arial";
   color:black;
   font-size:"12";
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   cursor:pointer;
   color:black;
   text-decoration:;
   font-weight:bold;
   font-family:"arial";
   font-size:"12";
   padding-left:5px;
}

.subItemOver  a
{
   color:black;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

