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

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

.phplmnormal	{
	font-family:Courier New, Courier, mono;
	color: #000000;
}

a.phplm:link	{
	font-family:Courier New, Courier, mono;
	font-size: 12px;
	//color: #77caf3;
	color:#00A0B6;
text-decoration:none;
text-transform:uppercase;

}

a.phplm:visited	{
	font-family:Courier New, Courier, mono;
	font-size: 12px;
	color: #77caf3;
text-decoration:none;
text-transform:uppercase;
}

a.phplm:hover	{
	font-family:Courier New, Courier, mono;
	color: #77caf3;
	background-color: #ffffff;
text-decoration:none;
font-weight:bold;
text-transform:uppercase;
}

a.phplm:active	{
	font-family:Courier New, Courier, mono;
	font-size: 12px;
	//color: #ff0000;
	color: #77caf3;
text-decoration:none;
font-weight:bold;
text-transform:uppercase;
}

.phplmbodytable	{
	font-family:Courier New, Courier, mono;
	font-size: 12px;
	background-color: #fffffff;
        text-transform:uppercase;
      
}

.ivorybodytable	{
	font-family:Courier New, Courier, mono;
	font-size: 12px;
	background-color: #ffffff;
        text-align:left;
        color:#77caf3;
text-transform:uppercase;
   
 
}

	.darkbordertable	{
	BACKGROUND-IMAGE: url(../images/menubg.png);
	background-color: #ffffff;
background-repeat:repeat-x;
background-position:0px 2px; ;
}

.darkbordertable2	{
	background-color: #ffffff;
filter:alpha(opacity=85);
       -moz-opacity:.85;
       opacity:.85;
position:relative;
left:-10px;
top:-2px;


}
.blackbordertable	{
	background-color: #ffffff;


.greenbordertable	{
	background-color: #839983;
}

.darkgreenbordertable	{
	background-color: #839983;
}

.redbordertable	{
	background-color: #aa5859;
}

.orangebordertable	{
	background-color: #df9500;
}

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

/* Styles related to the demo page begin here */


