
/* style for containing DIV around the menu table */
div.PfMenu {}
	
/* Global style for the table - not always necessary to define anything here */
table.PfMenu {text-align:center; /*width:100%;*/}

/*  style the NON-active "MidTd" which holds the A tag menu text */
.PfMenu .MidTd, .PfMenu .MidTd_last, .PfMenu .MidTd_first  
{
	vertical-align:middle; display:table-cell; white-space:nowrap; height:54px;
}
  
  /* style the NON-active menu text */
.PfMenu .MidTd a:link, .PfMenu .MidTd a:visited, .PfMenu .MidTd_last a:link, .PfMenu .MidTd_last a:visited,
.PfMenu .MidTd_first a:link, .PfMenu .MidTd_first a:visited 
{
font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#48759f; font-weight:normal; 
    text-decoration:none;vertical-align:middle;display:table-cell; white-space:nowrap;
}


/* NON-active Left TD */
.PfMenu .LeftSepTD, .PfMenu .LeftSepTD_last, .PfMenu .LeftSepTdActive, .PfMenu .LeftSepTdActive_last {background:url(images/sep_left.gif) no-repeat center; width:14px;}
.PfMenu .RightSepTdActive, .PfMenu .RightSepTdActive_first, .PfMenu .RightSepTD, .PfMenu .RightSepTD_first {background:url(images/sep_blank.gif) no-repeat center; width:14px;}
.PfMenu .LeftSepTD_first, .PfMenu .LeftSepTdActive_first {background:url(images/sep_blank.gif) no-repeat center; width:0px;}
.PfMenu .RightSepTd_last, .PfMenu .RightSepTdActive_last {background:none; width:0px;}
/* NON-active Right TD 
.PfMenu .RightSepTD, .PfMenu .RightSepTD_first {background:url(images/sep_left.gif) no-repeat center; width:14px;}
.PfMenu .RightSepTD_last {background:url(images/sep_blank.gif) no-repeat center; width:14px;}*/
/*  style the ACTIVE "MidTd" which holds the A tag menu text */
.PfMenu .MidTdActive, .PfMenu .MidTdActive_last, .PfMenu .MidTdActive_first
{ vertical-align:middle; display:table-cell; background:none; white-space:nowrap;}
/* style the ACTIVE menu text */
.PfMenu .MidTdActive a:link, .PfMenu .MidTdActive a:visited, .PfMenu .MidTdActive_last a:link, .PfMenu .MidTdActive_last a:visited,
.PfMenu .MidTdActive_first a:link, .PfMenu .MidTdActive_first a:visited 
{  
    font-family:Arial, Helvetica, sans-serif; font-size: 14px; text-decoration:none; font-weight:normal; 
     color: #003462; display:table-cell; white-space:nowrap; 
}

/* ACTIVE Left TD 
.PfMenu .LeftSepTDActive, .PfMenu .LeftSepTDActive_last {background:url(images/sep_left.gif) no-repeat center; width:14px;}
.PfMenu .LeftSepTDActive_first {background:url(images/sep_blank.gif) no-repeat center; width:14px;}
*/
/* ACTIVE Right TD 
.PfMenu .RightSepTDActive, .PfMenu .RightSepTDActive_first {background:url(images/sep_blank.gif) no-repeat center; width:14px;}
.PfMenu .RightSepTdActive_last {background:url(images/sep_blank.gif) no-repeat center; width:14px;}*/


