.header {
	height: 226px;
	width: 720px;
	background-image: url(../images/global/Page_header.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.header p {
	float: left;
}
.header  ul {
	margin-left: 0px;
	width: 680px;
	padding-left: 40px;
	position: relative;
	top: 190px;
}
.header li {
	float: left;
	list-style-type: none;
	padding-right: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.header a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.header a:hover {
	color: #CCCCCC;
}

