table.menu
    {
		border: groove;
		border-color: #714B48;
		text-align: center;
		width: 130px;
        /* background-image: url('../images/menu_background.jpg'); */
        margin: 5px;
    }

td.menu
    {
        background-color: #EBE7C4;		   
		border: groove;
		border-color: #714B48;
		border-width: thin;
		font-family: arial;
		font-size: 10;
		color: Maroon;
		font-weight: bold;
    }
    
/*td.menu:hover
    {
        background-color: Maroon;
        font-weight: bolder;
        color: #EBE7C4;
        background-image: url('../images/menu_background_hover.jpg');
    }    
*/

td.menu_header
	{
		border: groove;
		border-width: thin;
		border-color: #4e4920;
		font-family: Arial;
		font-weight: 800;
		font-size: 10;
		text-align: center;
	}	

a.menu
    {
        background-color: #EBE7C4;		   
		font-family: Arial;
		color: Maroon;
		font-weight: bold;
		margin: 5px;
    }
    
a.menu:hover
    {
        background-color: Maroon;
        color: #EBE7C4;
    }    
