/* Primary Nav Bar */

.TopNavCell {    background: #d6bf91;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 12px;
   font-weight: bold;
   font-variant: small-caps;
   line-height: 12px;
   text-align: center;
   text-decoration: none;
   padding: 5;}
   
.TopNavCellOn {    background: #0F4198;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   font-weight: bold;
   font-variant: small-caps;
   line-height: 12px;
   text-align: center;
   text-decoration: none;
   padding: 5;}

.topNavBG {background: #cccccc;}


a.topnavIn { color: #ffffff; 	text-decoration: none;}
a.topnavIn:link { color: #ffffff; text-decoration: none;}
a.topnavIn:visted { color: #ffffff; text-decoration: none;}
a.topnavIn:hover {  color: #ffffff; text-decoration: none; }

a.topnavInOn { color: #ffffff; 	text-decoration: none;}
a.topnavInOn:link { color: #ffffff; text-decoration: none;}
a.topnavInOn:visted { color: #ffffff; text-decoration: none;}
a.topnavInOn:hover {  color: #ffffff; text-decoration: none; }

/* Secondary Nav Bar */

.secNavCell {    background: #99ccff;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   font-weight: none;
   line-height: 12px; 
   text-align: left;
   text-decoration: none;
   padding: 5;}
   
.secNavCellOn {    background: #99ccff;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   font-weight: bold;
   font-variant: small-caps;
   line-height: 12px; 
   text-align: left;
   text-decoration: none;
   padding: 5;}


a.secnavIn { color: #d6bf91; 	text-decoration: none;}
a.secnavIn:link { color: #d6bf91; text-decoration: none;}   
a.secnavIn:visted { color: #d6bf91; text-decoration: none;}
a.secnavIn:hover {  color: #d6bf91; text-decoration: none; }

a.secnavInOn { color: #d6bf91; 	text-decoration: underline;}
a.secnavInOn:link { color: #d6bf91; text-decoration: underline;}   
a.secnavInOn:visted { color: #d6bf91; text-decoration: underline;}
a.secnavInOn:hover {  color: #d6bf91; text-decoration: underline; }

a.secnavInHere { color: #d6bf91; 	text-decoration: none;}
a.secnavInHere:link { color: #d6bf91; text-decoration: none;}   
a.secnavInHere:visted { color: #d6bf91; text-decoration: none;}
a.secnavInHere:hover {  color: #d6bf91; text-decoration: none; }

/* Terciary Nav bar */

.tercNavCell {    background: #ffffff;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   font-weight: none;
   line-height: 12px; 
   text-align: center;
   text-decoration: none;
   padding: 3;}
   
.tercNavCellOn {    background: #ffffff;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   font-weight: bold;
   font-variant: small-caps;
   line-height: 12px; 
   text-align: center;
   text-decoration: none;
   padding: 3;}


a.tercnavIn { color: #003366; 	text-decoration: none;}
a.tercnavIn:link { color: #003366; text-decoration: none;}   
a.tercnavIn:visted { color: #003366; text-decoration: none;}
a.tercnavIn:hover {  color: #003366; text-decoration: none; }

a.tercnavInOn { color: #003366; 	text-decoration: underline;}
a.tercnavInOn:link { color: #003366; text-decoration: underline;}   
a.tercnavInOn:visted { color: #003366; text-decoration: underline;}
a.tercnavInOn:hover {  color: #003366; text-decoration: underline; }

a.tercnavInHere { color: #003366; 	text-decoration: none;}
a.tercnavInHere:link { color: #003366; text-decoration: none;}   
a.tercnavInHere:visted { color: #003366; text-decoration: none;}
a.tercnavInHere:hover {  color: #003366; text-decoration: none; }


