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

ul#topnav {
	/*margin: 0; */
	margin: auto;
	
	padding: 0;
	float: left;
	width: 1280px;
	
	
	list-style: none;
	position: relative;
	font-size: 1.2em;
	background-color:#b4a28c;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	
color: #462819;
	text-decoration: none;
	font-weight: bold;
}


ul#topnav a:hover { color:#ffffff;
}

ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0;
	top:35px;
	display: none;
	width: 1280px; 
	/*-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;*/
	background-color: #ECE9E4;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: none;}
#footer1 #copyright {
	text-align: center;
}

ul#topnav li:hover  {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper #content #chart {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
