#nav, #nav ul {	margin:0;	list-style:none;	position:relative;	z-index:100;	font-weight: bold;	top: -100px;	float: left;	text-align: left;	text-indent: 0px;	padding-left: 0px;}#nav {	padding: 16px 0px 10px 30px;	width: 575px;	float: right;}#nav table {border-collapse:collapse}#nav li {	float: left;	margin-top: 0;	margin-right: 15px;	margin-bottom: 0;}#nav li li {float: none; margin: 0}/* a hack for IE5.x and IE6 */#nav li a li {float:left}#nav li a {	display: block;	float: left;	padding-right: 0;	text-decoration: none;	white-space: nowrap;	color: #797979;	margin: 0;	line-height: 2em;	padding-top: 0px;	font-size: 90%;}#nav li li {line-height: 0}#nav li li a {	float: none;	font-weight: normal;	padding: 10px 10px 0;	margin: 0;	line-height: 1em;	font-size: 90%;	text-decoration: none;	color: #333333;}/*breaker*/#nav li li a:hover {text-decoration: underline}#nav li:hover {	position: relative;	z-index:300;}#nav a:hover {	position: relative;	z-index:300;	text-decoration: none;	color: #A45E5E;}#nav :hover ul {	left:0;	top: 1.5em;	border-bottom-width: 2px;}/* another hack for IE5.5 and IE6 */#nav a:hover ul {	left:-10px;}#nav ul {	position: absolute;	left:-9999px;	top:-9999px;	background-color: transparent;	border: 1px solid #fff;	padding-bottom: 10px;	margin: 0px;	list-style-type: none;	clip: rect(auto,auto,auto,0px);	background-image: url(images/bkgrnd_menu.png);	background-repeat: repeat;}/* it could have been this simple if all browsers understood *//* show next level */#nav li:hover li:hover > ul {	left:-15px;	margin-left:100%;	top:-1px;}/* keep further levels hidden */#nav li:hover > ul ul {	position:absolute;	left:-9999px;	top:-9999px;	width:auto;}/* show path followed */#nav li:hover > a {	text-decoration: none;}/* but IE5.x and IE6 need this lot to style the flyouts*//* show next level */#nav a:hover a:hover ul,#nav a:hover a:hover a:hover ul,#nav a:hover a:hover a:hover a:hover ul,#nav a:hover a:hover a:hover a:hover a:hover ul{	left:100%;	top:-1px;}/* keep further levels hidden */#nav a:hover ul ul,#nav a:hover a:hover ul ul,#nav a:hover a:hover a:hover ul ul,#nav a:hover a:hover a:hover a:hover ul ul{position:absolute; left:-9999px; top:-9999px}.backtoTop {	font-size: 85%;	padding-top: 10px;	padding-right: 5px;	padding-bottom: 10px;	text-align: right;	float: right;}