
	#nav, #nav ul { /* all lists */
		padding: 0px 0px;
		margin: 0px;
		list-style: none;
		float : left;
		line-height:1;
	}
	
	#nav li { /* all list items */
		float : left;
		line-height : 20px;
		background-color : #f0f0f0;
		margin-bottom : 1px;
		margin-right: 1px;	
		border: 0px solid silver;
		width: 140;
		height: 23px;		
	}
	
	#nav li ul { /* second-level lists */
		padding: 0px;
		padding-top: 5px;
		padding-right: 2px;
		position : absolute;
		/*background-color : #f0f0f0;*/
		background-color: black;
		left: -999em;
		margin-left : 0;
		margin-top : 0;
		border: 1px solid gray;
		width: 140;
		text-align: left;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 140;
		display : block;
		/*color : #3D427B;*/
		color: white;
		line-height: 2;
		font-family: verdana;
		font-weight : bold;
		font-size: 8pt;
		text-decoration : none;
		border : 0px solid black;
		padding : 0px 0px;
		text-align: center;
	}

	#nav li ul a {
		width: 100;
		display : block;
		/*color : #3D427B;*/
		color: white;
		font-weight : bold;
		font-size: 7pt;
		text-decoration : none;
/*		background-color : white; */
		border : 0px solid black;
		padding : 0px 0px;
		font-family: verdana;
  	}
	
	#nav li a:hover {
		color : #DBE3F4;
		background-color : #000000;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
		background-position: 0 0;
	}
	
	#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;
		background-position: 0 0;
	}

#banner {
	background: black;
}

#banner li {
	background: none;
}

	
