/*
	List Expander 
*/

.listexpander{width:100%;}
.listexpander, .listexpander ul, .listexpander li
{
	margin:0;
	padding:0;
	list-style:none;
}

.listexpander ul
{
	/*
	Uncomment this if you want to initially hide the child lists. 
	If you do, Javascript disabled and CSS enabled browsers will not be able to use this list.
	display:none;
	*/ 
}

.listexpander li
{
	line-height:200%;
	margin:5px 0 0 0;
	cursor:default;
	width:452px;
	background:#8ac534;
	text-transform:capitalize;
	font-weight:bold;
	line-height:16px;
}

.listexpander li.collapsed, .listexpander li.expanded
{
	cursor:pointer;
	text-transform:uppercase;
	color:#4e8400;
	font:bold 1.2em Arial, Helvetica, sans-serif;
} 

/* first level */

.listexpander li.collapsed
{ 
	background:#c9ff7a;
	text-transform:uppercase;
	color:#4e8400;
	font:bold 1.2em Arial, Helvetica, sans-serif;
	padding:4px 0;
}

.listexpander li.expanded
{
	background:#abf046;
	font:bold 1.2em Arial, Helvetica, sans-serif;
	padding:4px 0;
}

.listexpander li.expanded a:hover
{ 
	background:#abf046;
}

/* second level */

.listexpander li ul, .listexpander li li
{
	color:#FFF;
	padding:10px;
	width:412px;
}

.listexpander li li.collapsed
{
	background:#abf046; 
} 

.listexpander li li.expanded
{
	background:#abf046;
}

/* third level */

.listexpander li li ul, .listexpander li li li
{
	background:#abf046;
}

.listexpander li li li.collapsed
{
	background:#abf046; 
} 

.listexpander li li li.expanded
{
	background:#abf046;
}

/* fourth level */

.listexpander li li li li
{
	text-indent:0;
	margin-left:0;
	width:auto;
}

/* etc. */

/* buttons */

p.listexpander
{
	height:1.5em;
	margin:1em 0;
}

p.listexpander a
{
	float:left;
	height:15px;
	line-height:15px;
	font:bold 1.2em Arial, Helvetica, sans-serif;
	padding:2px 10px;
	margin-right:5px;
	text-decoration:none;
	cursor:pointer;
	background:#c9ff7a;
	color:#4e8400;	
}

p.listexpander a:hover
{
	background:#abf046;
	color:#4e8400;	
}

/* float fix */
.listexpander li:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.listexpander li
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .listexpander li
{
	height: 1%;
}

.listexpander li
{
	display: block;
}
/* End hide from IE-mac */
/* end float fix */

.TiTel
	{
	padding:0 0 0 10px;
	font:bold 12px Arial, Helvetica, sans-serif;
	}
