ul.jd_menu, 
ul.jd_menu_vertical {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	display: none;
}
ul.jd_menu li {
	float: left;
}
ul.jd_menu_vertical {
/*	width: 300px;*/
}
ul.jd_menu_vertical li {
	float: none;
}

/* -- Sub-Menus -- */
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
	text-decoration: none;
}
ul.jd_menu ul li,
ul.jd_menu_vertical ul li {
	float: none;
	margin: 0px;
}

/* Controls the main menu as a whole, the whole bar where the items sit.*/
ul.jd_menu,
ul.jd_menu ul,
ul.jd_menu_vertical,
ul.jd_menu_vertical ul {
	background: #369 url(../images/menubg.jpg) repeat-x;
	height: 25px;
}
ul.jd_menu_vertical {
	height: auto;
}
ul.jd_menu ul {
	height: auto;
}
* html ul.jd_menu ul {
	width: auto;
}

/* control the top menu items as an individuals */
ul.jd_menu li {
	font-family: Arial, "Courier New", Courier, monospace;
	font-size: 9pt;
	color: #FFF;
	line-height: 18px;
	margin: 0px;
	padding: 4px 0px 2px 0px;
	height: 19px;
	width: 158px;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
	border-right: #ffffff 1px solid;
	text-decoration: none;
}

/* this controls the drop downs look and feel */
ul.jd_menu li li {
	text-decoration: none;
	width: 156px;
	background: #369 url(../images/menubg.jpg) repeat-x;
	border-bottom: #ffffff 1px dotted;
}

/* this controls the link on the drop downs. */
ul.jd_menu li a {
	text-decoration: none;
	color: #ffffff;
	text-transform: none;
}

/* this controls what they look like when they are selected or the submenus are selected. */
ul.jd_menu li.jdm_hover,
ul.jd_menu li.jdm_active {
	color: yellow;
	padding: 4px 0px 2px 0px;
	line-height: 18px;
	height: 19px;
	font-weight: none;
	font-size: 9pt;
	margin: 0px;
	border-right: #ffffff 1px solid;
	text-decoration: none;
	background: #369 url(../images/menubg2.jpg) repeat-x;	
	
/*	border: 1px solid #369;
	border-left: 1px solid #9CF;
	border-top: 1px solid #9CF;
	*/
}
