  
.mainDiv
{
  width:145px;
}
.topItem
{
  width:145px;
  height:18px;
  cursor:pointer;
  background: #666666;
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-family:"Arial";
 
}

.dropMenu
{
  background:#D9D9D9;
  border-top:1px solid #467BF2;
  border-left:1px solid #92B1F8;
  border-right:1px solid #92B1F8;
  border-bottom:1px solid #92B1F8;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   text-decoration:none;
   color:blue;
   font-size: 11px;
}

.subItem a
{
   text-decoration:none;
}

.subItemOver
{
   cursor:pointer;
   color:blue;
   text-decoration:underline;
   padding-left:5px;
   font-size: 11px;
   background:#CCCCCC;
}

.subItemOver a
{
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

