#nav_main {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	position: absolute;
	height: 50px;
	width: 700px;
	top: 140px;
	left: 40px;
	visibility: visible;
	z-index: 5;
}
#nav_main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav_main li {
	float: left;
	position: relative;
	width: 95px;
}
#nav_main a:link, #nav_main a:visited {
	color: #030282;
	text-decoration: none;
	background-color: #DAEEF7;
	border: solid #000000 1px;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	display: block;
	text-align: center;
	z-index: 5;
}
#nav_main a:hover, #nav_main ul ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #030282;
	z-index: 5;
}
#nav_main table {
	position: absolute;
	top: 0px;
	left: 0px;
}
#nav_main ul ul {
	visibility: hidden;
	position: absolute;
	height:0;
	top:21px;
	left:0;
}
#nav_main ul ul a:link, #nav_main ul ul a:visited {
	color: #030282;
	text-decoration: none;
	background-color: #DAEEF7;
	border: solid #000000 1px;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	display: block;
	text-align: center;
	width: 95px;
	z-index: 5;
}
#nav_main ul li:hover ul, #nav_main ul a:hover ul {
	visibility: visible;
}
#nav_main ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #030282;
}
#nav_bottom {
	position: absolute;
	height: 199px;
	width: 920px;
	left: 0px;
	top: 830px;
	text-align: center;
	background-image: url(../images/box_bg.png);
	border-top: solid #2F6487 3px;
	border-left: solid #2F6487 3px;
	border-right: solid #061E32 2px;
	border-bottom: solid #061E32 2px;
}
#nav_supp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	position: absolute;
	height: 23px;
	width: 600px;
	left: 170px;
	top: 10px;
	text-align: center;
	border-top-color: #000066;
	border-top-style: solid;
	border-top-width: 3px;
	border-bottom-color: #000066;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	padding-top: 7px;
}
#nav_supp a:link {
	color: #030282;
	text-decoration: none;
	font-weight: bold;
	background-color: #DAEEF7;
	padding: 3px;
}
#nav_supp a:visited {
	color: #FFA905;
	text-decoration: none;
	font-weight: bold;
	background-color: #DAEEF7;
	padding: 3px;
}
#nav_supp a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #030282;
	padding: 3px;
}
#nav_siteinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	position: absolute;
	height: 144px;
	width: 600px;
	left: 170px;
	top: 50px;
	text-align: center;
	padding-top: 5px;
}
#nav_siteinfo .emphasis {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1.5;
}
#nav_siteinfo a { 
	color: #ff9900;
	text-decoration: underline;
} 
#nav_siteinfo a:hover { 
	color: #9dff43;
} 

