ul.jd_menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
	background-color: #E6DDD9;
	border-top: 1px solid #465082;
	border-bottom: 1px solid #465082;
	
	height: 2em;
	float: none;
}

ul.jd_menu li {
	float: left;
	
	font-size: 1em;
	color: #465082;
	font-weight: bold;
	padding: 0 16px 0 16px;
	border-right: 1px solid #465082;
	line-height: 2em;
	
	margin: 0;
	
	cursor: pointer;
	white-space: nowrap;
}

ul.jd_menu ul {
	display: none;
	position: absolute;
	list-style-type: none;
	
	margin: 0px;
	padding: 0px;
	z-index: 10000;
	height: auto;
		
	background-color: #E6DDD9;
	border: 1px solid #465082;
	border-top: 1px solid #8888BB;
}

ul.jd_menu ul li {
	float: none;
	margin: 0;
	border: none;
	
	font-size: 1em;
	color: #465082;
	line-height: 2em;
	
	cursor: pointer;
	white-space: nowrap;
}

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

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

ul.jd_menu li.jdm_hover,
ul.jd_menu li.jdm_active {
	background-color: #FFF7E5;
	color: #465082;
}
