/* Navigation Art */
#header {
	height: 95px;
	background-image: url(../../images/banner-art.gif);
	background-repeat: no-repeat;
}
#navitop {
	height: 23px;
	background-color: #444642;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D57B39;
	margin: auto;
	width: 750px;
}
#navitop a {
	color: #cccccc;
	text-decoration: none;
	display:block;
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	direction: inherit;
	font-size: 11px;
	text-transform: none;
	height: 21px;
	line-height: 2;
}
#navitop a:hover {
	font-weight: bold;
	background-color: #D57B39;
	text-transform: none;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	height: 21px;
	line-height: 2;
}
