  
.mainDiv
{
  width:160px;
}
.topItem
{
  width:160px;
  height:18px;
  cursor:pointer;
  background: none;
  text-decoration: none;
  color: #2F304A; 
  font-weight:bold;
font-size:10pt;
  font-family:"arial";
 
}


.dropMenu
{
  background:none;
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom:none;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:#4F4F63;font-family:"arial";font-size:10pt;padding-left:10px;
}

.subItem a
{
   text-decoration:none;
   color:#4F4F63;
}

.subItemOver
{
   cursor:pointer;
   text-decoration:none;
   font-weight:bold;
   color:#FFFFFF;font-family:"arial";font-size:10pt;padding-left:10px;
}

.subItemOver  a
{
   color:#FFFFFF; text-decoration:none;
}


.drop
{
   border-left:1px #c6c6c6;
   border-right:1px #c6c6c6;	
}


