
body {
/*text-align:center;*/
font-family:verdana, arial, helvetica, sans-serif;
font-size:76%;
color:#000;
padding:0;
border:0;}

.menu {
z-index:1000;
float:left;
font-size:90%;
margin:5px 0 0px 5px; /* this page only */
text-align: left;
}


.menu ul {
padding:0;
margin:0;
list-style-type:none;
line-height: 2em;

}

.menu li {
font-weight: bold;
}

.menu a, .menu a:link, .menu a:active, .menu a:visited {
text-decoration: none;
color: #FFF;
}

.menu a:hover {
color:#FFFF00;
border-top:1px #FFFF00 solid;
border-bottom:1px #FFFF00 solid;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:100px;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
line-height: 1px;
}
td a img, td a:hover img, td a:visited img, td a:link img{
text-decoration: none;
border: none;
}
