div#topm {
/*	position: relative;
	top: 0px;
	left: 0px;
	width: 760px;*/
	height: 24px;
	z-index: 50;
	font-size: 13px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
/*div#topw {
	position: absolute;
	width: 760px;
	top: 0; left: 0;
}*/
.FNtop ul.L0 {
	list-style: none;
	margin: 0 0 0 7%;
	padding: 0;
}
.FNtop ul.L0 li {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #294b75;
	width: 65px;/*this taken out makes IE6 links go block full width of div*/
	float: left;/*otherwise the menu will be vertical*/
}
/* custom styles for width of links*/

.FNtop ul.L0 li.home {
	width:60px;
}
.FNtop ul.L0 li.moth {
	width:146px;
}
.FNtop ul.L0 li.dir {
	width:106px;
}
.FNtop ul.L0 li.proj {
	width:101px;
}
.FNtop ul.L0 li.don {
	width:86px;
}
.FNtop ul.L0 li.cont {
	width:152px;
}

/* end custom styles for width of links*/



.FNtop ul.L0 li a {/*doesn't like the word link, only "a" */
	display: block;
	width:auto;
	height: 22px;
	overflow: hidden;
	padding-top: 4px;
	/*padding-left: 15px;padding-right:15px;*/
	color: #fff;
	background-color: #294b75;
	text-align: center;
	text-decoration: none;
/*	border-top: 1px solid #A2D1D7;
	border-left: 1px solid #A2D1D7;*/
	border-bottom: 1px solid #000;
	border-right: none;
}
/*.FNtop ul.L0 li a.fin {
	border-right: 1px solid #A2D1D7;
}*/
/*.FNtop ul.L0 li a.par {
	background-image: url(imgs/s1/0n.gif);
	background-repeat: no-repeat;
	background-position: 112px 5px;
}*/
.FNtop ul.L0 li:hover a,
.FNtop ul.L0 li.hover a {
	color: #fff;
	padding-bottom:0px;
	background-color: #4c70a4;  /*9dd0e8*/
	text-decoration: none;
/*	border-top: 1px solid #88BFC6;
	border-left: 1px solid #88BFC6;
	border-bottom: 1px solid #88BFC6;
	border-right: none;*/
}
/*.FNtop ul.L0 li:hover a.fin,
.FNtop ul.L0 li.hover a.fin {
	border-right: 1px solid #88BFC6;
}*/
.FNtop ul.L0 li:hover a.par,
.FNtop ul.L0 li.hover a.par {
	background-image: url(imgs/s1/0h.gif);
	background-repeat: no-repeat;
	background-position: 112px 5px;
}
.FNtop ul.L0 ul.L1 {
	position: absolute;
	top: 26px;/* sets distance of top of subnav from bottom of main bar*/
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.FNtop ul.L0 ul.L1 li {
	display: block;/*for mac os9 problem*/
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 160px;
}
.FNtop ul.L0 ul.L1 li a {
	display: block;
	height: 21px;
	overflow: hidden;
	padding-top: 7px;/* sets the padding above the subnav links*/
	padding-left: 13px;
	color: #fff;
	background-color: #80b3fd;
	text-align: left;
	text-decoration: none;
	border-top: 1px solid #A2D1D7;
	border-left: 1px solid #A2D1D7;
	border-right: 1px solid #A2D1D7;
	border-bottom: none;
}

.FNtop ul.L0 ul.L1 li a.top {
	border-top: 1px solid #80b3fd;/*this is in case I want to change the border color of the top link in the subnav bar*/
}


.FNtop ul.L0 ul.L1 li a.fin {
	border-right: 1px solid #A2D1D7;
	border-bottom: 1px solid #A2D1D7;
}
.FNtop ul.L0 ul.L1 li a.par {
	background-image: url(imgs/s1/0n.gif);
	background-repeat: no-repeat;
	background-position: 112px 5px;
}
.FNtop ul.L0 ul.L1 li:hover a,
.FNtop ul.L0 ul.L1 li.hover a {
	color: #fff;
	background-color: #426ea2;
	text-decoration: none;
	border-top: 1px solid #88BFC6;
	border-left: 1px solid #88BFC6;
	border-right: 1px solid #88BFC6;
	border-bottom: none;
}
.FNtop ul.L0 ul.L1 li:hover a.fin,
.FNtop ul.L0 ul.L1 li.hover a.fin {
	border-bottom: 1px solid #88BFC6;
}
.FNtop ul.L0 ul.L1 li:hover a.par,
.FNtop ul.L0 ul.L1 li.hover a.par {
	background-image: url(imgs/s1/0h.gif);
	background-repeat: no-repeat;
	background-position: 112px 5px;
}
.FNtop li ul {
	visibility: hidden;
}
.FNtop li:hover ul,
.FNtop li.hover ul {
	visibility: visible;
}
.FNtop .settings {		/* Do not delete or modify - Used by Menukit */ 
/*	position: relative;
	top: 0px;
	left: 0px;
	units: px;
	z-index: 50;
	dyna-move: false;
	preserve: false;
	main-shadow: false;
	main-image: URL("FN/imgs/50pc.gif");
	subs-shadow: false;
	subs-image: URL("FN/imgs/50pc.gif");
	main-depth: 6;
	subs-depth: 6;
	stubs: false;
	format-html: true;
	sticky: false;
	threeD: false;
 */
}

