#nav-top {
	font: normal 1.0em "Tahoma", "Geneva", sans-serif; 
	text-transform:none;
	text-align:right;
	height:25px; width:880px;
	margin-top:5px;
	}

	html>body #topnav  {
		width: 885px;
		}

#nav-top ul {
	border:0; margin:0;
	}

	html>body #nav-top ul { display:inherit; } 
	/* what we really want - IE 4/5/6 can't see */
		
#nav-top li {
	list-style-type:none;
	width:148px;
	margin:0;
	line-height:normal;
	display:inline;
	margin-left:40px;
	}

#nav-top li a:hover {
		color:#1196ba;
		text-decoration: underline;
		}

#nav-top li#active a {
		color: #333; font-weight:bold;
		}
			
#nav-top li a {
		text-decoration:none;
		color:#1196ba;
		border:0;
		}
		
		
	
<!-- -->
#nav-main {
	font: normal 1.2em "Times New Roman", Times, serif; 
	text-transform:none;
	width:180px;
	margin-top:2px;	
	}

	html>body #nav-main  {
		width: 180px;
		}

#nav-main ul {
	border:0; margin:0;
	}

	html>body #nav ul { display:inherit; } 
	/* what we really want - IE 4/5/6 can't see */
		
#nav-main li {
	list-style-type:none;
	width:148px;
	margin:0;
	line-height:2.1em;
	border-bottom:dotted #74af46 1px;
	}

#nav-main li a:hover {
		color:#74af46;
		text-decoration: underline;
		}

#nav-main li#active a {
		color: #74af46; font-weight:bold; 		 
		}
			
#nav-main li a {
		text-decoration:none;
		color:#1196ba;
		border:0;
		}


<!-- -->

#nav-footer {
	font: normal 1.0em "Tahoma", "Geneva", sans-serif; 
	color:#aeacac;
	clear:both;
	background: url(/_img/bg_footer3.gif) no-repeat top;width:870px;height:129px;
	}

	
	html>body #nav  {
		width: 850px;
		}

#nav-footer ul {
	border:0; margin:0;
	padding:28px 0 0 15px;
	}

	html>body #nav-footer ul { display:inherit; } 
	/* what we really want - IE 4/5/6 can't see */
		
#nav-footer li {
	list-style-type:none;
	width:148px;
	margin:0;
	line-height:normal;
	display:inline;
	margin-right:47px;
	color: #333;
	}

#nav-footer li a:hover {
		color:#333;
		text-decoration: underline;
		}

#nav-footer li#active a {
		color: #333; font-weight:bold;
		}
	
			
#nav-footer li a {
		text-decoration:none;
		color:#1196ba;
		border:0;
		}
		