/* =================== Bottom Nav Bar Styling =================== */
#nav_block_bottom {
        display: inline-block;
	position: relative;
        padding: 0;
        margin: 0;
        margin-bottom: -3px; /* I don't know why I need this, but without it there is a a 3px space between the menu and what follows it. */
}
/* Style overrides for links in the menus */
#nav_block_bottom a {
        color: #e2d6cf;
	font-family: 'Nimbus', Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-size: 15pt;
        text-decoration: none;
	display: block;
	transition: color 0.2s ease-in-out;
}
#nav_block_bottom a:hover {
	color: #fc6719;
}
/* Top level menu item styling */
#nav_block_bottom > li {
	display: inline; 
	float: left;
        padding-left: 14px;
}
/* =================== /Bottom Nav Bar Styling =================== */
