.SelectedHeader { color: #FFF; font-size: 60%; background-color: #475B82; text-align: center; font-weight: normal; padding-left: 8px; padding-right: 8px; padding-top: 2px; padding-bottom: 2px; border-top: 1px solid #CCC; height: 20px }
.NonSelectedHeader { color: #FFF; font-size: 60%; background-color: #5C5C5C; text-align: center; font-weight: normal; padding-left: 8px; padding-right: 8px; padding-top: 2px; padding-bottom: 2px;border-top: 1px solid #CCC; height: 20px   }
.NonSelectedHeaderOver { color: #FFF; font-size: 60%; background-color: #475B82; text-align: center; font-weight: normal; padding-left: 8px; padding-right: 8px; padding-top: 2px; padding-bottom: 2px;border-top: 1px solid #CCC; height: 20px   }
.EmptySelectedHeader { font-size: 60%; background-color: #5C5C5C; text-align: center; font-weight: normal; padding-left: 8px; padding-right: 8px; padding-top: 2px; padding-bottom: 2px; border-top: 1px solid #CCC; height: 20px }
.SubNavHeader { font-size: 60%; background-color: #959595; text-align: center; padding-left: 8px; padding-right: 8px; padding-top: 2px; padding-bottom: 2px; border-top: 1px solid #CCC; height: 20px   }
.EmptySubNavHeader { font-weight: normal; font-size: 60%; background-color: #959595; text-align: center; padding-left: 8px; padding-right: 8px; padding-top: 2px; padding-bottom: 2px; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; height: 20px }
.NavSeparator { background-color: #5C5C5C; border-top: 1px solid #CCC;  }
.EmptySubNavHeader2 { font-weight: normal; font-size: 60%; background-color: #959595; text-align: center; padding-left: 8px; padding-right: 8px; padding-top: 2px; padding-bottom: 2px; border-top: 1px solid #CCC; height: 20px }
.NavMenuTitleCell { font-size: 60%; background-color: #5C5C5C; text-align: center; font-weight: normal; padding-left: 8px; padding-right: 8px; padding-top: 2px; padding-bottom: 2px; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; border-right: 1px solid #CCC; height: 21px }
.NavMenuTitleCell2 { font-size: 60%; background-color: #5C5C5C; text-align: center; font-weight: normal; padding-left: 8px; padding-right: 8px; padding-top: 2px; padding-bottom: 2px; border-top: 1px solid #CCC; border-right: 1px solid #CCC; height: 21px }

.SelSubNavHeader { font-size: 60%; background-color: #475B82; text-align: center; padding-left: 8px; padding-right: 8px; padding-top: 2px; padding-bottom: 2px; border-top: 1px solid #CCC; height: 20px   } 
.PathHeader {  background-color: #ffffff; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 70%; font-style: normal; color: #000000; text-align: left; font-weight: normal; padding-left: 8px; padding-right: 8px; padding-top: 2px; padding-bottom: 2px; border-top: 1px solid #CCC }
A.NavHeaderLink:link, A.NavHeaderLink:visited {  text-decoration: none; color: #ffffff}
A.NavHeaderLink:hover, A.NavHeaderLink:active { text-decoration: none; color: #ffffff}
A.SubHeaderLink:link, A.SubHeaderLink:visited { text-decoration: none; color: #000000}
A.SubHeaderLink:hover, A.SubHeaderLink:active { text-decoration: underline; color: #000000}
A.SelSubHeaderLink:link, A.SelSubHeaderLink:visited { text-decoration: none; color: #ffffff; font-weight: normal }
A.SelSubHeaderLink:hover, A.SelSubHeaderLink:active { text-decoration: underline; color: #ffffff; font-weight: normal }

/* from templete */

td.subMenuPrimaryItems{ /* for the items under the sub-menu title elements */
  font-size: 70%;
  background-color:#FFFFFF; /* constant: white */
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 9px;
  border-right:1px solid #CCCCCC; /* constant: medium gray */
}
a:link.subMenuPrimary,a:visited.subMenuPrimary,a:active.subMenuPrimary{ /* for the text links in the primary submenu */
	color:#424242; /* constant: dark gray */
	text-decoration:underline;	
  white-space: nowrap;
}
a:hover.subMenuPrimary{
	color:#A90101; /* constant: red */
}
a:link.SelsubMenuPrimary,a:visited.SelsubMenuPrimary,a:active.SelsubMenuPrimary{ /* for the text links in the primary submenu */
	color:#000; /* constant: dark gray */
	text-decoration:underline;	
        white-space: nowrap;
        font-weight: bold;
}
a:hover.SelsubMenuPrimary{
	color:#A90101;
        font-weight: normal;
        font-weight: bold;
}
.SelSubMenu { 
        font-size: 70%;
        padding-left: 2px;        
        padding-right: 4px;
}

