/*a:visited{color:white}*/

table.navbar
{font-size: 8pt;
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: bold;
/*background-color: lightblue;*/
}
P
{
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
margin: 0px;}
table.menu
{font-size: 8pt;
margin: 0px;
padding: 0px;
}

td.menuNormal
{padding: 0px;
/*color:white*/
font-weight: bold;
/*vertical-align: top;*/
/*border: 1px solid lightblue;*/
/*diaplay: block;*/
background-color: #68BFF9;
}

td.menuHover
{padding: 0px;
/*color: black;*/
font-weight: bold;
/*vertical-align: top;*/
/*remove the following line for drop-down menu with images*/
background-color: #9DCFFD;
}


div.menuNormal
{display: none;
position: static;}

div.menuHover
{border: 1px solid lightblue;
background-color: white;
display: block;
position: absolute;
filter: alpha(opacity=90);
-moz-opacity:0.9;
opacity: 0.9;
-khtml-opacity: 0.9;
}


a.menuitem:link
{text-decoration: none;
color: black;
display: block;
width: 100%;
background-color: white;
font-family: arial;
font-weight: bold;
}

a.menuitem:visited
{text-decoration: none;
color: black;
background-color: white;
display: block;
width: 100%;
font-family: arial;
font-weight: bold;
}

a.menuitem:hover
{text-decoration: none;
color: red;
background-color: #CCCCCC;
display: block;
width: 100%;
font-family: arial;
font-weight: bold;
}

a.menuitem:active
{text-decoration: none;
color: black;
width: 100%;
background-color: white;
display: block;
font-family: arial;
font-weight: bold;
}


a.pclass:link{
     text-decoration: none;
     color: white;
     display: block;
     width: 100%;
     font-family: Tahoma;
     font-weight: bold;
}

a.pclass:visited{
     text-decoration: none;
     color: white;
     display: block;
     width: 100%;
     font-family: Tahoma;
     font-weight: bold;
}

a.pclass:active{
     text-decoration: none;
     color: white;
     display: block;
     width: 100%;
     font-family: Tahoma;
     font-weight: bold;
}
a.pclass:hover{
     text-decoration: none;
     color: D23500;
     display: block;
     width: 100%;
     font-family: Tahoma;
     font-weight: bold;
}
p.pcl{
      padding-left: 0px;
      padding-top: 1px;
      padding-right: 0px;
      padding-bottom: 2px;
}



