.mainDiv
{
  width:160px;
}

.topItem1
{
  width:160px;
  height:22px;
  cursor:pointer;
  background:url(images/bg-menuleft.gif);
  color: black; 
  font-weight:bold;
}

.dropMenu
{
  background:#d7e7fa;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:20px;
   cursor:pointer;
   	font-family: Arial;
	font-size: 11px;
	font-style: regular;
	font-weight:normal;
	line-height:20px;
	color: #000000;
	width:auto;
}

.subItem a
{
   color:black;
}

.subItemOver
{
	padding-left:20px;
   	font-family: Arial;
	font-size: 11px;
	font-style: regular;
	font-weight:normal;
	cursor:pointer;
	line-height:20px;
   	color:blue;

}

.subItemOver  a
{
   color:blue;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
