/* CSS Document */

 /* Set up the default font and ovrall size to include image */
.menu {
font: 11px Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
width:100%;
height:355px;
position:relative; 
margin:0px;
padding: 0px;
}

/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:0px 0 0 0; 
padding: 5px 0 0 0; 
}
