.drawer-handle {
    background:#97C43A url(selector_normal.gif) no-repeat scroll 10px;
    color:#fff;
    cursor:pointer;
    font-size:12px;
    font-weight:bold;
    height:32px;
    line-height:32px;
    margin-bottom:0pt;
    text-indent:38px;
    width:235px;
    border-bottom:solid 1px #fff;
}

.drawer h4{ margin:0; }


#accordion{ font-family:"Segoe UI",Frutiger,Tahoma,"Helvetica","Helvetica Neue",Arial,sans-serif; }

/* ------------- customized item style ------------- 	*/

.menu_item_title{ font-weight:bold; }
.menu_item_desc { color:#999; }

.accordion_item_img{ float:left; margin-right:15px; }
.accordion_item_img img{ border:solid 0 transparent; height:28px; }


.inner-drawer{ font-size:11px; width:235px; background-color:White; border-bottom:solid 1px #EFF3F6; }
.inner-drawer ul {list-style: none;}
.inner-drawer li {text-decoration:none; }
.inner-drawer li a{ padding:10px 5px 10px 15px; margin:0; border-bottom:dashed 1px #EBEBEB; display:block; text-decoration:none; color:#000;  background:url(arrow_list.png) no-repeat; background-position:right; }
.inner-drawer li a:hover{ color:#007BE3; }
.inner-drawer li.odd{ background:#FDFDFD; }
.inner-drawer li:hover{ margin:0; background:#F7F7F7; }
.inner-drawer ul{ margin:0; padding:0; }




