/* 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: 5px;
   padding: 0;
/* remove any default bullets, image used in li call */
   list-style: none; 
   border-right:0px solid #ddd;

}
#footer ul li {
   width:120px;
 /*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 5px;
/* padding all the way around */
  color:black;
/* you can set your own image here, used for consistency 
   background: url(uploads/ngrey/dot.gif) no-repeat left 10px;*/
   line-height:15px;
   
}
#footer ul li a {
/* this will make the "a" link a solid shape */
  display:block;
   margin-left: 0;
   margin-top:3px;
   padding-left: 6px;
   padding-top:1px;
   padding-right:5px;
   font-weight:bold;
}
 #footer .sectionheader, ul li a .sectionheader {  
   margin-left: 0;
   margin-top:3px;
   padding-left: 6px;
   padding-top:6px;
   padding-right:5px;
   font-weight:bold;
}

/* set h3 to look like "a" */
#footer li h3 {
   font-weight:bold;
   font-size:100%;
   margin: 3px 0px 2px 0px;
   padding: 1px 6px 0 5px;
}
/* set h3 to look like "a", less margin at this level */
#footer li li h3 {
   font-weight:bold;
   font-size:100%;
   margin: 3px 0px 2px 0px;
   padding: 0px 6px 0 6px;
}
#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-left: 0px;
   padding: 0px 0px 0px 3px;
/* 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: 2px 0px 0px;
   padding: 0px 0px 5px 5px;
}
* html #footer ul li li a {
   margin: 0;
   padding: 0px 0px 0px 5px;
}
/* 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 3px;
   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' */

