/*
	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 0px;
	float:right;
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #008fc0;
	font-weight:bold;
	font-size:12px;
}
p.listexpander a{
	float:left;
	height:1.5em;
	line-height:1.5em;
	padding:0px 10px 0px 5px;
    border:1px solid #f8f8f8;
	cursor:pointer;
	color:#fc0000;
}
p.listexpander a:hover{
	background:#f8f8f8;
}


.listexpander{clear:both;}

/* End hide from IE-mac */

