  
.mainDiv
{
	width: 160px;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	position:absolute;
	left:234px;
	top: 16px;
	overflow: hidden;
}
.topItem
{

}

.topItemOver
{
}


.topItemSel
{
  height:19px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  text-decoration: none;
  text-align: center;
  color: #CCC4A6; 
}


.dropMenu
{

}
.subMenu
{
  display:none;	 
}
.subItem
{
   cursor:pointer;
   heigth:19px;
   padding-left:8px;
   text-align: center;
   color:#786061;  
}

.subItemOver
{
   cursor:pointer;
   heigth:19px;
   padding-left:8px;
   text-align: center;
   color: #4E3E3F;
}


.subItemSel
{

}

.drop
{
   border-left:1px solid #666;
   border-right:1px solid #666;	
}
