/* ================================
    CSS STYLES FOR Module itxSubMenu
   ================================
*/
td.pgHLinks {
	color:#000066;
	font-size: 16px;
	font-weight:bold;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 14px;
	padding: 5px 0px 5px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
	text-decoration: none;
}
a.pgHLinks:link, a.pgHLinks:active, a.pgHLinks:visited {
	color:#000066;
	font-size: 16;
	line-height: 14px;
	text-decoration: none;
}
a.pgHLinks:hover {
	color: #ff9900;
	line-height: 14px;
	text-decoration: none;
	background-color:#FFFFFF;
	text-decoration:underline;
}
.pgHLinksSelected{
	color:#000000;
	line-height: 14px;
	text-decoration:none;
	font-weight:bold;
	font-size:12;
}
.pgHLinksSelectedBig{
	color:#000066;
	line-height: 14px;
	text-decoration:none;
	font-weight:bold;
	font-size:16;
}
.pgHLinksNotSelected{
	color:#000000;
	line-height: 14px;
	text-decoration:none;
	font-size:12;
}