/*CSS Navigation File*/
* SITE FONT SETUP - OPTIONS YOU CAN USE */
/* CAUTION do not interchange by accident the \\\'normal\\\' and \\\'none\\\' tags */
/*font-style:         normal | oblique */
/*font-variant:       normal | small-caps */
/*text-decoration:    none | underline | overline | line-through | blink */
/*text-transform:     none  capitalize | uppercase | lowercase | none */
/*text-align:         left | right | center | justify */
/*text-indent:        3em  <length> | <percentage> */
 /*font-weight:         normal | bold | bolder | lighter | 100 | 200 | 300 |
400 | 500 | 600 | 700 | 800 | 900 */


* Fonts used for navigation on top */

a.navtop {
font:10px Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Geneva, Tahoma;
text-decoration:none;
font-weight: bold;
text-align:left;}
a.navtop:link {color:#FFFFFF; font-weight:bold}
a.navtop:active {color:#FFFFFF; font-weight:bold}
a.navtop:visited {color:#FFFFFF; font-weight:bold}
a.navtop:hover {color:#CCCCCC; font-weight:bold;
background-color:#006600;}


/* Usually itentical with a.LClink but when using text overlay buttons another font color might be needed*/
a.navleft {
font:10px Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Geneva, Tahoma;
text-decoration:none;
font-weight: normal;
background-color: #FFFFFF;
text-align:left;}
a.navleft :link {color:#B8860B}
a.navleft :active {color:#B8860B}
a.navleft:visited {color:#B8860B}
a.navleft :hover {
color:#000000}

/* Use this for text only NAVIGATION PANEL in left column*/
a.leftlink {
font:10px Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Geneva, Tahoma;
text-decoration:none;
font-weight: normal;
background-color: #FFFFFF;
text-align:left;}
a.leftlink:link {color:#003366; font-weight:normal}
a.leftlink:active {color:#003366; font-weight:normal}
a.leftlink:visited {color:#003366; font-weight:normal}
a.leftlink:hover {color:#000000; font-weight:normal;}

/*tables and tds needed when \\\'text overlay buttons\\\' are used*/
table.tnav{
border: 1px  #003366 solid;
padding: 0px;
spacing: 0px;
background-color:#ffffff;}
table.lnav{
border: 0px  #003366 solid;
padding: 0px;
spacing: 0px;
background-color:#ffffff;
}

/*you might need to modify td.nav in the CSS Layout section */

td.dtnav{
border-top: 0px #  ;
border-left: 0px #  ;
border-right: 0px #  ;
border-bottom: 0px #  ;
padding: 0px;
background-color: #ffffff;}
td.dlnav{
border-top: 0px #  ;
border-left: 0px #  ;
border-right: 0px #  ;
border-bottom: 0px #  ;
padding: 0px;
background-color: #ffffff;
}
