/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; z-index: 10000; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; z-index: 10000; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  /** html #nav ul { line-height: 0; }  IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 130px; }
#nav ul ul { left: 130px; }
* html #nav ul ul { width: 1%; }

/* Everything else is theming */
 
#nav *:hover { background-color: none; }
/*#nav a { color: white; font-size: 12px; padding: 6px; line-height: 1; text-decoration: none;}
  #nav li.hover a { color: #75C6B6; text-decoration: underline; }
  #nav ul { top: 0; left:130px; }
    #nav ul li a { background-color: #888; color: #EFEFEF; text-decoration: none;}
      #nav ul a.hover { background-color: #888; text-decoration: underline;}
   #nav ul a { border-right: none; opacity: 0.9; filter: alpha(opacity=95); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

#nav ul { top: 0; left:130px; }

#nav li {
	font-size: 12px;
	/*line-height: 14px;*/
	margin: 0px;
	padding-top:8px;
	padding-bottom:5px;
	height: 20px;
	cursor: pointer;
	white-space: nowrap;
	border-bottom: 1px solid #999;
	width: 130px;
}

.jd_menu1 a,
.jd_menu1 a:visited {
	color: #ccc;
	text-decoration: none;
}

.jd_menu1 a:hover,
.jd_menu1 a:active {
	color: #75C6B6;
	text-decoration: underline;
	filter: alpha(opacity=50);
	opacity: 0.9;
}

.js_menu2{
	text-decoration: none;
	width: 130px;
	background-color: #888;
	margin: 0px;
	color: #EFEFEF;
}

.jd_menu2 a {
	text-decoration: none;
	color: #EFEFEF;
}

.jd_menu2 a:hover,
.jd_menu2 a:active, {
	color: #75C6B6;
	text-decoration: underline;
}