a:link {
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #CC0000;
	text-decoration: none;
}

li.menu {
	list-style: url(images/button.gif) disc outside;
	margin-left: 5px;
}

