/*
	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-top:0px;
	cursor:default;
	text-indent:10px;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height:17px;	
}


.listexpander li.collapsed, .listexpander li.expanded{cursor:pointer;} 

/* first level */

.listexpander li, .listexpander li.collapsed{background:#FFFFFF url(collapsed_n1.gif) no-repeat 0px 0px; background-position:top;} 
.listexpander li.expanded{background:#FFFFFF url(expanded_n1.gif) no-repeat 5px .4em; background-position:top;}

/* second level */

.listexpander li ul, .listexpander li li{background:#FFFFFF;font-weight:normal;}
.listexpander li li.collapsed{background:#FFFFFF url(collapsed_n1.gif) no-repeat 0px 0px;} 
.listexpander li li.expanded{background:#FFFFFF url(expanded_n1.gif) no-repeat 0px 0px;}
.listexpander li li.expanded1{}

.listexpander li{
	display: block;
	width:680px;
	margin-bottom:-1px;
	margin-top:-2px;
}

p.listexpander{
    text-align:right;
	height:1.5em;
	margin:0px 0px 5px 500px; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;
}
p.listexpander a{
	float:left;
	height:1.5em;
	line-height:1.5em;
	padding:0px 10px 0px 5px;
    border:1px solid #f8f8f8;
	cursor:pointer;
	color:#127c8c;
}
p.listexpander a:hover{
	background:#f8f8f8;
}

/* End hide from IE-mac */












.listexpander2{width:100%;}
.listexpander2, .listexpander2 ul, .listexpander2 li{
	margin:0;
	padding:0;
	list-style:none;
	
}
.listexpander2 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;
	*/ 
}
.listexpander2 li{
	line-height:200%;
	margin-top:0px;
	cursor:default;
	text-indent:10px;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height:17px;	
}


.listexpander2 li.collapsed, .listexpander2 li.expanded{cursor:pointer;} 

/* first level */

.listexpander2 li, .listexpander2 li.collapsed{background:#FFFFFF url(collapsed_n1.gif) no-repeat 0px 0px; background-position:top;} 
.listexpander2 li.expanded{background:#FFFFFF url(expanded_n1.gif) no-repeat 5px .4em; background-position:top;}

/* second level */

.listexpander2 li ul, .listexpander2 li li{background:#FFFFFF;font-weight:normal;}
.listexpander2 li li.collapsed{background:#FFFFFF url(collapsed_n1.gif) no-repeat 0px 0px;} 
.listexpander2 li li.expanded{background:#FFFFFF url(expanded_n1.gif) no-repeat 0px 0px;}
.listexpander2 li li.expanded1{}

.listexpander2 li{
	display: block;
	width:680px;
	margin-bottom:-1px;
	margin-top:-2px;
}

p.listexpander2{
    text-align:right;
	height:1.5em;
	margin:0px 0px 5px 500px; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;
}
p.listexpander2 a{
	float:left;
	height:1.5em;
	line-height:1.5em;
	padding:0px 10px 0px 5px;
    border:1px solid #f8f8f8;
	cursor:pointer;
	color:#127c8c;
}
p.listexpander2 a:hover{
	background:#f8f8f8;
}

/* End hide from IE-mac */


