/* Styles related to the PHP Layers Menu System begin here */

.treemenudiv	{
	display: block;
	white-space: nowrap;
}

.phplmnormal	{
	font-family: helvetica, verdana, sans-serif;;
	font-size: 12px;
	color: #000000;
}

a.phplm:link	{
	font-family: helvetica, verdana, sans-serif;;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

a.phplm:visited	{
	font-family: helvetica, verdana, sans-serif;;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

a.phplm:hover	{
	font-family: helvetica, verdana, sans-serif;;
	font-size: 12px;
	color: #ffffff;
	background-color: #006;
	text-decoration: underline;
}

a.phplm:active	{
	font-family: helvetica, verdana, sans-serif;;
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}

.phplmbodytable	{
	font-family: helvetica, verdana, sans-serif;;
	font-size: 12px;
	background-color: #fffae4;
}

.ivorybodytable	{
	font-family: helvetica, verdana, sans-serif;;
	font-size: 12px;
	background-color: #9cf;
}

.darkbordertable	{
	background-color: #726461;
}

.blackbordertable	{
	background-color: #000000;
}

.greenbordertable	{
	background-color: #839983;
}

.bluebordertable	{
	background-color: #9cf;
}

.darkgreenbordertable	{
	background-color: #839983;
}

.redbordertable	{
	background-color: #aa5859;
}

.orangebordertable	{
	background-color: #df9500;
}

/* Styles related to the PHP Layers Menu System end here */

