#nav, #nav ul { /* all lists */
	margin: 0; padding: 0;		
	list-style: none;
	text-transform: uppercase;
	z-index: 999;
	font: 12px Trebuchet MS, sans-serif;
	}

	#nav li { /* all list items */
		position: relative;
		float: left;
		margin: 0; padding-top: 60px;
		width: 199px;
		border-right: solid 1px #919295;
		}

		#nav li.last {
			border-right: none;
			}						

		#nav li a, #nav li span {
			display: block;
			padding: 2px 0 2px 5px;
			width: 194px!important; width: 199px;
			color: #fff;
			letter-spacing: 1px;
			font-weight: bold;
			border-top: solid 1px #5a595b;
			}

		#nav li a:hover {
			color: #fff;
			cursor: default;
			}				

			#nav li .background {
				background: #a0a1a4;
				}				

		#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 */
			margin-top: -45px; margin-left: 24px;
			padding-top: 46px;
			width: 184px; height: 186px;				
			}

			#first {
				position: absolute;
				left: -999em;
				z-index: 999;
				padding-top: 0;
				width: 184px; height: 886px;
				border: none;
				behavior: url('iepngfix.htc');
				background: url('../Webmasters/Images/circle.png') no-repeat;
				}
						
				#nav li ul li {
					position: relative;
					z-index: 999;
					padding-top: 0;
					width: 184px;
					border: none;
					}

					#nav li ul li a {
						padding-left: 55px;
						width: 129px!important; width: 184px;
						letter-spacing: normal;
						border: none;
						}										

						#nav li ul li a:hover {
							color: #000;
							cursor: pointer;
							}

/* using left instead of display to hide menus because display: none isn't read by screen readers */
#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.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		}		