  
.mainDiv
{
  width:160px;
  padding:0;
  margin:0;
  height:auto;
}
.topItem
{
  width:160px;
  height:23px;
  cursor:pointer;
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-family:"GOTHIC";
  background:url(../images/mbg.gif) no-repeat;
  padding:7 0 0 20px;
  margin:0;
 
}


.dropMenu
{

  padding:0;
  margin:0;

}

.subMenu
{
   display:none;
}
.subItem
{
   margin:2px 0 2px 20px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:black;
   background:url(../images/micon.gif) no-repeat;
   display:block;
   font-family:Verdana;
   font-size:10px;

}

.subItem a
{
	padding-left:30px;
   text-decoration:none;
   color:black;
}

.subItemOver
{

   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:black;
   background:url(../images/micon.gif) no-repeat;
   display:block;
   margin:2px 0 2px 20px;
   font-family:Verdana;
   font-size:10px;
   
}

.subItemOver  a
{
   color:blue;
   	padding-left:30px;
   text-decoration:none;

}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}


