
/* the table that encloses the left-side navigation items */
/* and styles that define the first-level navigation */
table.navtable {margin-top: 8px;}
table.navtable #primary {background-color: #506BA2; padding: 0px 0px 25px 0px; }
table.navtable #primary img.navitem {margin-left: 11px; margin-right: 0px;}
table.navtable #primary img.curve {margin-bottom: 25px; margin-right: 0px;}
table.navtable #primary img.hiliterule { margin: 4px 0px 4px 11px; }
table.navtable #admissions {background-color: #7D91BA; padding: 0px 0px 9px 0px; }
table.navtable #admissions img.navitem {margin-left: 11px; margin-right: 0px;}
table.navtable #admissions img.curve {margin-bottom: 8px; margin-right: 0px;}
table.navtable #admissions img.hiliterule { margin: 6px 0px 0px 11px; }
table.navtable #subsites {background-color: #FFFFFF; padding: 0px 0px 20px 0px; }
table.navtable #subsites img.navitem {margin-left: 5px;}
table.navtable #subsites img.curve {margin-bottom: 16px;}

/* styles for second-level (sub)navigation in primary navigation area */
/* hilite is handled by the normal, non-linked style */
table.navtable #primary div.subnav { margin: -5px 0px 8px 0px; }
table.navtable #primary div.subnav img {margin-right: 3px; }
table.navtable #primary div.subnav img.hiliterule { margin: 6px 0px 0px 11px; }
table.navtable #primary div.subnav p {font-size: 9px;  line-height: 10px; font-weight: bold; color: #FFD060;  margin: 4px 5px 0px 17px;  text-indent: -6px;  }
table.navtable #primary div.subnav p A:ACTIVE {font-size: 9px;  line-height: 10px; font-weight: normal; color: #FFFFCC; text-decoration: none; }
table.navtable #primary div.subnav p A:LINK {font-size: 9px;  line-height: 10px; font-weight: normal; color: #FFFFCC; text-decoration: none; }
table.navtable #primary div.subnav p A:VISITED {font-size: 9px;  line-height: 10px; font-weight: normal; color: #FFFFCC; text-decoration: none; }
table.navtable #primary div.subnav p A:HOVER {font-size: 9px;  line-height: 10px; font-weight: normal; color: #FFFFCC; text-decoration: underline; }

/* styles for third level navigation in primary navigation */
/* this style needs a separate hilite style because the bullet is in HTML and not part of the link*/
table.navtable #primary div.subsubnav {margin: 0px 0px 0px 0px; }
table.navtable #primary div.subsubnav p {font-size: 9px;  font-weight: normal; line-height: 10px; color: #FFFFCC;  margin: 6px 5px 0px 24px;  text-indent: -8px;  }
table.navtable #primary div.subsubnav p.subsubhilite {font-weight: bold; color: #FFD060; }
table.navtable #primary div.subsubnav p A:ACTIVE {font-size: 9px; font-weight: normal;  line-height: 10px; color: #FFFFCC; text-decoration: none; }
table.navtable #primary div.subsubnav p A:LINK {font-size: 9px; font-weight: normal;  line-height: 10px; color: #FFFFCC; text-decoration: none; }
table.navtable #primary div.subsubnav p A:VISITED {font-size: 9px; font-weight: normal;  line-height: 10px; color: #FFFFCC; text-decoration: none; }
table.navtable #primary div.subsubnav p A:HOVER {font-size: 9px; font-weight: normal;  line-height: 10px; color: #FFFFCC; text-decoration: underline; }

/* styles for second-level HTML (sub)navigation in admissions navigation area */
/* hilite is handled by the normal, non-linked style */
/* NOTE: There is also graphic second-level navigation in the admissions area
these styles do not handle the graphic navigation elements */
table.navtable #admissions img.hiliterule { margin: 0px 0px 5px 11px; }
table.navtable #admissions div.subnav { margin: -5px 0px 8px 0px; }
table.navtable #admissions div.subnav img {margin-right: 3px; }
table.navtable #admissions div.subnav img.hiliterule { margin: 6px 0px 0px 11px; }
table.navtable #admissions div.subnav p {font-size: 9px;  line-height: 10px; font-weight: bold; color: #FFD060;  margin: 4px 2px 0px 17px;  text-indent: -6px;  }
table.navtable #admissions div.subnav p A:ACTIVE {font-size: 9px;  line-height: 10px; font-weight: normal; color: #FFFFFF; text-decoration: none; }
table.navtable #admissions div.subnav p A:LINK {font-size: 9px;  line-height: 10px; font-weight: normal; color: #FFFFFF; text-decoration: none; }
table.navtable #admissions div.subnav p A:VISITED {font-size: 9px;  line-height: 10px; font-weight: normal; color: #FFFFFF; text-decoration: none; }
table.navtable #admissions div.subnav p A:HOVER {font-size: 9px;  line-height: 10px; font-weight: normal; color: #FFFFFF; text-decoration: underline; }

/* styles for third level navigation in admissions navigation */
/* this style needs a separate hilite style because the bullet is in HTML and not part of the link*/
table.navtable #admissions div.subsubnav { margin: 0px 0px 0px 0px; }
table.navtable #admissions div.subsubnav p {font-size: 9px;  font-weight: normal; line-height: 10px; color: #FFFFFF;  margin: 6px 2px 0px 24px;  text-indent: -8px;  }
table.navtable #admissions div.subsubnav p.subsubhilite {font-weight: bold; color: #FFD060; }
table.navtable #admissions div.subsubnav p A:ACTIVE {font-size: 9px; font-weight: normal;  line-height: 10px; color: #FFFFFF; text-decoration: none; }
table.navtable #admissions div.subsubnav p A:LINK {font-size: 9px; font-weight: normal;  line-height: 10px; color: #FFFFFF; text-decoration: none; }
table.navtable #admissions div.subsubnav p A:VISITED {font-size: 9px; font-weight: normal;  line-height: 10px; color: #FFFFFF; text-decoration: none; }
table.navtable #admissions div.subsubnav p A:HOVER {font-size: 9px; font-weight: normal;  line-height: 10px; color: #FFFFFF; text-decoration: underline; }


/* the table that replaces the left-side navigation items in an emergency */
/* and styles that define the first-level navigation */
table.greynavtable {margin-top: 8px;}
table.greynavtable #primary {background-color: #555555; padding: 0px 0px 25px 0px; }
table.greynavtable #primary img.navitem {margin-left: 11px; margin-right: 0px;}
table.greynavtable #primary img.curve {margin-bottom: 25px; margin-right: 0px;}
table.greynavtable #primary img.hiliterule { margin: 4px 0px 4px 11px; }
table.greynavtable #admissions {background-color: #7A7A7A; padding: 0px 0px 9px 0px; }
table.greynavtable #admissions img.navitem {margin-left: 11px; margin-right: 0px;}
table.greynavtable #admissions img.curve {margin-bottom: 8px; margin-right: 0px;}
table.greynavtable #admissions img.hiliterule { margin: 6px 0px 0px 11px; }
table.greynavtable #subsites {background-color: #FFFFFF; padding: 0px 0px 20px 0px; }
table.greynavtable #subsites img.navitem {margin-left: 5px;}
table.greynavtable #subsites img.curve {margin-bottom: 16px;}



