/* Start of CMSMS style sheet 'bottom navigation' */
/********************
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:120%;
    font-weight:bold;
    text-align:center;
}
div#bottom_nav  a {
    text-decoration:none;
}
div#bottom_nav  a:hover {
    text-decoration:underline;
}

/* End of 'bottom navigation' */

