
/* style for containing DIV around the menu table */
div.PfMenu {  }

/* Global style for the table - not always necessary to define anything here */
table.PfMenu { height:50px;  }

/*  style the NON-active "MidTd" which holds the A tag menu text */
.PfMenu .MidTd, .PfMenu .MidTd_last  { background:url(images/menu_background.jpg) repeat-x; padding: 0px 11px 0px 11px; vertical-align:middle;  }

/* style the NON-active menu text */
.PfMenu .MidTd a:link, .PfMenu .MidTd a:visited, .PfMenu .MidTd_last a:link, .PfMenu .MidTd_last a:visited  
{
    font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#6b6b6e; font-weight:bold; text-decoration:none; 
}

/* NON-active Left TD */
.PfMenu .LeftSepTD, .PfMenu .LeftSepTD_last { background:url(images/menu_background.jpg) repeat-x; width:1px; }

/* NON-active Right TD */
.PfMenu .RightSepTD, .PfMenu .RightSepTD_last   { background:url(images/menu_separator.jpg) no-repeat; width:1px; }

/*  style the ACTIVE "MidTd" which holds the A tag menu text */
.PfMenu .MidTdActive, .PfMenu .MidTdActive_last
{ background:url(images/menu_background_active.jpg) repeat-x; padding: 0px 11px 0px 11px; vertical-align:middle;  }

/* style the ACTIVE menu text */
.PfMenu .MidTdActive a:link, .PfMenu .MidTdActive a:visited, .PfMenu .MidTdActive_last a:link, .PfMenu .MidTdActive_last a:visited  
{  
    font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#ffffff; text-decoration:none; font-weight:bold; 
}

/* ACTIVE Left TD */
.PfMenu .LeftSepTdActive, .PfMenu .LeftSepTdActive_last  { background:url(images/menu_background_active.jpg) repeat-x; width:1px;  }

/* ACTIVE Right TD */
.PfMenu .RightSepTdActive, .PfMenu .RightSepTdActive_last    { background:url(images/menu_separator.jpg) no-repeat; width:1px; }

/*  ================================================ */
/*  =============  FIRST ITEM STYLING  ============= */

/*  style the NON-active "MidTd" which holds the A tag menu text */
.PfMenu .MidTd_first  { background:url(images/menu_background.jpg) repeat-x; padding: 0px 11px 0px 11px; vertical-align:middle;  }

/* style the NON-active menu text */
.PfMenu .MidTd_first a:link, .PfMenu .MidTd_first a:visited  
{  
     font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#6b6b6e; font-weight:bold; text-decoration:none; 
    }

/* NON-active Left TD */
.PfMenu .LeftSepTD_first {  background:url(images/menu_leftend.jpg) no-repeat; width:17px; }

/* NON-active Right TD */
.PfMenu .RightSepTD_first  {  background:url(images/menu_separator.jpg) no-repeat; width:1px;  }

/*  style the ACTIVE "MidTd" which holds the A tag menu text */
.PfMenu .MidTdActive_first   {background:url(images/menu_background_active.jpg) repeat-x; padding: 0px 11px 0px 11px; vertical-align:middle;  }

/* style the ACTIVE menu text */
.PfMenu .MidTdActive_first a:link, .PfMenu .MidTdActive_first a:visited  
{  font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#ffffff; text-decoration:none; font-weight:bold;  }

/* ACTIVE Left TD */
.PfMenu .LeftSepTdActive_first   { background:url(images/menu_leftend_active.jpg) no-repeat; width:17px;  }

/* ACTIVE Right TD */
.PfMenu .RightSepTdActive_first   { background:url(images/menu_separator.jpg) no-repeat; width:1px; }



/*  ================================================ */
/*  =============  LAST ITEM STYLING  ============= */

/*  style the NON-active "MidTd" which holds the A tag menu text */
.PfMenu .MidTd_last  {  }

/* style the NON-active menu text */
.PfMenu .MidTd_last a:link, .PfMenu .MidTd_last a:visited  {  }

/* NON-active Left TD */
.PfMenu .LeftSepTD_last {  }

/* NON-active Right TD */
.PfMenu .RightSepTD_last  {  }

/*  style the ACTIVE "MidTd" which holds the A tag menu text */
.PfMenu .MidTdActive_last   {  }

/* style the ACTIVE menu text */
.PfMenu .MidTdActive_last a:link, .PfMenu .MidTdActive_last a:visited  {  }

/* ACTIVE Left TD */
.PfMenu .LeftSepTdActive_last  {  }

/* ACTIVE Right TD */
.PfMenu .RightSepTdActive_last   {  }

