/***** Top Navigation *****/

#Navigation {
/*	border:1px solid black;
*/	width: 100%;
	height: 30px;
  margin-top:5px;
}

/* The whole menu */

#top_nav {
/*	border: 1px solid green;
*/	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	line-height: 30px; /* This line-height is important... controls the height of each box so that the text remains central vertically */  
	text-align:  center;
	color: #ffffff;
}

/* Each menu name */

#top_nav li {
/*	border: 1px solid red;
*/  float:left;
	display:block;
    width: 137px;
	margin-right:1px;
}

#menu_item1 a, #menu_item1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/menu_item1_normal.gif) no-repeat;
}

#menu_item1 a:hover {
	background: url(../images/menu_item1_inverted.gif) no-repeat;
}

#menu_item2 a, #menu_item2 a:visited, #menu_item3 a, #menu_item3 a:visited, #menu_item4 a, #menu_item4 a:visited, #menu_item5 a, #menu_item5 a:visited, #menu_item6 a, #menu_item6 a:visited {
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/menu_item_normal.gif) no-repeat;
}

#menu_item2 a:hover, #menu_item3 a:hover, #menu_item4 a:hover, #menu_item5 a:hover, #menu_item6 a:hover {
	background: url(../images/menu_item_inverted.gif) no-repeat;
}

#menu_item7 a, #menu_item7 a:visited {
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/menu_item7_normal.gif) no-repeat;
}

#menu_item7 a:hover {
	background: url(../images/menu_item7_inverted.gif) no-repeat;
}

#menu_item1.active a {
	font-weight: bold;
}

#menu_item2.active a, #menu_item3.active a, #menu_item4.active a, #menu_item5.active a, #menu_item6.active a {
	font-weight: bold;
	background-image:url(../images/menu_item_inverted.gif) !important;
}

#menu_item7.active a {
	font-weight: bold;
	background-image:url(../images/menu_item7_inverted.gif) !important;
}

/***** Bottom Navigation *****/

#FootSection a:link {
	color: #003355; /* was 555555; */
	text-decoration: none;
}

#FootSection a:visited {
	color: #003355; /* was 555555; */
	text-decoration: none;
}

#FootSection a:hover {
	color:#CC6600;
	text-decoration: underline;
}

.footer_active a {
	font-weight: bold;
	color:#CC6600 !important;
}