/* CSS Document */#nav, #nav ul { /* all lists */	padding: 0;	margin: 0;	list-style: none;	text-align: left;	font: 12px Arial, Helvetica, sans-serif;}#nav {	clear:both;	height: 28px;	width: 800px; /*697*/	position: relative;	margin-left:auto;	margin-right:auto;	background-color: #FFFFFF;	z-index: 20;}#nav a {	display: block;	line-height:28px;	text-decoration:none;	padding-right: .5em;	padding-left: .5em;}#nav li { /* all list items */	float: left;	background-color: #FFFFFF;}#nav li.first	{border-left-width: 0px;} #nav a:hover {	color: #0063BE;}#nav li:hover {	background-color: #E0E0E0;	color: #336699;}#nav li:hover, #nav li.hover {  	position: static;  }  /* 2nd level*/#nav li ul li	{	width: 200px;	border-color: #CCCCCC;	border-style: solid;	border-right-width: 1px;	border-left-width: 1px;	border-top-width: 0px;	border-bottom-width: 0px;} #nav li ul li.last	{	border-color: #CCCCCC;	border-style: solid;	border-right-width: 1px;	border-left-width: 1px;	border-top-width: 0px;	border-bottom-width: 1px;} #nav li ul li.first	{	border-color: #CCCCCC;	border-style: solid;	border-right-width: 1px;	border-left-width: 1px;	border-top-width: 1px;	border-bottom-width: 0px;} /*#nav li ul li.first	{border-top-width: 1px; border-left-width: 1px;} */#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */	left: auto;}#nav li ul { /* second-level lists */	position: absolute;	width: 200px;	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */	margin-left:-1px;}#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {	left: -999em;}/*/*#nav a.first	{padding-top:8px;	padding-right: 1em; padding-left: 1em;} /* offset level 1 vertically to align popouts so the popout does not look like it is under the other menu items *//*#nav a.main	{padding-right: 1em; padding-left: 1em;} /* offset level 1 vertically to align popouts so the popout does not look like it is under the other menu items *//*#content {	clear: left;	color: #ccc;}#nav li ul ul { 	margin: -23px 0 0 180px;}#nav li ul ul li	{	background-color:#b3b5a2; width: 180px;	padding-right: 0em; padding-left: 0em;} /* 3rd level background color #nav li ul ul ul li {background-color:#b3b5a2; width: 180px;	padding-right: 0em; padding-left: 0em;} /* 4th level bg color */