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;
}
ul.jd_menu ul li,
ul.jd_menu_vertical ul li {
	float: none;
	margin: 0px;
}


ul.jd_menu,
ul.jd_menu ul,
ul.jd_menu_vertical,
ul.jd_menu_vertical ul { /* this is for the background color of the menu bar itself */

	background-color: #920A0A;
	border: 1px solid #923D0A;
	border-top: 1px solid #923D0A;
	border-left: 1px solid #923D0A;
	
	height: 40px;
}
ul.jd_menu_vertical {
	height: auto;
}
ul.jd_menu ul {
	height: auto;
}
* html ul.jd_menu ul {
	width: 1%;
}
ul.jd_menu li { /* change here for the position below the parent (main) menu item */
	font-family: sans-serif;
	font-size: 16px;
	color: #FFF;
	
	line-height: 16px; /* this is for the position of the text in the menu */
	
	margin: 0px;
	padding: 2px 5px 3px 5px; /* top right bottom left */
	height: 33px;
	
	cursor: pointer;
	white-space: nowrap;
}
ul.jd_menu li li {
	width: 200px;
}
ul.jd_menu li a {
	color: #FFF;
	text-decoration: none;
}

ul.jd_menu li.jdm_hover,
ul.jd_menu li.jdm_active { /* this is for the colors of the sub menu
	background-color: #920A0A;
	color: #FFF;
	
	padding: 1px 4px 1px 4px;
	border: 1px solid #920A0A;
	border-left: 1px solid #923D0A;
	border-top: 1px solid #923D0A;
	
}
