/*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;
border: 0px;
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;
padding: 0px;
border: 0px;
background-color: black;
position: static;
}

div.menuHover
{
padding: 0px;
border: 0px;
background-color: black;
display: block;
position:static;
filter: alpha(opacity=90);
-moz-opacity:0.9;
opacity: 0.9;
-khtml-opacity: 0.9;
}


a.menuitem:link
{
padding: 0px;
color: black;
display: block;
width: 168;
/*background-color: white;*/
font-family: arial;
font-weight: bold;
}

a.menuitem:visited
{text-decoration: none;
color: black;
background-color: white;
display: block;
width: 168;
font-family: arial;
font-weight: bold;
}

a.menuitem:hover
{
padding: 0px;
color: red;
/*background-color: #CCCCCC;*/
display: block;
width: 168;
font-family: arial;
font-weight: bold;
}

a.menuitem:active
{text-decoration: none;
color: black;
width: 168;
/*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: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
}

select{
background-color: #E2E09C;
border: 1 solid #996633;
font-size: 11px;
font-family: Arial;
}

