div.menudiv {
	width: 100% ;
	background-image: url('/images/background-menu.gif') ;
	background-repeat: repeat-x;
}

table.menutable	{
	width: 60%;
	height: 36px;
}

td.menucell {
	border: 0px black solid;
	font-family: arial, sans-serif;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
}

a.menuitem_off {
	font-family: arial, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a.menuitem_on {
	font-family: arial, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #CC3333;
}

a:hover.menuitem_on, a:hover.menuitem_off {
	text-decoration: underline;
	color: #FFFFFF;
}
