
.mainDiv
{
  width:160px;
}
.topItem
{
  width:160px;
  height:22px;
  cursor:pointer;
  background:#2E2E2E url(menu.png);
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-family:"ARIAL";
  font-size:14;

  border-left:1px solid #040016;
  border-right:1px solid #040016;


}
.topItem2
{
  width:160px;
  height:22px;
  cursor:pointer;
  background:#2E2E2E url(menu2.png);
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-family:"ARIAL";
  font-size:16;

  border-left:1px solid #040016;
  border-right:1px solid #040016;


 
}

.dropMenu
{

  cursor:pointer;
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-family:"ARIAL";
  font-size:14;
  background:black url(menu3.png);
  border-top:1px solid black;
  border-left:1px solid #040016;
  border-right:1px solid #040016;
  border-bottom:1px solid black;

}

.subMenu
{
   display:none;
}
.subItem
{

   padding-left:5px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:black;
}

.subItem a
{

   text-decoration:none;
   color:white;
   font-family:"ARIAL";
   font-size:14;
}

.subItemOver
{

   background:black url(back.png) repeat-y;
   cursor:pointer;
   color:black;
   font-weight:bold;
   padding-left:5px;

}

.subItemOver  a
{
   color:#D9D9D9;
}


.drop
{

   border-left:1px solid black;
   border-right:1px solid black;	
}

