/*	This style came from http://www.htmldog.com.		Any page using this must also use verticalMenu.js for it to work in IE.	*/#linklist {	position: absolute;	top: 119px;	left: 77px;	width: 169px;	}#linklist ul {	padding: 0;	display: block;	list-style-type: none;	height: 125px;	margin: 0;	}#nav, #nav ul { /* all lists */	padding: 0;	margin: 0;	list-style: none;	float : left;	width : 13.5em;	z-index: 1;}#nav li { /* all list items */	position : relative;	float : left;	line-height : 1.75em;	margin-bottom : -1px;	width: 13.5em;}#nav li ul { /* second-level lists */	position : absolute;	left: -999em;	margin-left : 11.05em;	margin-top : -1.35em;	z-index: 2;}#nav li ul ul { /* third-and-above-level lists */	left: -999em;	z-index: 3;}#nav li a {	width: 13.5em;	w\idth : 12.5em;	display : block;	color : #5F5E46;	font-weight : bold;	text-decoration : none;	background-color : #F3F1EC;	border : 1px solid #737FAF;	border-left: none;	border-right: none;	padding : 0 0.50em;	font-family: helvetica, arial, sans-serif;}#nav li a:hover {	color : #F3F1EC;	background-color : #737FAF;}#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {	left: -999em;}#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */	left: auto;}#nav img {		   border-right: 1px solid #737FAF;		   z-index: 10;		   }			