/* Styles related to the PHP Layers Menu System begin here */

.treemenudiv	{
	display: block;
	white-space: nowrap;
}

.phplmnormal	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

/* Link donde estoy parado*/
a.phplm:link	{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}

a.phplm:visited	{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}

a.phplm:hover	{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #ede3cf;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}

a.phplm:active	{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}

.phplmbodytable	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	background-color: #f4f4f4;
}

.ivorybodytable	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	background-color: #f4f4f4;
}

.darkbordertable	{
	background-color: #333333;
	border-color: #3984bd;
}

.blackbordertable	{
	background-color: #000000;
}

.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 */

body	{
	color: #000000;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

.h1bar	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #990000;
}

.topbar	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	background-color: #ffe2b1;
}

.bar	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	background-color: #f9f9f0;
}

.preformatted	{
	font-family: luxi mono, courier, courier new, monospace, serif;
	font-size: 13px;
}

/*Estilos agregados para el menu */
#menutabla {
border-color: #600;
border-width: 0px 0px 0px 0px;
border-style: dashed;

}

#menutabla tbody tr td {
	  border-width: 0px 0px 1px 0px;
	  border-color: #600;
      border-style: solid;
    }