.menustyle
{
	font-weight: bold;
	font-size: 11px;
	color: #a51f1e;
	font-family: Arial;
	background-color: white;
}
.menuitem
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Arial;
	background-color: white;
	text-decoration: underline;
}
.mouseup
{
	font-size: 11px;
	cursor: hand;
	color: white;
	font-family: Arial;
	background-color: #3f3f3f;	
}
.mouseover
{
	font-size: 11px;
	cursor: hand;
	color: white;
	font-family: Arial;
	background-color: #DA9C9C;
}
.mousedown
{
	font-size: 11px;
	cursor: hand;
	color: white;
	font-family: Arial;
	background-color: #3f3f3f;
}