/* Header menu and navigation menu styles */
#header {
	width: 900px;
	height: 180px;
	background: #ffffff url(images/header.png) no-repeat top left;
	behavior: url(images/iepngfix.htc);
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
/* ---------------------- start navigation ---------------------------------*/
#topnav {
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 146px;
	height: 24px;
	width: 740px;
	color: #333;
	text-align: center;
	vertical-align: middle;
}

#topnav a {
	font-size:14px;
	font-family: Calibri, Arial, sans-serif;
	color:#333;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
	border-right: #999 1px solid;
}
#topnav .menu-last {
	border-right: none;
}
#topnav .menu-current {
	color: #523737;
	font-weight: bold;
}
#topnav a:hover {
	text-decoration: underline;
}

.skiplink { display: none; } /* accessibility */
