body {
	color: #000;
	background: #fff;
}

a:link {
	color: #339933;
	text-decoration:underline;
}

a:visited {
	color: #003366;
	text-decoration:underline;
}



#header {
	background:url(../images-html/top-header.png) top left no-repeat; 
	height:90px;
	width:757px;
	overflow:hidden;
	position:relative;
	
}

#header ul {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
	float: right;
}


#header ul li{
	border: 0;
	border-right: 1px #124677 solid;
	line-height: 10px;
	display: inline;
	float: left;
	list-style: none;
	margin: 0;
	position: relative;
	top: 68px;
	left: 2px;
	padding: 15px;
	padding-top: 0;
	padding-bottom: 0;
}


#header a:link, #header a:visited {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-transform:uppercase;
	color: #003366;
}

#header a:hover {
	color: #339933;
}