I am trying to change the color of the links in the footer menu to 663300. Right now the links are silver. I have read through the thread and tried everything and I just can't seem to figure out how to do it. Right now this is the footer_menu.css
#footer {clear:both;margin:0;
}
#navSuppWrapper {
border:1px solid #ccc;
margin: 10px 0px 0;
padding: 0;
background:none;
font-weight: bold;
color: #000;
}
dl {margin: 30px 0 3px 0;padding:0;clear:both;height:79px;width:100%;
}/*Adjust the height and width of the menu*/
dt {margin-bottom:.3em;font-weight:bold;}
dd {margin:0;padding:0;float:left;width:24.3%;background-color:#f6e2dd;}/*Column width of the menu - currently set for 4 columns*/
ul {margin:0;padding:0;list-style: none;}
li {margin:0;padding:0; }
li a {color:663300;margin:0;padding-left:2em;display:block;}
li a:hover {background:#f6e2dd;}
.menuTitle {margin:0;padding-bottom:.3em;text-align:center;font-size:1.1em;}
.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;}
This is the
website.
TIA TOM

Bookmarks