ul.jd_menu {
	position: relative;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;

	height: 17px;
	width: 110px;

	list-style-type: none;

/* 	background-color: #DBAD00; */
	/* background: url(gradient.png) repeat-x; 

	border: 1px solid #70777D;
	border-top: 1px solid #A5AFB8;
	border-left: 1px solid #A5AFB8;
	border-bottom: 1px solid #012;*/
	z-index:5;
}
ul.jd_menu ul {
	display: none;
}
ul.jd_menu a {
	text-decoration: none;
	font-size:10px;
	color:#FFF; /* ??? */
}
/*
ul.jd_menu img {
	margin-bottom: -2px;
	margin-left: 0px;
	margin-right: 6px;
}
*/
ul.jd_menu li {
	float: left;

	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	padding: 0px 25px 0 4px;
/*	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px; */
	padding-left: 5px; 

	/* border-left: 1px solid #012; */
	
	color: #FFF; /* color for top item with sub nav */
	cursor: pointer;
	white-space: nowrap;
}
ul.jd_menu li.jd_menu_bar_hover {
	padding-left: 5px;
/*	border-left: 1px solid #012; 
	padding-right: 5px;*/
	/*border-right: 1px solid #929AA1;
	border-right: 1px solid #70777D;*/
	color: #000; /* color for top item with sub nav and mouse over */
	/* background: url(gradient-alt.png) repeat-x; */
}
ul.jd_menu a.jd_menu_bar_hover {
	color: #FFF; /* ??? */
}
ul.jd_menu li a {
	color: #000; /* Top Menu items with out sub menus */
}

/* -- Sub-Menus Styling -- */
ul.jd_menu ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color:#FFF;
	background-color: #366;
/*	background: #E6E6E6;
	background: #70777D;
	background: #ABB5BC; */
	border: 1px solid #70777D;
}
ul.jd_menu ul li {
	float: none;
	margin: 0px;
	margin-left: 0px;
	padding: 3px 34px 3px 4px;

	border-top: 1px solid #A5AFB8;
	border-bottom: 1px solid #70777D;
	
	background: #366;
	border: none;
/*	color: #A5AEB7; */
	color: #FFF;

	width: 100px;
		/*
	*/
}
ul.jd_menu ul li.jdm_hover {
/*	background: url(gradient.png) repeat-x; 
	padding-top: 2px;
	border-top: 1px solid #ABB5BC;
	padding-bottom: 2px;
	border-bottom: 1px solid #929AA1; */
	color: #FFF;
	background-color: #C47D70; /* menu item mouse-over highlight color */
}
ul.jd_menu ul a.jd_menu_hover {
	color: #FFF;
}
ul.jd_menu ul li a {
	color: #FFF;

}
