@charset "utf-8";
#header ul {
	list-style:none;
	padding:0;
	margin:0;
	float: left;
	position:absolute;
	right:0px;
	bottom:0px;
}
#header li {
	float: left;
}
#header li a:link, #header li a:visited {
	padding:.2em .5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:bold;
	color:#006;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
	text-transform: uppercase;
}
#header li a:hover {
	color:#006;
	background-color: #C90;
}

#header li a.current, #header li a.current:hover, #header li a.current:active {
	color:#C90;
	cursor:default;
	background-color: #006;
}

#ptcheaderpics {
	position:absolute;
	right:0;
	top:10px;
	width: 889px;
}
