body, table, tr, td {
	font: 9pt Arial; 
	color: #204063;
	letter-spacing: 0px}

#blueTopBanner {	height: 24px;	width: 100%;	background-color: #114477;}

A:link{color:#1d3b5d; TEXT-DECORATION:none; font-weight:bold; LETTER-SPACING:0px;} 
A:visited{COLOR:#1d3b5d; TEXT-DECORATION:none; font-weight:bold; LETTER-SPACING:0px;}
A:active{COLOR:#1d3b5d; TEXT-DECORATION:none; font-weight:bold; LETTER-SPACING:0px;}
A:hover{COLOR:#8facc8; TEXT-DECORATION:none; font-weight:bold; LETTER-SPACING:0px;} 

#nav {
	float: left;
	width: 36em;
	list-style: none;
	line-height: 2;
	padding: 0;
	border-width: 0px;
	margin: 0 0 0 0;
}


#nav a {
	display: block;
	width: 100%;
}

#nav li {
	float: left;
	position: relative;
}

#nav ul {
	float: left;
	width: 150px;
	padding: 4px;
	list-style: none;
	line-height: 1;
	font-color: #1d3b5d;
	background: #477fba;
}

#nav li ul {
	position: absolute;
	width: 130px;
	left: -999em;
	margin: 0;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
 