.secondary_navigation {
     width: 100%;
     margin: 0;
	 margin-top: 5px;
     padding: 0;
}	

.secondary_navigation ul {
      margin: 0;
      padding: 0;
      list-style-type: none !important;
}

.secondary_navigation li {
      margin: 0;
      padding: 0;
      float: left;
	  width: 15%; /* set this to change button width */
	  height: 30px;
      margin-right: 10px;
      text-align: center;	  
}
	
.secondary_navigation a {
      display: block;
	  padding-top: 2px;
	  height: 28px;
      width: 100%;
      text-decoration: none !important;
	  color: black !important;
	  font-weight: bold;
	  text-transform: uppercase;
	  font-size: 12px;
}
	
.secondary_navigation a:hover {
      background: #54595d;
	  color: #ffd100 !important;
}

.top5 {
list-style-position: outside;
font: "Times New Roman", Times, serif;
font-weight: bold;
font-size: 16pt;
margin: 0; 
padding: 0;
color: gray;
}
.top5 p { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; margin: 0 0 0 25px;  font-weight: normal; color: black; }

h2.number {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 3em;
	color: #ccc;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.number-box { 
	margin: 0px 0px 10px 0px;
	width: 100%;
	clear: both; 
}
