Quote Originally Posted by Green333 View Post
Hi again (o patient one!)

Ok - so maybe I'm having a really blond day, but my includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css is as per my previous post, and I don't appear to have the section that you have described. (and I'm pretty sure that it matches the one that I downloaded as part of the mod)

(Clearly I'm looking at something really really wrongly)

sorry - could you just have a look at my file again?
This is the stylesheet for the footer menu:

Code:
#footer {
	margin: 0 auto;
	text-align: left;
	background: url(../images/footer_bg.gif);
	width: 960px;
	height:112px;
	clear:both;
	}
#navSuppWrapper {
	margin: 10px 5px 10px;
	padding: 0;
	background:none;
	color: #444;
	width:100%;
	}	
#navSuppWrapper dl {margin: 0 0 3px 0;padding:0;clear:both;height:79px;width:100%;}/*Adjust the height and width of the menu*/
#navSuppWrapper dt {margin-bottom:.3em;font-weight:bold;}
#navSuppWrapper dd {margin:0;padding:0;float:left;width:24.3%;}/*Column width of the menu - currently set for 4 columns*/
#navSuppWrapper ul {margin:0;padding:0;list-style: none;}
#navSuppWrapper li {margin:0;padding:0;}
#navSuppWrapper li a:link {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;font-size:.9em;display:block;}
#navSuppWrapper li a:visited {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
#navSuppWrapper li a:hover {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
#navSuppWrapper li a:active {letter-spacing:.1em;color: #444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
.menuTitle {margin:0;padding-bottom:.3em;text-align:center;font-size:1.1em;font-weight:bold;}
.first, .second, .third {border-right:1px dotted #000;}
#siteinfoLegal {
   margin:0 auto;
	padding: .5em 0 0;
	font-size: 0.9em;
	text-align:center;
	width:100%;
	line-height:normal;
	clear:both;
}
#siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #000;font-weight:bold;white-space: nowrap; }
#siteinfoLegal a:hover {color: #000;background: #EAC27C;}