/* CSS Document */
.menu_title {
	font-family			: Arial, Verdana, Helvetica, sans-serif;
	font-size			: 13px;
	font-weight			: bold;
	color				: #FFFFFF;
	text-decoration		: none;
}

.menu_item {
	font-family			: Arial, Verdana, Helvetica, sans-serif;
	font-size			: 12px;
	text-decoration		: none;
	color				: #2e2e2e;	
}
.menu_item:visited {
	color				: #2e2e2e;
	text-decoration		: none;
}
.menu_item:hover {
	color				: #B1220F;
	text-decoration		: none;
	font-weight			: bold;
}
.menu_item:active {
	color				: #2e2e2e;
	text-decoration		: none;
}

.celllinks {
	background-color:#00CC66;
	display: block;
}
.celllinks:visited {
	background-color:#00CC66;
}
.celllinks:hover {
	background-color:#FFCC33;
}
.celllinks:active {
	background-color:#00CC66;
}

