ul.jd_menu_slate {
	height: 16px;
	clear: both;
}

ul.jd_menu_vertical {
	width: 170px;
	height: auto;
	clear: both;
	/*background: url(gradient-vertical.png) repeat-x;*/
	background-color: #FFF;
}

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: #000;
}

ul.jd_menu_slate li {
	cursor: pointer;
	white-space: nowrap;
	color: #FFF;
	display: block;
	text-decoration: none;
	margin-left: 0;
	height: 21px;
	font: normal 11px Verdana;
	color: #000;
	background: transparent url(/img/btn_nav.gif) no-repeat;
	text-indent: 25px;
	line-height: 20px;	
	padding:0;
}

/* prevents banding in IE */
ul.jd_menu_slate ul {
	background: url(/img/bgd_leftside6.jpg);
}

ul.jd_menu_slate ul li {
	/*padding: 3px 10px 3px 4px;*/
	white-space: nowrap;
	padding:0;
	margin:0;
	padding-right:8px;
	background: url(/img/bgd_leftside6.jpg);
	border: none;
	color: #000;
	width:200px;
	text-align:right;
	height: 15px;
	line-height: 1.2em;
}

ul.jd_menu_slate ul li.jd_menu_active,
ul.jd_menu_slate ul li.jd_menu_hover {
	cursor: pointer;
	color: #007;
	text-decoration:underline;

}
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 {
	color: #000;
	text-decoration:underline;
}
