/*ONLY OTHER ISSUE I SEE AS DEVIANT FROM SUCKERFISHIS THATTHIS IS PLACED IN A TABLE - SEE STU'S DROPDOWN*//*only thing added to suckerdrop is float-right and textalign left*/body {	font-family:"Trebuchet MS", Arial, "sans serif";}#nav, #nav ul {	float:right;	text-align:left;	padding: 0;	margin: 0;	list-style: none;	line-height: 1;}#nav a {	display: block;	width: 7em;}#nav li { /* all list items */	float: left;	width: 7em; /* width needed or else Opera goes nuts */}#nav li ul { /* second-level lists */	position: absolute;	background: white;		/*background:transparent;*/	width: 7em;	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;}#content {	clear: left;	color: #ccc;	width:900px;	height:450px;	padding:0px;	float:left;	vertical-align:top;	background:#fff;	z-index:10;}
