/**************** Top Nav Classes *****************/
#topNav {
	background-color: #6f9abf; /* Accent 13 */
	text-align: right;
	white-space:nowrap;
	padding: 5px 6px;
	border-bottom: 4px solid #56AD8E; /* Text Medium */
}
#topNav2 {
	float: none;
}
.clearDiv {
  clear: both;
}
