Hi,
I’m sorry that there’s no module class suffix for you to style the module look like the split sub menu. Split sub menu is the special part of the template [Your site navigation] so we make it looks a little bit different from other modules style.
However, you can always apply the style to other modules by copying and pasting the CSS code in “ja_zibal/ja_splitmenu/ja-splitmenu.css“. You can find it here:
#ja-subnav ul {
margin: 0;
padding: 0;
}
#ja-subnav li {
margin: 0;
padding: 0;
background: none;
}
#ja-subnav a {
padding-left: 24px;
display: block;
background: url(img/submenu-bg.gif) no-repeat top left;
height: 22px;
line-height: 20px;
color: #666666;
text-decoration: none;
}
#ja-subnav a:hover, #ja-subnav a:active,
#ja-subnav li.active_menu a, #ja-subnav li.active_menu a:hover {
background: url(img/submenu-bg.gif) no-repeat bottom left;
text-decoration: none;
color: #4D84A7;
}
Hope it helps! 🙂