/* Start of CMSMS style sheet 'Navigation: FatFootMenu' */
#footer ul {
   margin: 0px;
   margin-left: 5px;
   padding: 0px;
   list-style: none;
font-size: 10px;
color: #727272;
}
#footer ul li {
   list-style: none;
   float:left;
   margin: 0px;
   padding: 10px;
/* you can set your own image here, used for consistency 
   background: url(images/cms/dot.gif) no-repeat left 10px;*/

}
#footer ul li a {
/* this will make the "a" link a solid shape */
   display:block;   
   padding: 1px;
color: #727272;
}
/* set h3 to look like "a" */
#footer li h3 {
   font-weight:bold;
   font-size:100%;
   padding: 0px;
}
/* set h3 to look like "a", less margin at this level */
#footer li li h3 {
   font-weight:bold;
   font-size:100%;
   margin: 0px;
   padding: 1px;

}
#footer ul li li {
   list-style: none;
   float:none;
   margin: 0px;
   padding: 0px 0px 0px 1px;
/* you can set your own image here, used for consistency 
   background: url(images/cms/dot.gif) no-repeat left 3px;*/
}
/* fix for IE6 */
* html #footer ul li a {
   margin: 2px 0px 0px;
   padding: 0px 5px 5px 5px;
color: #727272;
}
* html #footer u li li a {
   margin: 0px 0px 0px;

}
/* End fix for IE6 */
#footer ul ul {
   float:none;
   margin: 0px 0px 0px 0px;
   padding: 0;
}
#footer ul ul ul {
/* remove float so they line up under li above it */
   float:none;
/* a little margin to offset it */
   margin: 0px 0px 0px 8px;
   padding: 0;
}
/* End of 'Navigation: FatFootMenu' */

