ul.jd_menu, 
ul.jd_menu_vertical {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 25px;
}
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	display: none;
}
ul.jd_menu li {
	float: left;
	margin:0;
	padding: 0;
	height: 25px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	white-space: nowrap;
}

/* -- Sub-Menus -- */
ul.jd_menu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
	background: #EEC900;
	/*background: url(/images/navi/background.png);*/
	
}
ul.jd_menu ul li,
ul.jd_menu_vertical ul li {
	float: none;
	margin: 0px;
	width: 122px;
	height: auto;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	line-height: 14px;
	margin: 0px;
	padding: 0; 
	cursor: pointer;
	white-space:normal;
}

ul.jd_menu ul li.wide,
ul.jd_menu_vertical ul li.wide {
	float: none;
	margin: 0px;
	width: 122px;
	height: auto;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	line-height: 14px;
	margin: 0px;
	padding: 0; 
	cursor: pointer;
	white-space:normal;
}


ul.jd_menu ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
	background: #EEC900;
	/*background: url(/images/navi/background.png);*/
	width: 122px;
	height: auto;
}

ul.jd_menu ul.wide {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
	background: #EEC900;
	/*background: url(/images/navi/background.png);*/
	width: 132px;
	height: auto;
}

* html ul.jd_menu ul {
	width: 1%;
}


ul.jd_menu li li 
{
	width: 115px;
	padding: 5px 0 5px 5px;
	border-bottom: #996600 1px solid;
	border-left: #996600 1px solid;
	border-right: #996600 1px solid;
	border-top: #ffff99 1px solid;
}
ul.jd_menu li ul.wide li 
{
	width: 125px;
	padding: 5px 0 5px 5px;
	border-bottom: #996600 1px solid;
	border-left: #996600 1px solid;
	border-right: #996600 1px solid;
	border-top: #ffff99 1px solid;
}

ul.jd_menu li a {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	width: 122px;
}


ul.jd_menu li a:hover {
	font-weight: bold;
	color: green;
	text-decoration: none;
	width: 110px;
}

ul.jd_menu li li.jdm_hover,
ul.jd_menu li li.jdm_active {
	width: 115px;
	padding: 5px 0 5px 5px;
	border-bottom: #996600 1px solid;
	border-left: #996600 1px solid;
	border-right: #996600 1px solid;
	border-top: #ffff99 1px solid;
	
}

ul.jd_menu li.has3rdlevel
{
	background: #EEC900 url(/images/navi/has3rdlevel.gif) no-repeat right center;
}