/* Start of CMSMS style sheet 'MenuFooterCSS' */
ul#footernavlist{
  margin-left: 0;
  padding-left: 0;
  white-space: nowrap;
}

#footernavlist li{
  display: inline;
  list-style-type: none;
  margin-left: 0px;
}

#footernavlist a { padding: 3px 5px; }

#footernavlist a:link, #footernavlist a:visited{
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  text-transform: lowercase;
  font-weight: bold;
  color: #036;
  text-decoration: none;
}

#footernavlist a:hover{
color: #000;
text-decoration: underline;
}

#footernavlist li a#current{
  color: #375D81;
}

#footernavlist li span#inbetween{
  border-right: 1px dotted #000000; 
  margin-left: -4px;
}

/* End of 'MenuFooterCSS' */

