Hi SOC21
create a Menu type Module in joomla.
in "advanced" tab of the module put: Class Suffix = (space)footermenu
in custom.css put this ("float: left" to make it horizontal, and other things to change the style):
.footermenu > li.active > a, .footermenu > li.active > a:hover, .footermenu > li.active > a:focus {
color: #000;
background-color: transparent!important;
}
.footermenu > li > a {
border-radius: 0px;
position: relative;
display: block;
padding: 15px 10px;
float: left;
}
.footermenu > li > ul > li> a {
padding: 2px 2px;
}
Regards