  
.mainDiv
{
  width:175px;
}
.topItem
{
  width:175px;
  height:22px;
  cursor:pointer;
  background: #e4e4e4;
  border:1px solid #d4d4d4;
  text-decoration: none;
  color: #000000; 
  font-weight:'';
  font-family:"arial";
  padding-left:5px;
}


.dropMenu
{
  background:#f5f5f5;
 
  border-left:1px solid #a9a9a9;
  border-right:1px solid #a9a9a9;
  
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:20px;
   cursor:pointer;
   font-weight:'';
   text-decoration:none;
   color:black;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   cursor:pointer;
   color:black;
   text-decoration:underline;
   font-weight:'';
   padding-left:18px;
}

.subItemOver  a
{
   color:black;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}