.blue_stripe {
	background-color: #00538E;
	height: 3px;
	font-size: 0;
	overflow: hidden;
}

.topnav_menu {
	border-spacing: 10px;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
}
.topnav_menu tr .cell_other {
	padding-right: 2px;
	_padding-right: 0;
}
.topnav_menu tr .cell_home {
	width: 30px;
	height: 22px;
	overflow: hidden;
}
.topnav_menu .cell_other .tn_item {
	border: 1px solid #CDCBCC;
	border-top: 1px solid #eee;
	border-left: 1px solid #fafafa;
	display: block;
	font-weight: 700;
	line-height: 20px;
	height: 20px;
	width: 100%;
	text-decoration: none;
}

.topnav_menu .nowrap {
	white-space: nowrap;
}

.topnav_menu tr .cell_other .tn_link {
	background: url('/images/topnav-bg.gif') top left #F1F1F1;
	color: #024E8B;
	outline: none;
	position: relative;
}

.topnav_menu tr .cell_other .tn_active {
	background: url('/images/topnav-bg.gif') bottom left #568DBC;
	color: #fff;
	border: 1px solid #4080B6;
	border-bottom: 1px solid #7EA4C7;
}
.topnav_menu tr .cell_other .tn_link:hover {
	color: #598CC1;
	border-left: 1px solid #D6DFE7;
	border-top: 1px solid #D6DFE7;
	background-position: 0px -20px;
	background-color: #E9EBF0;
}

.topnav_menu .home_button {
	background: url('/images/topnav-home.jpg') top left #9DB8D3;
	display: block;
	width: 32px;
	height: 22px;
	overflow: hidden;
	font-size: 0;
	border: 0;
	padding: 0;
}
.topnav_menu tr .cell_home .tn_link {
	cursor: pointer;
}
.topnav_menu .tn_link:hover .home_button {
	background-position: 0px -22px;
	background-color: #8EA7BF;
}
.topnav_menu .tn_active .home_button {
	background-position: 0px -44px;
	background-color: #568DBC;
}
.dropdown_box {
	background: url('/images/topnav-box-bg.gif') top left #286EA0;
	border-bottom: 1px solid #CDCBCC;
	height: 18px;
	text-align: left;
	padding: 0 8px;
	color: #fff;
	font-size: 11px;
	display: none;
	position: absolute;
	z-index: 1000;
	line-height: 18px;
	overflow: hidden;
	left: 0;
	width: 740px;
	_left: -378px;
	_width: 756px;
}
.tooltip_container {
	position: relative;
}