/* Start of CMSMS style sheet 'Navigation: FatFootMenu' */
#footer ul {
/* some margin is set in the footer padding */
   margin: 0px;
/* calling a specific side, left in this case */
   margin-left: 0px;
   padding: 0px;
/* remove any default bullets, image used in li call */
   list-style: none;
}
#footer ul li {
/* remove any default bullets, image used for consistency */
   list-style: none;
/* float left to set first level li items across the top */
   float:left;
/* a little margin at top */
   margin: 5px 0px 0px 0px;
/* padding all the way around */
   padding: 5px 45px 5px 0;
/* you can set your own image here, used for consistency */
/*   background: url(uploads/ngrey/dot.gif) no-repeat left 10px;*/
/* color of text, the link color is set below */
    color: gray;
    font-size: 11px;
}
#footer ul li a {
/* this will make the "a" link a solid shape */
   display:block;
   margin: 5px 0px 5px 0px;
   padding: 0px 5px 5px 0px;
   color: gray;
   font-size: 11px;
}
/* set h3 to look like "a" */
#footer li h3 {
   font-family:Verdana,Sans,Helvetica,sans-serif;
   line-height:1em;
   color: gray;
   font-size: 11px;
   font-weight:normal;
   margin: 0px 0px 5px 0px;
   padding: 0px 5px 5px 0px;
    font-size: 11px;
   text-decoration: underline;
}
/* set h3 to look like "a", less margin at this level */
#footer li li h3 {
   font-weight:normal;
   line-height:1em;
   margin: 0px 0px 5px 0px;
   padding: 0px 5px 5px 0px;
   text-decoration: underline;
}
#footer ul li li {
/* remove any default bullets, image used for consistency */
   list-style: none;
/* remove float so they line up under top li */
   float:none;
/* less margin/padding */
   margin: 0px;
   padding: 0px 0px 0px 0px;
/* you can set your own image here, used for consistency */
/*   background: url(uploads/ngrey/dot.gif) no-repeat left 3px;*/
}
/* fix for IE6 */
* html #footer ul li a {
   margin: 5px 0px 5px 0px;
   padding: 0px 5px 5px 0px;
}
* html #footer ul li li a {
   margin: 0px 0px 0px;
   padding: 0px 5px 0px 0px;
}
/* End fix for IE6 */
#footer ul ul {
/* remove float so they line up under top li */
   float:none;
/* a little margin to offset it */
   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 0px;
   padding: 0;
   display: none;
}
/* End of 'Navigation: FatFootMenu' */

