div.navbar-v1 {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	align: center;
	z-index:40;
	overflow: visible;
	visibility: visible;
	text-decoration: none;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #FFF4D2;
	
}
div.navbar-v1 table {
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	padding-top: 6px;
	padding-bottom: 8px;
	height: 21px;
	width: 98px;
}
div.navbar-v1 a {
	text-decoration: none;
	color: #003366;
	white-space: nowrap;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-indent: 4px;
	background: #FFF4D2;
	font: small-caps normal 11px Verdana, Arial, Helvetica, sans-serif;
}
div.navbar-v1 a:link {
	text-decoration: none;
}
div.navbar-v1 a:visited {
	text-decoration: none;
}
div.navbar-v1 a:hover {
	color: #FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #FFE4AE;
	background-color: #334B73;
}
div.navbar-v1 a:active {
	text-decoration: none;
}
