/*--------------------------------start new class-------------------------------------------*/

a.menuitemnew:link

{text-decoration: none;

color: red;

background-color: black;

display: block;}

 

a.menuitemnew:visited

{text-decoration: none;

color: red;

background-color: black;

display: block;}

 

a.menuitemnew:hover

{text-decoration: none;

color: red;

background-color: black;

display: block;}

 

a.menuitemnew:active

{text-decoration: none;

color: red;

background-color: black;

display: block;}

/*--------------------------------start new class -------------------------------------------*/


<PRE class=code>BODY
{font-family: verdana, tahoma, arial, sans-serif;
font-size: 10pt;
margin: 0px;
margin-left: 3px;
margin-right: 3px;
padding: 0px;}

P
{padding-top: 10px;
margin: 0px;}

H1
{font-size: 10pt;      /* Menu font size */
font-weight: bold;
padding-top: 15px;
margin: 0;}

table.navbar
{font-size: 10pt;
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: bold;}

table.menu
{font-size: 10pt;
margin: 0px;
padding: 0px;
font-weight: bold;}

td.menuNormal
{padding: 0px;
color: black;
font-weight: bold;
vertical-align: top;
background-color: black;}

td.menuHover
{padding: 0px;
color: black;
font-weight: bold;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
background-color: yellow;}

div.menuNormal
{display: none;
position: static;}

div.menuHover
{border: 1px solid yellow;
background-color: black;
display: inline;
position: absolute;}

a.menuitem:link
{text-decoration: none;
color: red;
background-color: black;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: red;
background-color: black;
display: block;}

a.menuitem:hover
{text-decoration: none;
color: red;
background-color: yellow;
display: block;}

a.menuitem:active
{text-decoration: none;
color: black;
background-color: yellow;
display: block;}
</PRE>