ul.jd_menu_slate {
	height: 19px;
	border: 0px solid #70777D;
	border-top: 0px solid #A5AFB8;
	border-left: 0px solid #A5AFB8;
	clear: both;
}
ul.jd_menu_slate {
	clear: both;
	padding:5px;
	height: 19px;
	
}
ul.jd_menu_vertical {
	width: 206px;
	height: auto;
	padding:0px;
	clear: both;
}


ul.jd_menu_slate a, 
ul.jd_menu_slate a:active,
ul.jd_menu_slate a:link,
ul.jd_menu_slate a:visited {
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
}
ul.jd_menu_slate ul li a,
ul.jd_menu_slate ul li a:active,
ul.jd_menu_slate ul li a:link,
ul.jd_menu_slate ul li a:visited {
	color: #FFF;
		font-size: 12px;
}


ul.jd_menu_slate li {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	padding: 4px 6px 4px 6px;
	cursor: pointer;
	white-space: nowrap;
	color: #FFF;
	height: 22px;
	background-color:#2A6189;
	font-family: verdana;
	font-weight: bold;
	padding-top: 6px;
	*padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 0px;
	*padding-bottom: 8px;
	margin-bottom: 1px;
}

ul.jd_menu_slate li.menuSelected {
	background: #688DA8;
}

ul.jd_menu_slate li.hasChildrenSelected {
	background-color: #688DA8;
	background-image: url(/images/arrow-right.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center right;	
}

ul.jd_menu_slate li.jd_menu_active_menubar,
ul.jd_menu_slate li.jd_menu_hover_menubar {
	color: #FFF;
	background-color:#688DA8;
	left:100px;
	height: 22px;
}

ul.jd_menu_vertical li.jd_menu_active_menubar,
ul.jd_menu_vertical li.jd_menu_hover_menubar {
	border-left: 0px;
	border-right: 0px;
	background-color:#688DA8;
	height: 22px;
	
}

ul.jd_menu_slate ul {
	background: #6E93AF;;
	border: 4px solid #6E93AF;
	border-bottom: 2px solid #6E93AF;
	margin-top: -2px;	
}
ul.jd_menu_slate ul li {
	padding-top: 5px;
	padding-bottom: 0px;
	*padding-top: 3px;
	*padding-bottom: 4px;	
	border: none;
	color: #FFF;
	background-color:#86a4bc;
	width: 206px;
	position:relative;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 2px;		

	
}

ul.jd_menu_slate ul li.menuSelected {
	background-color:#9db6ca;
}

/* The styles below are those that appear in the drop outs */
ul.jd_menu_slate ul li.jd_menu_active,
ul.jd_menu_slate ul li.jd_menu_hover {
	padding-top: 5px;
	padding-bottom: 0px;
	*padding-top: 3px;
	*padding-bottom: 4px;
	color: #FFF;
	background-color:#9db6ca;
	font-size: 12px;
	
	
}
ul.jd_menu_slate ul li.jd_menu_active a.jd_menu_active,
ul.jd_menu_slate ul li.jd_menu_hover a.jd_menu_hover {
	padding-top: 5px;
	padding-bottom: 0px;
	*padding-top: 3px;
	*padding-bottom: 4px;	
	color: #FFF;
	background-color:#9db6ca;
	font-size: 12px;	

}

.hasChildren{
	background-image: url(/images/arrow-right.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center right;
}

.hasChildrenSelected {
	background-image: url(/images/arrow-right.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center right;
}
