ul.jd_menu {
	/*position: relative;*/
	top:0;
	left:0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 10;
}
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
{
	display : block;
	height : 100%;
	text-decoration: none;
	color: #C4D8E7;
	cursor: pointer;
}
ul.jd_menu li {
	float: left;
	padding: 5px 0 0 0;
	white-space: nowrap;
	width: 156px;
	height: 65px;
	
	font: normal bold 14px Arial,Tahoma,sans-serif;
	background-image: url('');
	background-position: top center;
	background-repeat: no-repeat;
	color: #C4D8E7;
	text-align : center;
	vertical-align: text-bottom;
}
ul.jd_menu li.jd_menu_hover_toolbar {
	color: #fff !important;
	background: #022322;
}
ul.jd_menu a.jd_menu_hover_toolbar {
	color: #FFF;
}

/* -- Sub-Menus Styling -- */
ul.jd_menu ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	/*background: #ABB5BC;*/
}
ul.jd_menu ul li {
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	width: 200px;
	height: auto;
	text-align : left;
	color: #C4D8E7;
	
	font: normal normal 12px Tahoma,sans-serif;
	background: #022322;
}
ul.jd_menu ul li.jd_menu_hover {
	color: #fff !important;
	background-color: #00b2e8 !important;
	filter:alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}
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: #00b2e8;
	color: #fff;
	
}
ul.jd_menu ul a.jd_menu_hover {
	color: #fff !important;
}
li.subMenu{
	background: #022322 url(/ita_/lib_temas/ita/lib_img/arrow.gif) no-repeat center right  !important;
}
li.subMenu.jd_menu_hover{
	background-image: none  !important;
}