.mainDiv

{

  width:240px;

}

.mD

{

  position: relative;
  top:300px;

}

.topItem

{
	width:240px;
	height:27px;
	cursor:pointer;
	background: #dd137b;
	text-decoration: none;
	color: #fff9f4;
  

 

}
.topItem1

{
	width:240px;
	height:27px;
	cursor:pointer;
	background: #f9a930;
	text-decoration: none;
	color: #fff9f4;
  

 

}

.dropMenu
{

  background:#ffffff;

  border-top:3px solid #ffffff;

  border-left:3px solid #ffffff;

  border-right:3px solid #ffffff;

  border-bottom:3px solid #ffffff;


}
.subMenu

{

   display:none;

}

.subItem

{

   padding-left:3px;

   cursor:pointer;

   text-decoration:none;

}



.subItem a

{

   text-decoration:none;


}



.subItemOver

{

   cursor:pointer;

   color:#666666;

   text-decoration:underline;

   padding-left:2px;

}



.subItemOver  a

{

   color:#666666;

}





.drop

{

   border-left:1px solid black;

   border-right:1px solid black;	

}
