/***************************** top menu *****************************/

/*
.navBarLink a:link, .navBarLink a:visited {
	color: #55372F;
	font-size: 12pt;
	text-decoration: none;
	display: block;
	width: 85%;
	line-height: normal;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 3px;
}
.navBarLink a:hover {
	color: #55372F;
	font-size: 12pt;
	text-decoration: none;
	display: block;
	width: 85%;
	line-height: normal;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #B7D3FA;
	background-color: #E4EDFC;
}
*/

/***************************** right list menu *****************************/

#navlist {
}
#navlist ul {
	margin: 0 0 0 0;
	line-height: 120%;
	font-size: 8.5pt;
	list-style-type: none;
	padding: 3 10 3 10;
}
#navlist li {
	color: #000000;
	padding-bottom: 3px;
	padding-top: 3px;
}
#navlist a:link {
	color: #0B65A4;
	text-decoration: none;
	width: 100%;
}
#navlist a:visited {
	color: #aaaaaa;
	text-decoration: none;
	width: 100%;
}
#navlist a:hover, #navlist a:active {
	color: #0000FF;
	text-decoration: underline;
}

/***************************** footer nav links *****************************/

.bottomNavLink a:link, .bottomNavLink a:visited {
	font-size: 8.5pt;
	color: #0000FF;
	line-height: 150%;
}

.bottomNavLink a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/***************************** start top menu *****************************/

.mainNavLinks a:link, .mainNavLinks a:visited {
	color: #55372F;
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
	display: block;
	width: 85%;
	line-height: normal;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
}

.mainNavLinks a:hover {
	color: #55372F;
	text-decoration: none;
	display: block;
	width: 85%;
	line-height: normal;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
	border: solid #B7D3FA 1px;
	background-color: #E4EDFC;
}

/***************************** end *****************************/
