.menu
{
	position: absolute;
	z-index: 2;
}
.menu_background
{
	position: absolute;
	z-index: 1;
}
.positioned
{
	position: relative;
}
A.menuText
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A.menuText:hover
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #F2F2EF;
	text-decoration: none;
}
A.menuItemText
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
A.menuItemText:hover
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #33CC38;
	text-decoration: none;
}