@charset "UTF-8";
/* CSS Document */

<style type="text/css">



.topnav{
font-weight: bold;
width: 100%;
}

.topnav ul{
	margin: 0;
	text-align: left;
//set value to "left", "center", or "right"*/
; 		font-size: 16px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.topnav ul li{
display: inline;
}

.topnav ul li a{
margin-right: 0px; /*spacing between each menu link*/

}
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/

.topnav ul li a:hover, .topnav ul li a.selected{
	border-bottom-color: #FFF;
	color: #FFFFFF;
}

</style>

