#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 15em;
	}
	
	#nav li { /* all list items */

		float : left;
		line-height : 1.25em;
		margin-bottom : 1px;

	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -1100em;
		margin-left : 203px;
		margin-top : -1.40em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -1100em;
	}
	
	#nav li a {
		width: 15em;
		w\idth : 14em;
		display: block;
		color : #0000FF;
		font-weight : bold;
		text-decoration : none;
		background-color : white;
		border : 1px solid #FF9900;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		background-color:#FFF5F0;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -1100em;
	}
	
	#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 ul.sub a
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:7pt;
		font-weight:normal;
		width:33em;
	}
	#nav ul.sub li
	{
		width:33em;
		
	}