ul.jd_menu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

ul.jd_menu li
{
	float: left;
}

/* -- Sub-Menus -- */
ul.jd_menu ul
{
	position: absolute;
	display: none;
	list-style-type: none;
	margin: -3px 0 0 3px;
	padding: 0;
	z-index: 10000;
}

ul.jd_menu ul li
{
	float: none;
	margin: 0;
}

ul.jd_menu ul
{
	background-color: #006666;
	text-align: left;
	height: auto;
}

* html ul.jd_menu ul
{
	width: 1%;
}

ul.jd_menu ul li
{
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	margin: 0;
	border-bottom: 1px solid white;
	padding: 4px 0 3px 0;
	height: 21px;
	cursor: pointer;
	white-space: nowrap;
}

ul.jd_menu li li
{
	width: 128px;
}

ul.jd_menu li a
{
	color: white;
	text-decoration: none;
}

ul.jd_menu ul li a
{
  display: block;
  width: 116px;
  height: 20px;
  padding: 0 0 0 12px;
}

ul.jd_menu ul li.jdm_hover a,
ul.jd_menu ul li.jdm_active a
{
  color: #006666;
  background-color: white;
}
