
td.PageLinks {
	/* font-size: small;*/
	font-size: .8em;
	text-decoration: none;
	height:23px;
}

td.PageLinks a:link {
	color: #00008b;
	background-color: inherit;
	font-size: inherit;
}


/* topnav links */
td.PageLinks a:hover {
	text-decoration: none;
	color: #6699ff;
	background-color: inherit;
}


ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


/* text links */
#nav li a {
	text-decoration: none;
}

/* dropdown links, bg */
#nav li li a {
	display: block;
	font-weight: normal;
	color: #000080;
	background-color: #dcdcdc;
	padding: 0.4em 3px;
	text-decoration: none;
	height: 1.2em;
	border: none;
	font-size: .9em;
}
/* hover dropdown, hover bg */
#nav li li a:hover {
	padding: .4em 3px;
	color: #4169e1; 
	background: #f5f5f5 ;
	background: url(../images/flyout_bg.gif) no-repeat;
}

/* top links width between | */
li {
	float: left;
	position: relative;
	/* width: 10em; */
	width: 6em;
	text-align: center;
	vertical-align: middle; 
	cursor: default;
	border:  solid #000080;
	border-width: 0 1px 0px 0px;
	line-height: 1em;
}

li#first {
	border-right-width: 1px; 
	margin: auto; 
}

/* added width 8-2-2008 */
li#last {
	border-right-width: 0;
	width: 9em;
	margin: auto; 
}

/* position flyout */
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: .7em 0 0em 0;
	border: none;
}

li>ul {
	top: auto;
	left: auto;
}

/* dropdown borders */
li li {
	display: block;
	float: none;
	background: #f5f5f5 url(../images/flyout_bg.gif) no-repeat;
	color: inherit;
	white-space: nowrap; 
	width: 9em;
	text-align: left;
	padding-left: 0px;
	border-bottom: 0px; 
	border: 1px solid #808080; 
	
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}
