#debugDiv{
	width: 260px;
	height:300px;
	overflow: auto;
	border:2px #f00 solid;
	position: absolute;
	top: 0px; left: 0px;
	background-color:#fff;
}
.menuDiv{
  padding: 0px; margin: 0px;
  float:left;
  clear:left;
  width:100%;
}
.menuBar{
/*	border-collapse:collapse;*/
	border-spacing: 0px; /*not work in IE for this .setAttribute('cellSpacing', '0'); in JS*/
	padding: 0px; margin: 0px;
}
.subMenuDiv{
	overflow: hidden;
	position: absolute;
	top: 0px; left: 0px;
	visibility: hidden;
	/*display: none;*/
	padding: 0px; margin: 0px;
	z-index:99;
}
.subMenuDivV{
	display: none;
}
.allItems{
	width: 100%;
/*	border-collapse:collapse;*/
	border-spacing: 0px;/*not work in IE for this .setAttribute('cellSpacing', '0'); in JS*/
	padding: 0px; margin: 0px;
	cursor: pointer;
/*	white-space: nowrap;*/
	text-decoration:none;
}
.bullets{
	border: 0px none;
}
.menuClickAdminImg{
	border: 0px none;
}
.surroundDIV{
	display: inline;
}
a img{
border:0;
}

.horiz-butt {width:19px; height:18px; background-image: url(horiz.gif); cursor:pointer; }
.horizup-butt {width:19px; height:18px; background-image: url(horizup.gif); cursor:pointer; }
.vert-butt {width:19px; height:18px; background-image: url(vert.gif); cursor:pointer; }
.verts-butt {width:19px; height:18px; background-image: url(ver-side.gif); cursor:pointer; }
