slect semua li yang tidak memiliki ul

// try to use a simple trick
ul li ul{
   font-weight: normal; 
}
ul li{
   font-weight: bold; 
}
Mehrshad Farzaneh