#header li {
	float: right;
	list-style: none;
	font-size: 12px;
	color: #003399;
}
/* header styles 
-------------------------------------------------*/



#header {
	background-image: url(header_top.png);
	background-repeat: no-repeat;
	height: 90px;
	position: relative;
	width: 900px;
	padding: 0px;
	float: none;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: thick none #FF6666;
	border-left: 0px none;
	background-color: #F9FDFD;
	
}
#header img {
	position: absolute;
	left: 780px;
	top: 54px;
}

