/* Start of CMSMS style sheet 'bottom_nav' */
********************
MENU
*********************/

div#bottom_nav{
   clear: both;       /* keep footer below content and menu */
   color: #000;
}

div#bottom_nav  li {
    display:inline;
list-style-type: none;
   padding:0.5em;
}
div#bottom_nav  {
    font-size:smaller;
    text-align:center;
   padding-bottom: 0.5em;
}
div#bottom_nav  a {
    text-decoration:none;
}
div#bottom_nav  a:hover {
    text-decoration:underline;
}
/* End of 'bottom_nav' */

