  
.mainDiv
{
  width:130px;
}
.topItem
{
  width:130px;
  height:22px;
  cursor:pointer;
  text-decoration: none;
  color: black; 
  font-weight:;
  font-family: Verdana;
   font-size: 10px;
   background:#e2e2e2e; 

}

.topItem a
{
   text-decoration:none;
   color:#905630;
}

.topItemOver
{
   cursor:pointer;
   color: #0000ff;
   text-decoration:none;
   font-weight:bold;
   padding-left:5px;
   font-family: Verdana;
  font-size: 8px;

}

.topItemOver  a
{
   color:#000000;
   text-decoration:none;

}


.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:;
   text-decoration:none;
   color: black;
   font-family:verdana;
  font-size: 10px;
 

}

.subItem a
{
   text-decoration:none;
   color:#0000ff;
}

.subItemOver
{
   cursor:pointer;
   color: #0000ff;
   text-decoration:none;
   font-weight:;
   padding-left:5px;
   font-family:verdana;
  font-size: 10px;

}

.subItemOver  a
{
   color:#000000;
   text-decoration:none;

}
.dropMenu
{
  background:e2e2e2e;
  border-top:0px solid #ffffff;
  border-left:0px solid #ffffff;
  border-right:0px solid #ffffff;
  border-bottom:0px solid #ffffff;
  text-decoration: none;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}