/************************************************************************
* 1 *unav_on * Horizontal Nav
************************************************************************/
.unav  {
	color: #333399;
	text-decoration:underline;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica;
	font-size:8pt;
}
.unav A  {
	color: #333399;
	text-decoration: underline;
	font-weight: normal;
	font-family : Verdana, Arial, Helvetica;
	font-size:8pt;
}

.unav A:hover  {
	color: #333399;
	text-decoration: underline;
	font-weight: bold;
}

.unav A:active {
	text-decoration: underline;
}

.unav A:visited  {
	color: #333399;
	text-decoration: underline;
}


#on {
	color: #333399;
	background-color: #74A8CF;
	font-weight: bold;
	
}

.unav A:visited:hover  {
	color: #333399;
	text-decoration: underline;
}

#on A {
	color: #333399;
	text-decoration: underline;
	
}
