TD.vMenuLink {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.nav1Margin {
	margin-left : 3px;	
}

.nav2Margin {
	margin-left : 16px;
}

.nav1off {
	color : Black;
	background-color : transparent;
	font-size : 13px;
}

.nav1on {
	color : Red;	
	font-weight : bold;
	font-size : 13px;
}


.nav2off {
	font-weight : normal;
	color : Black;
	font-size : 13px;
}

.nav2on {
	font-weight : bold;
	color :#6AAFFB;
	font-size : 13px;
}

A.nav1off, A.nav1off:visited {
	text-decoration : none;
	color : Black;
}

A.nav1off:hover {
	text-decoration : underline;
	color : Black;
}

A.nav1on, A.nav1on:visited {
	text-decoration : none;
	color : red;
}

A.nav1on:hover {
	text-decoration : underline;
	color : red;;
}

A.nav2off, A.nav2off:visited {
	text-decoration : none;
	color : Black;
}

A.nav2off:hover {
	text-decoration : underline;
	color : Black;
}

A.nav2on, A.nav2on:visited {
	text-decoration : none;
	color : #6AAFFB;
}

A.nav2on:hover {
	text-decoration : underline;
	color : #6AAFFB;
}