table.SubMeny
{   width: 100%; background-color: #ffffff; }

td.SubMeny a
{
/*
    background-image: url(images/button_tile_b.jpg);
    color: #737572;
    display: block; 

*/
    background-image: url(images/menubackground.gif);
    background-repeat: repeat-x;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
    padding: 4px;
	font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}

td.SubMeny a:hover
{
/*
    display: block;
    background-image: url(images/button_tile_1.jpg);
    background-repeat: repeat-x;
	color: #8da72c;
	background-color: #bcbcbd;


*/
	background-color: #ffffff;
    background-image: none;

	color: #000000;
	text-align: left;
	text-decoration: none;
    padding: 4px;
}

