.footer {
position:relative; 
z-index:1000;
font-size:90%;
}

/* remove all the bullets, borders and padding from the default list styling */
ul.footer,
.footer ul {
padding:0;
margin:0;
list-style-type:none;
width:75px;
}
/* hack for IE5.5 */
* html .footer ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.footer li {
position:relative;
}

/* get rid of the table */
#footer table {position:absolute; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.footer a, 
.footer a:visited {
display:block; 
height:20px;
color:#F3ECDE;
font-size: 11px;
}

/* hack for IE5.5 */
* html .footer a, 
* html .footer a:visited {
width:150px; 
w\idth:149px;
}

/* style the link hover */
.footer a:hover{
color:#3D3526; 
}

.footer ul li.active a {
color:#3D3526; 
font-weight: bold;
}
