@charset "utf-8";
.FrontProductsCategory_show01-d12_c1 LI  ul li A.current2{
   color: #F17100;
    font-weight: normal;
}
.nav{
   width: 100%;
}
.nav UL{
}
.nav LI{
   margin: 0px;
}
.nav .child{
   display: none;
   margin:0px;
   padding:0px;
}
.nav A{
 background: rgba(0, 0, 0, 0) url("/images/my/arrow.jpg") no-repeat scroll left 20px center;
    border-bottom: 1px solid #f0f0f0;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 60px;
    text-decoration: none;    color: #0a5fb2;
}
.nav a:hover{text-decoration:none; color:#F17100;}
.nav .child LI{
  
}
.nav .child A{
 background:rgba(0, 0, 0, 0) url("/images/products/ico03.gif") no-repeat scroll 36px 18px;
    border-bottom: 1px solid #f0f0f0;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;    color: #666;
}
.nav .child A:hover{
   color:#f17100;
}
.nav .child .child li{
   background:url(/images/products/ico03.gif) no-repeat 15px 13px;
}
.nav .child .child A{
   border-bottom: #ddd 1px dotted;
    line-height: 30px;
    padding-left: 30px;
    display: block;
    height: 30px;
    color: #666;
    margin-left: 0px;
    font-weight: normal;
    text-decoration: none;
    width:140px;
}