ul.jd_menu {
	position: relative;
	margin: 0px;
	padding: 0px;
	width:232px;
	height:37px;
	list-style-type: none;
  z-index:500;
	/*background-color: #83AFAB;*/
	/*background: url(gradient.png) repeat-x;*/
	border: 0px solid #70777D;
	border-top: 0px solid #A5AFB8;
	border-left: 0px solid #A5AFB8;
}
ul.jd_menu ul {
	display: none;
}
ul.jd_menu a, 
ul.jd_menu a:active,
ul.jd_menu a:link,
ul.jd_menu a:visited,
{
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
}
ul.jd_menu li {
	float: left;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	white-space: nowrap;
	border-bottom: 1px solid #F3F9EF;
	color: #FFF;
}
ul.jd_menu li.jd_menu_hover_toolbar {
	padding-left: 0px;
	border-left: 0px solid #ABB5BC;
	padding-right: 0px;
	border-right: 0px solid #929AA1;
	border-right: 0px solid #70777D;
	color: #FFF;
	/*background: url(gradient-alt.png) repeat-x;*/
}
ul.jd_menu a.jd_menu_hover_toolbar {
	color: #FFF;
	color: #508DCC;
}

/* -- Sub-Menus Styling -- */
ul.jd_menu ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px; /* No fucking way!!! */

	/*background: #83AFAB;*/
	border: 0px solid #70777D;
}
ul.jd_menu ul li {
	float: none;
	margin: 0px;
	padding: 8px 2px 8px 10px;
	width: 169px; /* 229 217 */
	background: #1A418F;
	border: none;
	color: #FFF;
	border-bottom: 1px dashed #42629D;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
ul.jd_menu ul li.jd_menu_hover {
	/*background: url(gradient.png) repeat-x;*/
	padding-top: 2px;
	border-top: 0px solid #ABB5BC;
	padding-bottom: 0px;
	border-bottom: 0px solid #929AA1;
	color: #FFF;
	padding: 8px 2px 8px 10px;
	border-bottom: 1px dashed #42629D;
}
ul.jd_menu ul a, 
ul.jd_menu ul a:active,
ul.jd_menu ul a:link,
ul.jd_menu ul a:visited {
	text-decoration: none;
	color: #508DCC;
	text-transform: uppercase;
	font-weight: bold;
}
ul.jd_menu ul a.jd_menu_hover {
	color: #FFF;
}
