#nav a
{
	color:#EAEAFF;
	font-weight:bold;
	text-decoration:none;
	position:relative;
}
#nav
{
	margin-top:10px;
	color:#FFFFFF;
	float:left;
	margin-bottom:7px;
	position:relative;
	width:970px;
	height:35px;
	background-color: #0000AE;
	background-image: url(images/navbg.png);
	background-repeat: repeat-x;	
}
.navhome, .navpack, .navfind
{
	display:block;
	font-size:120%;
	text-align: center;
	

}

#nav a:hover, #nav a:focus {
	color:#FFFFFF;
	text-decoration:underline;
}
#submenu
{
	display:none;
	margin-top:10px;
	color:#FFFFFF;
	float:left;
	margin-bottom:7px;
	position:relative;
	width:970px;
	height:35px;
	background-color: #0000AE;
	background-image: url(images/navbg.png);
	background-repeat: repeat-x;	
}