/* Start of CMSMS style sheet 'pdi menu footer' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html ul#menu-footer {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

#footer ul#menu-footer {
  position: absolute;  
  left: 20px; bottom: 20px;
  margin: 0;
  padding: 0;
  text-align: left;
}


/* menu list items */
ul#menu-footer  li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border-right: 1px solid #fff;
}

/* the links, that is each list item */
ul#menu-footer  a {
   padding: .1em .6em .1em .6em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   font-size: 85%;
   display: block; /* IE has problems with this, fixed above */
}

/* hover state for links */
ul#menu-footer  li a:hover {
   color: #fff; background: transparent;
   text-decoration: underline;
}

ul#menu-footer  li.currentpage {
   padding: .1em .6em .1em .6em;
   margin: 0;
   text-decoration: underline;
   color: #fff; background: transparent;
   font-size: 85%;
}

ul#menu-footer  li.copyright {
   padding: .1em 1em .1em 1.0em;
   margin: 0;
   color: #fff;
   font-size: 85%;
   border-right: none;
}

ul#menu-footer li.nb { /* no right border */
  border-right: none;
}

/* End of 'pdi menu footer' */

