/* CSS Document */
/* Styles for Relaince Funding Group web site */

td{font-family:tahoma;font-size:11px;color:000000}

A {
	text-decoration: none;
	color:ffffff;
	font-size: 11px; 
	font-family: tahoma;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
	font-weight: 800;
}

#nav a {
	display: block;
	width: 12em;
}

#nav li { /* all list items */
	float: left;
	width: 12em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background:#999999;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
a:hover {
	color: #666666;
}


#content {
	clear: left;
	color: #ccc;
}

a.white{color:A9B2BC; font-size:10px}
		
.bold{font:900}
		
.left{padding-left:20;padding-right:20; padding-top:20; padding-bottom:20}


