
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* menu stuff 						 */
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
table.menuItems {
	padding-top: 97px;	
	background-image: url('../img/pcs3/pcs_bar.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}
td {
	font-size: 11px;
	color: #000;
	line-height: 15pt;
	margin-right: 10pt;
	text-align: justify;	
}

td.menuItem {	
	padding-bottom: 9px;
	padding-left: 13px;
	text-transform: uppercase;
	font-size: 9px;
	text-align: center;
	color: white;
	font-weight: bold;
}

td.menuItem a,td.menuItem a:visited {
	text-decoration: none;
	/*color: #12377e;*/
	color: white;
}

td.menuItem a:hover {
	/*font-weight: bolder;*/
	/*background-image: url("../img/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0 2;*/
}
td.menuHeading {
	font-weight: bold;
	background-color: #b3c1e4;
	color: white;
	padding-left: 5px;
}
