ul.jd_menu {  
    list-style: none;
    margin: 0;
    font-size: 12px;
    padding-top:12px;
    padding-left:0px;
    z-index:10;
}
ul.jd_menu li {
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
    position: relative; /* Deklarasi x dan y untuk jd_menu ul */
}
ul.jd_menu li a {
    color: #e0e0e0;
    font-weight:bold;
    float: left;
    padding: 2px 6px 6px;
    text-decoration: none;
}
ul.jd_menu li a:hover{  
    color:#fff;
    border-bottom: 3px solid #ffcc2a; /*--color id 02--*/
}
ul.jd_menu li a:active{  
    color:#fff;
    border-bottom: 3px solid #ffcc2a; /*--color id 02--*/
}
ul.jd_menu li span {
    width: 14px;
    height: 14px;
    float: right;
    margin-top: 2px;
    background: url('../images/pg-down2.png') no-repeat center top;
}
ul.jd_menu ul {
    list-style: none;
    position: absolute;
    top: 24px;
    background: #222;
	background:#00812E; /*--color id 01--*/
    margin: 0;
    display: none;
    border: 1px solid #006825;
    z-index:5;
	padding:0;
}
ul.jd_menu ul li {
    padding: 0;
}
ul.jd_menu ul li a {
	color:#fff;
	font-weight:normal;
    padding: 5px;
    width: 170px;
}
ul.jd_menu ul li a:hover {
    background-color: #ffcc2a; /*--color id 03--*/
    border-bottom: none;
	color:#ffffff;
}
ul.jd_menu ul li a span {
    width: 14px;
    height: 14px;
    float: right;
    margin-top: 2px;
    background: url('../images/pg-right2.png') no-repeat center top;
}
ul.jd_menu li:last-child ul{width:180px;}
ul.leafnav {
    list-style: none;
    position: absolute;
    top: -1px;
    left: 181px;
	background:#00812E; /*--color id 01--*/
    margin: 0;
    padding: 0;
    display: none;
    border: 1px solid #006825;
    z-index:5;
}
/*-----*/
/*---------color id------------*/
/*---color id 01 #00812E---*/
/*---color id 02 #ffcc2a---*/
/*---color id 03 #ffcc2a---*/
/*--coloring--*/