td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #113B98;
}
a.navi:link, a.navi:visited { /* this styling is for the MAIN items in the menu */
	color: #3461C7;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 9px;
	background-image: url(./images/q-4x4-black2_2.gif);
	background-repeat: no-repeat;
	width: 100%;

}

a.navi:hover, a.selected:link, a.selected:hover, a.selected:visited  { /* this styling is for the MAIN items in the menu */
	color: #3461C7;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 9px;
	background-color: #B6C6EB;
	background-image: url(./images/q-4x4-black_2.gif);
	background-repeat: no-repeat;
}

