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: 164px;
}
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-color: #300d0d;
	height: 30px;
}
ul.jd_menu_vertical {
	height: auto;
}
ul.jd_menu ul {
	height: auto;
}
* html ul.jd_menu ul {
	width: 164px;
}

/* control the top menu items as an individuals */
ul.jd_menu li {
	font-family: "Arial Narrow","Arial", "Courier New", Courier, monospace;
	font-size: 11pt;
	color: #FFF;
	line-height: 28px;
	margin: 0px;
	height: 30px;
	width: 164px;
	cursor: pointer;
	text-align: left;
/*	border-left: #911d1a 1px solid;
	border-right: #911d1a 1px solid;*/
	text-decoration: none;
}

/* this controls the drop downs look and feel */
ul.jd_menu li li {
	text-decoration: none;
	width: 200px;
	background-color: #300d0d;
	border-left: white 1px solid;
	border-right: white 1px solid;
}

/* this controls the link on the drop downs. */
ul.jd_menu li a {
	padding-left: 10px;
	text-decoration: none;
	color: white;
	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 {
	background: #300d0d url(../images/menubg.jpg) repeat;
/*	color: #911d1a;*/
	color: white;
	line-height: 28px;
	height: 29px;
	font-size: 11pt;
	margin: 0px;
	border-left: #911d1a 1px solid;
	border-right: white 1px solid;
	border-bottom: #911d1a 1px dotted;
	text-decoration: none;
/*	border: 1px solid #369;
	border-left: 1px solid #9CF;
	border-top: 1px solid #9CF;	*/
}