#positioner
{
  position: relative;
  width: 800px;
  height: 20px;
}
.holder
{
  position: absolute;
  width: 100px;
  height: 20px;
  top: 0;
}
dl.menu
{
	width: 300px;
	float: left;
	font-size: 11px;
	/font-size: 10px;
	margin-top: -32000px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -9999px;
}
.p1
{
  left: 0;
}
.p2
{
  left: 100px;
}
.p3
{
  left: 200px;
}
.p4
{
  left: 300px;
}
.p5
{
  left: 400px;
}
.p6
{
  left: 500px;
}
.p7
{
  left: 600px;
}
.p8
{
  left: 700px;
}
dl.menu a
{
	display: block;
	height: 20px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
dl.menu dt
{
  float: left;
  padding: 0;
  position: relative;
  left: 9999px;
  z-index: 50;
  margin: 32000px 0 0 0;
}
dl.menu dt a
{
  width: 99px;
  float: left;
}
dl.menu dt a.sub
{
}
dl.menu dt a:hover, dl.menu dt a:focus, dl.menu dt a:active
{
  margin-right: 1px;
}
dl.menu dd
{
  float: left;
  padding: 0;
  margin: 0;
  font-size: 10px;
}
dl.menu dd.dd2
{
  height: 63px;
}
dl.menu dd.dd3
{
  height: 84px;
}
dl.menu dd.dd4
{
  height: 105px;
}
dl.menu dd.dd5
{
  height: 126px;
}
dl.menu dd:hover
{
  clear: both;
}
dl.menu dd a
{
	position: relative;
	height: 20px;
	width: 199px;
	left: 9999px;
	top: -100%;
	z-index: 60;
	background-image: url(../img/menu_bg.png);
}
dl.menu dd a:hover, dl.menu dd a:focus, dl.menu dd a:active
{
  margin-right: 0px;
}
