.html_nav
{
	background-color:#000066;
	font-family:arial;
	font-size:12px;
	color:white;
	text-transform:uppercase;
}

.html_nav .top
{
	background-image:url(../images/nav_top.gif);
	background-repeat:repeat-x;
	height:13px;
}

.html_nav .bottom
{
	background-image:url(../images/nav_bottom.gif);
	background-repeat:repeat-x;
	height:11px;
}

.html_nav .primary 
{
	padding-left:16px;
}

.html_nav .secondary
{
	padding-left:16px;
	padding-top:8px;
}


.html_nav a:link { text-decoration:none; color:white; font-weight:bold; }
.html_nav a:visited { text-decoration:none; color:white; font-weight:bold;  }
.html_nav a:hover { text-decoration:none; color:#999999; font-weight:bold;  }
.html_nav a:active { text-decoration:none; color:#999999; font-weight:bold;  }

.html_nav a.selected:link { text-decoration:none; color:#999999; font-weight:bold;  }
.html_nav a.selected:visited { text-decoration:none; color:#999999; font-weight:bold;  }
.html_nav a.selected:hover { text-decoration:none; color:#999999; font-weight:bold;  }
.html_nav a.selected:active { text-decoration:none; color:#999999; font-weight:bold;  }
