#topLevelNav {
	float:left;
	width:932px;
	margin-left:15px;
	height:31px;
	margin-top:15px;
}
	*html #topLevelNav {margin-left:5px;width:940px;margin-bottom:-38px;}
	#topLevelNav li {
		float:left;
		width:185px;
		height:31px;
		display:inline;
		letter-spacing: 0.4px;
		border-right:1px solid #5e9fbf;
		background:url(../_images/navBg.jpg) repeat-x;
	}
	*html #topLevelNav li {
		width:180px;
	}
	#topLevelNav li.current {
		float:left;
		height:31px;
		display:inline;
		border-right:1px solid #5e9fbf;
		background:url(../_images/bgNavCurrent.jpg) repeat-x;
	}
	#topLevelNav li.first {border-left:1px solid #5e9fbf;}
		#topLevelNav li a {
			float:left;
			display:block;
			width:100%;
			height:31px;
			font-size:16px;
			text-align:center;
			padding-top:7px;
			text-decoration:none;
			color:#fff;
		}
		#topLevelNav li sup {font-size:8px;line-height:4px;vertical-align:top;}
		#topLevelNav li a.white {color:#ffffff;}
		#topLevelNav li h3 {
			float:left;
			display:block;
			width:100%;
			height:31px;
			text-align:center;
			padding-top:7px;
			text-decoration:none;
			color:#ffffff;
			font-weight: bold;
			padding-bottom:0;
		}
			#topLevelNav li ul {
				border-left:1px solid #5E9FBF;
				border-right:1px solid #5E9FBF;
				left:-999em;
/* 				margin-top:31px 0 0 -1px; */
				position:relative;
				top:-7px;
				width:185px;
				z-index:9999;
			}
			
			*html #topLevelNav li ul {
				top:-10px;
			}
			
			#topLevelNav li ul li {
				border-right: none;
				border-top: none;
				text-transform: none;
				background: #c4ecfd;
				border-bottom: 1px solid #5e9fbf;
				width:185px;
			}
				#topLevelNav li ul li a {
					font-size:12px;
					color: #003399;
				}
			
#topLevelNav li ul li:hover{
	border-top: none;
	background: #feec9a;
}

*html #topLevelNav li ul li a:hover{
	color:#0096d5;
/* 	font-weight: bold; */
}

#topLevelNav li:hover ul {
	left: auto;
}

#topLevelNav li:hover ul, #topLevelNav li.sfhover ul {
	left: auto;
	background: #d5cfbc;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
