//Navigation Bar Stylesheet

div#navbar {
	
}
ul#navlist {
	padding: 0;
	margin: 0;
	clear: both;
}
li.navlink {
	list-style-type: none;
	display: inline;
	border-left: 0;
	padding-top: 20px;
}

li.navlink a {
	list-style-type: none;
	font-weight: bold;
	text-decoration: none;
	color: #3a40b3;
	padding: 6px 15px 5px;
	border: medium none;
	background-color: #bed7f1;
	line-height: 25px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
li.navlink a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #bed7f1;
	background-color: #3a40b3;
}
