a:hover.nav2	{
	font-weight : normal;
	color : Lime;
	text-decoration : none;
}
a:hover.nav3	{
	font-weight : normal;
	color : Black;
	text-decoration : underline;
	font-size : 12px;
}
a:hover.nav	{
	font-weight : normal;
	color : #008000;
	text-decoration : underline;
}
.nav2		{
	font-weight : normal;
	color : #FFFFFF;
	text-decoration : none;
	font : 11px verdana, arial, helvetica;
}
.nav3		{
	font-weight :normal;
	color : Black;
	text-decoration : none;
	font-size : 12px;
}
.nav		{ font-weight : 10; color : #000000; text-decoration : none; }
 
