.topItem
{
  padding-left:25px;
  width:160px;
  height:22px;
  cursor:pointer;
  background: #000000;
  text-decoration:none;
  color: #FFFFFF; 
  font-weight:bold;
  font-family:"ARIAL";
  background-image: url("close.gif");
  background-position:left center;
  background-repeat:no-repeat;
}

.topItem a
{
   text-decoration:none;
   color:#FFFFFF;
}

.topItemOver
{
  padding-left:25px;
  background: #000000;
  background-image:url("open.gif") ;
  background-position:left center;
  background-repeat:no-repeat;
  width:160px;
  height:22px;
  cursor:pointer;
  text-decoration:none;
  color: #FFFFFF; 
  font-weight:bold;
  font-family:"ARIAL";
}

.dropMenu
{
  background:#E0DFE3;
  border-top:3px solid #E0DFE3;
  border-left:3px solid #000000;
  border-right:3px solid #000000;
  border-bottom:3px solid #000000;
  width:160px;
  filter:alpha(opacity=100);
}

.subMenu
{
   display:block;
}

.subItem
{
   height:21px;
   padding-left:10px;
   cursor:pointer;
   font-weight:bold;
   font-family:"ARIAL";
   text-decoration:none;
   color:#000000;
}

.subItem a
{
   text-decoration:none;
   color:#000000;
}

.subItemOver
{
   height:21px;
   padding-left:8px;
   cursor:pointer;
   font-weight:bold;
   font-family:"ARIAL";
}

.subItemOver  a
{
   color:#485C5A;
   text-decoration:underline;
   font-family:"ARIAL";

}

.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

.subItem2
{
   height:21px;
   padding-left:25px;
   cursor:pointer;
   font-weight:normal;
   font-family:"ARIAL";
   font-size: 10pt;
   text-decoration:none;
   color:#000000;
}

.subItem2 a
{
   text-decoration:none;
   color:#000000;
}

.subItem2Over
{
   height:21px;
   padding-left:25px;
   cursor:pointer;
   font-weight:bold;
   font-size: 10pt;
   font-family:"ARIAL";
}

.subItem2Over  a
{
   color:#485C5A;
   text-decoration:underline;
   font-family:"ARIAL";

}








