
/* Here starts the menu table css items */
table.menu{
border-spacing: 0px;
margin: 0px;
border: 0px;
padding: 0px;
height: 31px;
width: 904;
background-color: #00252b;
}

tr.menu{
height:31px;
}

td.menu{
/*background color for banner menu item*/
background-color: #00252b;
height: 31px;
}

/*Here is some more menu css stuff */
/* these are for the  items shown directly in the banner */
/*bannermenu are for items with no submenu bannermenu2 is for items with submenus */
a.bannermenu{
font-size:15px;
color: #FFFFFF;
font-family:arial;
font-weight: bold;
text-decoration: none;
}
a.bannermenu:visited{
font-size:15px;
color: #FFFFFF;
font-family:arial;
font-weight: bold;
text-decoration: none;
}
a.bannermenu:active{
font-size:15px;
color: #FFFFFF;
font-family:arial;
font-weight: bold;
text-decoration: none;
}
a.bannermenu:hover{
font-size:15px;
color: #f5d56b;
font-family:arial;
font-weight: bold;
text-decoration: none;
}

a.bannermenu2{
font-size:15px;
color: #000000;
font-family:arial;
font-weight: bold;
}


