
p, td 	{ font-family: Helvetica, Arial, sans-serif; font-size: 10pt; }

.navt1 	{ background: #fef6d8 url(../images/assnnav1_01.png) no-repeat; }

/* the following areas are used for fly-out menus */

#navtop1, #navtop1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float : right;
	font-size: .1em;
	line-height: .1em;
	z-index:100;
}

#navtop1 li li a {
	padding:2px;
	width: 173px;
	display : block;
	color : #ffffff;			/* menu item font color */
	font-size: 11pt;			/* menu item font size */
	font-weight: normal;			/* menu item font weight */
	text-decoration : none;			/* menu item font decoration */
	background-color : #333333;		/* menu item background color */
	font-family: Arial;			/* menu item font */
	font-style: normal;			/* menu item font style */
}

#navtop1 li li a:hover {
	color : #333333;			/* active item font color */
	font-size: 12pt;			/* active item font size */
	font-weight: normal;			/* active item font weight */
	text-decoration : none;			/* active item font decoration */
	background-color : #ffffff;		/* active item background color */
	font-family: Arial;			/* menu selected item font */
	font-style: normal;			/* menu selected font style */
}

#navtop1 li {
	float: left;
	position: relative;
	border-width:2px; 			/* menu border width */
	text-align:left;
	text-indent: 0px;
	z-index:100;
}

#navtop1 li ul {
	line-height: normal;
	display: none;
	position: absolute;
	width: 173px;
	top: 100%;
	left:0px;
	border-width:2px; 			/* menu border width */
	border-style:outset; 			/* menu border style */
	border-color:#808080; 			/* menu border color */
	background-color : #333333;		/* menu item background color */
}

#navtop1 li ul li { /* second-level lists */
	border-bottom-width:1px; 		/* item border width */
	border-bottom-style:solid; 		/* item border style */
	border-bottom-color:#A9A9A9; 		/* item border color */
	text-align:left;			/* item text align */
}

#navtop1 li>ul {
	top: auto;
	left: auto;
}

#navtop1 li li {
	display: block;
	float: left;
}

#navtop1 li:hover ul, #navtop1 li.over ul {
	display: block;
}


#navtop2, #navtop2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	font-size: .1em;
	line-height: .1em;
	z-index:90;
	text-align: left;
}

#navtop2 li li a {
	padding:2px;
	width: 173px;
	display : block;
	color : #ffffff;			/* menu item font color */
	font-size: 11pt;			/* menu item font size */
	font-weight: normal;			/* menu item font weight */
	text-decoration : none;			/* menu item font decoration */
	background-color : #333333;		/* menu item background color */
	font-family: Arial;			/* menu item font */
	font-style: normal;			/* menu item font style */
}

#navtop2 li li a:hover {
	color : #333333;			/* active item font color */
	font-size: 12pt;			/* active item font size */
	font-weight: normal;			/* active item font weight */
	text-decoration : none;			/* active item font decoration */
	background-color : #ffffff;		/* active item background color */
	font-family: Arial;			/* menu selected item font */
	font-style: normal;			/* menu selected font style */
}

#navtop2 li {
	float: left;
	position: relative;
	border-width:2px; 			/* menu border width */
	text-align:left;
	text-indent: 0px;
	z-index:90;
}

#navtop2 li ul {
	line-height: normal;
	display: none;
	position: absolute;
	width: 173px;
	top: 100%;
	left:0px;
	border-width:2px; 			/* menu border width */
	border-style:outset; 			/* menu border style */
	border-color:#808080; 			/* menu border color */
	background-color : #333333;		/* menu item background color */
}

#navtop2 li ul li { /* second-level lists */
	border-bottom-width:1px; 		/* item border width */
	border-bottom-style:solid; 		/* item border style */
	border-bottom-color:#A9A9A9; 		/* item border color */
	text-align:left;			/* item text align */
}

#navtop2 li>ul {
	top: auto;
	left: auto;
}

#navtop2 li li {
	display: block;
	float: left;
}

#navtop2 li:hover ul, #navtop2 li.over ul {
	display: block;
}