/*CSS Navigation File*/
/* Fonts used for NAVIGATION on top menu */

a.navtop {
font:11px/18px Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Geneva, Tahoma;
text-decoration:none;
font-weight: normal;
height:18px;
padding-left: 0px;
padding-bottom: 0px;
border-top: dotted   0px  #4D4D4D;
border-left:  dotted    0px  #4D4D4D;
border-right: dotted   0px   #4D4D4D;
border-bottom:dotted      0px  #00004;
background-color:transparent;
text-indent: 0px;
text-align:center;}
a.navtop:link {color: #ffffff;}
a.navtop:active {color:#ffffff;}
a.navtop:visited {color:#ffffff;}
a.navtop:hover {color:#ffffff;}



/* Usually identical with a.LClink but when using text overlay buttons another font color might be needed*/
a.navleft {
font:10px/18px Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Geneva, Tahoma;
text-decoration:none;
font-weight: normal;
width:140px;
background-color:transparent;
text-align:left;}
a.navleft:link {color: #4D4D4D;}
a.navleft:active {color:#4D4D4D;}
a.navleft:visited {color:#4D4D4D;}
a.navleft:hover {color:#CC0000;}

/* Use this for text only NAVIGATION PANEL in left column*/
a.leftlink {
font:10px/18px Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Geneva, Tahoma;
text-decoration:none;
font-weight: normal;
background-color:transparent;
text-align:left;}
a.leftlink:link {color: #4D4D4D;}
a.leftlink:active {color:#4D4D4D;}
a.leftlink:visited {color:#4D4D4D;}
a.leftlink:hover {color:#CC0000;}


/*tables and tds needed when \'text overlay buttons\' are used*/

table.tnav{
border: 1px  #ffffff solid;
padding: 0px;
spacing: 0px;
background-color:#ffffff;
}
table.lnav{
border: 0px  #efefef 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;
}
