/*---THIS CSS FILE FORMAT NAVIGATION MENU STYLE---*/

* {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#topnav  ul {
	list-style-type: none;
	line-height: 20px;
	margin-left: 680px;
}
#topnav  li {
	width: 50px;
	float: left;
}
#topnav  a {
	display: block;
	width: 50px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background-color: #f0f79e;
}
#topnav  a:hover {
	background-color: #3D460E;
}
