
ul.topnav li a.active {
	background-color: #fc1302;
}

.topnav {
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
	list-style:none;
	margin:0px 0px 20px 0px;
	padding:0;
	text-align:center;
	color: white;
	background-color: #fc1302;
}

.topnav li {
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
	display: inline;
	background-color: #fc1302;
	color: #dfdfdf;
}

.topnav a {
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
	display: inline-block;
	background-color: #fc1302;
	color: #dfdfdf;
	padding: 10px 20px 10px 20px;
	border:0px;
}

.topnav a:link {
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
	display: inline-block;
	background-color: #fc1302;
	color: #dfdfdf;
	padding: 10px 20px 10px 20px;
	border:0px;
}

.topnav li:hover a {
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
	display: inline-block;
	background-color: #fe786e;
	color: white;
	padding: 10px 20px 10px 20px;
}






/*
   if text on buttons change then you will need to tweak the max-width so
   the page wrap from wide screen to narrow screen does not cause the buttons
   to appear on two rows
*/

@media screen and (max-width: 550px){
    .topnav active {
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	color: white;
	background-color: #fc1302;
    }

    .topnav li {
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
	float: left;
	width: 100%;
	background-color: #fc1302;
	color: #dfdfdf;
    }

    .topnav a {
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
	float: left;
	width: 100%;
	background-color: #fc1302;
	color: #dfdfdf;
    }

    .topnav a.link {
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
	float: left;
	width: 100%;
	background-color: #fc1302;
	color: #dfdfdf;
    }

    .topnav a.hover {
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
	float: left;
	width: 100%;
	color: #ffcb06;
	background-color: #444444;
    }
}