/* Start of CMSMS style sheet 'botNavStyle' */
#botNav {
text-align:center;
}

#botNav ul {
margin:0 auto;
    list-style:none;
        padding:0;
text-align:center;
  }

  #botNav li {
  	float: left;
	background-position: top center;
	padding: 0.2em 0.2em;
	margin: 0;
	list-style:none;
  }
  #botNav a {
    float: left;
    display: block;
    text-decoration: none;
    margin: 0 1px 0 0;
    padding: 5px 10px 5px 10px;
  }

/* End of 'botNavStyle' */

