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

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

.phplmnormal	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	background-color: inherit;
	color: #ffff00;
}

a.phplm:link	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #ffff00;
	background-color: inherit;
	text-decoration: none;
}

a.phplm:visited	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #ffff00;
	background-color: inherit;
	text-decoration: none;
}

a.phplm:hover	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffff00;
	text-decoration: none;
	background-color: inherit;
	background: none;
}

a.phplm:active	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #ff0000;
	background-color: inherit;
	text-decoration: none;
}

.phplmbodytable	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	background-color: #fffae4;
	color: #000000;
}

.ivorybodytable	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	background-color: #fffff8;
	color: #000000;
}

.greybodytable	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	background: transparent;
	color: #ffff00;
	background-color: inherit;
}


.bluebtnbodytable	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/blue_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #ffff00;
	width: 150px;
	background-color: inherit;
}

a.bluebtnbodytable:link	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #ffff00;
	background-color: inherit;
	text-decoration: none;
}

a.bluebtnbodytable:visited	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #ffff00;
	background-color: inherit;
	text-decoration: none;
}

a.bluebtnbodytable:hover	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #ffff00;
	text-decoration: none;
	background-color: inherit;
	background: none;
}

a.bluebtnbodytable:active	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #ff0000;
	background-color: inherit;
	text-decoration: none;
}



.nobordertable	{
	background: transparent;
}

.darkbordertable	{
	background-color: #726461;
	color: #000000;
}


.topmenu {
	padding:0px 0px 0px 0px; 
	height: 30px;
	background: transparent;
	width: 750px;
}

.submenu {
	border-right: 4px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 4px solid #000000; 
	padding:0px 0px 2px 0px; 
	margin:0px; 
	height: 30px;
	background-image: url(../images/bg-numbers6.jpg);
}


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

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


.h1bar	{
	font-family: arial, helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	background-color: inherit;
	color: #990000;
}

.topbar	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	background-color: #ffe2b1;
	color: #000000;
}

.bar	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	background-color: #f9f9f0;
	color: #000000;
}

.preformatted	{
	font-family: courier, monospace, serif;
	font-size: 14px;
}

	
