/* Must be added to make the menu sit correctly */*{padding: 0; margin: 0;}/* Menu Text Colour TOP level */.menu_top {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: normal;	line-height: normal;	font-weight: normal;	font-variant: normal;	text-align:center;	text-transform: none;	color: #333333;}A.menu_top:link { 	color:#000000; 	text-decoration:none}A.menu_top:visited { 	color:#000000; 	text-decoration:none}A.menu_top:hover {	color:#FFFFFF;	text-decoration:underline;	cursor:pointer;}A.menu_top:active { 	color:#000000; 	text-decoration:none}/* Menu Text Colour SUB levels */.menu_sub {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: normal;	line-height: normal;	font-weight: normal;	font-variant: normal;	text-transform: none;	text-align:center;	color: #333333;}A.menu_sub:link { 	color:#336699; 	text-decoration:none}A.menu_sub:visited { 	color:#000000; 	text-decoration:none}A.menu_sub:hover {	color:#112233;	text-decoration:underline;	cursor:pointer;}A.menu_sub:active { 	color:#000000; 	text-decoration:none}/* Workings of the Menu */#nav{	list-style: none;	text-align: left;} #nav ul {      padding: 0;     margin: 2px 0px 0px 0px;     list-style: none;     width: 157px;     z-index:0;     position:absolute;     overflow:visible; } #nav li {	margin:0;	position: abolute;	float:left;	width: 157px;	background-color:#999999;	border:solid 2px #FFFFFF;	display:block;	height:auto;	z-index: 0;	left: 0;	top: 0;} #nav ul li{ border-width:5px 0px 0px 0px;} #nav ul ul li{ border-width:1px;} #nav a {      text-decoration:none;      display:block;     padding: 0px;      margin:5px;      width: 140px;     height:27px;}/* TOP - HOVER */#nav a:hover, #nav li:hover{      background-color:#333333;}/* SUB - HOVER */ #nav ul li:hover, #nav ul li a:hover{      background-color:#777777; } #nav ul{      display:none; } /*all see this */#nav ul ul{      display:none;      position:absolute;      margin-top: 0px;      margin-left: 0px;} /* non-IE browsers see this */ #nav ul li>ul, #nav ul ul li>ul{      margin-top:-1.8em; } #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{      display:none; } #nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{      display:block; } li>ul {      top: auto;      left: auto; } 