.menuFont
{
display: inline; 
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
font-weight: bold;
text-align: center;
/*color: #FFFF00;*/
}

.menuTable {
width: 160px;
background-color: #000000;
margin: 0px;
padding: 0px;
border-collapse: collapse;
border-style: solid;
border-width: 0px 2px 0px 2px;
}

.menuTable tr {
height: 18px;
/*width: 100%;*/
text-align: center;
}

.menuTable td a{
padding-top: 2px;
padding-bottom: 2px;
/*width: 100%;*/
display: block;
}

.menuTable td a:link {
text-decoration: none;
}

.menuTable td a:visited {
text-decoration: none;
}

.menuTable td a:hover {
background-color: #0033ff;
}


