@charset "utf-8";
/* CSS Document */

#hdr {
	padding:10px;
	margin: 0 auto 0 auto;
	background-color:#FFF;
}
#hdr img {
	border:none;
}
#hdr #searchbox {
	float:right;
	text-align:right;
}
#hdr #searchbox input#submit {
	background-image:url(/new/imgs/nav/spyglass.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:18px;
	height:16px;
	border: 0 none;
	margin: 2px 2px 0 0;
	float:right;
}
#hdr #searchbox input#zoom_query {
	color:#999;
	font-weight: bold;
	border: 0 none;
	float:left;
	margin-left:2px;
}
#hdr #searchbox a {
	font-weight: bold;
	color: #314579;
	text-decoration: none;
}
#hdr ul {
	font-weight: bold;
	font-size: 1.1em;
	list-style-type:none;
	color: #314579;
}
#hdr li{
	background:url(/new/imgs/nav/arrowgrey.gif) no-repeat 0 3px;
	padding-left:1em;
}
#hdr li:hover{
	background:url(/new/imgs/nav/arrowblue.gif) no-repeat 0 3px;
	color: #314579;;
}
#hdr ul a {
	text-decoration:none;
	color:#444;
}
#hdr ul a:hover {
	text-decoration:none;
	color:#314579;;
}
#hdr h3 {
	font-size:14px;
	font-weight:bold;
	color: #314579;
	margin:0;
}
