.mainMenuButton
{
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-weight: bold;
	font-size: 9pt;
	background: url(PinocchioCenter.Images.Design/gif/menuBG.gif);
	cursor: pointer;
}

.highlight
{
	background: blue url(PinocchioCenter.Images.Design/gif/menuHlBG.gif);
}

a.highlight
{
	background: none;
	color: white;
}

a.mainMenuButton
{
	background: none;
	text-decoration:none;
}

a:link.mainMenuButton
{
	background: none;
	text-decoration:none;
}

a:visited.mainMenuButton
{
	background: none;
	text-decoration:none;
}

a:active.mainMenuButton
{
	background: none;
	text-decoration:none;
	color: white;
}

a:hover.mainMenuButton
{
	background: none;
	text-decoration:none;
	color: white;
}
