.box_navigation {
	height: 50px;
	width: 994px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.box_navigator_menu {
	text-align: center;
	background:transparent url("menu-up.jpg") repeat-x top left;
	display: block;
	float: left;
	width: 142px;
	height: 50px;
	margin: 0;
	padding: 0;
}
.box_navigator_menu a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 17px 0px 19px 0px;
}
.box_navigator_menu a:hover{
	background: transparent url("menu-down.jpg") repeat-x top left;
}
.box_subnav {
	font-size: 18px;
	font-weight: bold;
	background-color: #01347f;
	height: 35px;
	width: 977px;
	margin-top: 1px;
	padding: 5px 5px 5px 10px;
	border: 1px solid #63c3f7;
}
.box_subnav_link a, .box_subnav_link a:link {
	margin: 0 2px 0 2px;
	text-decoration: none;
	overflow: hidden;
	float: left;
	height: 30px;
	width: auto;
	font-size: 21px;
	color: #FFFFFF;
	padding: 4px 11px 1px 11px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.box_subnav_link a:active, .box_subnav_link a:hover{
	background-color: #63c3f7;
	text-decoration: underline;
	color: #000000;
	float: left;
	height: 30px;
	width: auto;
	font-size: 21px;
	padding: 3px 10px 0 10px;
	border: solid 1px #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}