/* IE 7 FIX */*:first-child+html #nav {        height: 1%;}*:first-child+html #nav li {        height: 1%;        padding-bottom: 3em;}*:first-child+html #nav ul li {        padding-bottom: 0.2em;}*:first-child+html #nav ul {        margin-top: 1.35em;}/* END IE7 FIX */#nav, #nav ul { /* all lists */	padding: 0;	margin: 0;	list-style: none;	z-index: 10;}ul#nav {	margin: 0px 0px 0px 15px;}ul#nav ul:hover {	background: #538461;	border-top: none;	border-right: 1px solid #4B7557;	border-bottom: 1px solid #4B7557;	border-left: 1px solid #4B7557;}ul#nav a {	display: block;	width:155px;	text-align: left;	padding: 5px 0 5px 0;	margin: 0;	height: 100%;}ul#nav li { /* all list items */	float: left;	margin: 0;	width:155px; /* width needed or else Opera goes nuts */        line-height: 1.15em;}ul#nav li ul { /* second-level lists */	position: absolute;	background: #538461;	width:155px;	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */	border-top: none;	border-right: 1px solid #4B7557;	border-bottom: 1px solid #4B7557;	border-left: 1px solid #4B7557;	font-size: small;	z-index: 10;}ul#nav li ul a {		font-weight: normal;		margin: 0;		background-image: none;}ul#nav li ul a:hover {	color: #18453B;}ul#nav ul li {	padding: 0;	border-top: 1px solid #4B7557;}ul#nav ul li a:hover {	background-color: #ccccaa;}ul#nav li:hover ul {	left: auto;}ul#nav li.sfhover ul { /* lists nested under hovered list items */	left: auto;	}ul#nav ul a:hover {}