/* Navigation */

#popupmenu{
 position:absolute;
 top:9px;
 left:96px;
 width:126px;
 text-align:left;
 z-index:50;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 200%;
	//line-height: 180%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#nav a {
	display: block;
	xwidth: 10em;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	width:76px;
}
#nav a.services {
	display: block;
	xwidth: 10em;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	width:50px;
}
#nav a:hover {color:#fff; }
#nav a.sublink {color:#fff; width:140px; }
#nav a.sublink:hover {color:#fff;  background-color:#D16925; width:140px; }

#nav li { /* all list items */
	//float: left;
	xwidth: 10em;  /*width needed or else Opera goes nuts */
	display:table-cell;	
}

li.offset{ padding-left:0px; }

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-indent:8px;
	/* height:245px; */
	color:#fff;
	background-image:url(../images/misc/menubackground.jpg);
	width:140px;
	padding-top:11px;
}

.30 {width:30em;}

#nav li ul li{ /* second-level lists */
	/* background-color:#9A110A; */
	display:list-item;
	}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto; min-height: 0;
}
