/*
	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%;
	cursor:default;
	font-size: 11px;
	width:100%;
	text-align: left;
	color: #ffffff;
}

.listexpander li.collapsed, .listexpander li.expanded{cursor:pointer;} 

/* first level */

.listexpander li, .listexpander li.collapsed{
	background:#eee url('../images/collapsed.gif') no-repeat 0 0;
} 
.listexpander li.expanded{background:#eee url('../images/expanded.gif') no-repeat 0 0;}

/* second level */

.listexpander li ul, .listexpander li li{background:#f8f8f8;font-weight:normal;}
.listexpander li li.collapsed{background:#f8f8f8 url('../images/collapsed.gif') no-repeat 5px .4em;} 
.listexpander li li.expanded{background:#f8f8f8 url(expanded.gif) no-repeat 5px .4em;}

/* third level */

.listexpander li li ul, .listexpander li li li{background:#fff;}
.listexpander li li li.collapsed{background:#fff url(collapsed.gif) no-repeat 5px .4em;} 
.listexpander li li li.expanded{background:#fff url(expanded.gif) no-repeat 5px .4em;}

/* fourth level */

.listexpander li li li li{text-indent:0;margin-left:30px;width:auto;}

/* etc. */


/* 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 */

/* ME */
a.sub{
	display: block;
	width: 136px;
	/* height: 27px; */
	background: #1c2b30 url('../images/leftListSub.gif') left bottom no-repeat;
	padding: 5px 7px 5px 7px;
	color: #b0b4bd;
	text-decoration: none;
}
a.sub:hover{
	background: #2d454d url('../images/leftListSub_over.gif') left bottom no-repeat;
	color: #ffffff;
}
.listexpander h2{
	height: 26px;
	width: 125px;
	padding: 3px 0 0 25px;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	color: #dee4ef;
}
.listexpander a.cat{
	display: block;
	height: 26px;
	width: 125px;
	padding: 3px 0 0 25px;
	color: #dee4ef;
	/* height: 27px; */
	background: #1c2b30 url('../images/leftListCat.gif') left bottom no-repeat;
	text-decoration: none;
}
.listexpander a.cat:hover{
	color: #ffffff;
	text-decoration: underline;
}







/*
	List Expander 
*/

.listexpander_expanded{width:100%;}
.listexpander_expanded, .listexpander_expanded ul, .listexpander_expanded li{
	margin:0;
	padding:0;
	list-style:none;
}
.listexpander_expanded 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_expanded li{
	line-height:200%;
	cursor:default;
	font-size: 11px;
	width:100%;
	text-align: left;
	color: #ffffff;
}

.listexpander_expanded li.collapsed, .listexpander_expanded li.expanded{cursor:pointer;} 

/* first level */

.listexpander_expanded li, .listexpander_expanded li.collapsed{
	background:#eee url('../images/collapsed.gif') no-repeat 0 0;
} 
.listexpander_expanded li.expanded{background:#eee url('../images/expanded.gif') no-repeat 0 0;}

/* second level */

.listexpander_expanded li ul, .listexpander_expanded li li{background:#f8f8f8;font-weight:normal;}
.listexpander_expanded li li.collapsed{background:#f8f8f8 url('../images/collapsed.gif') no-repeat 5px .4em;} 
.listexpander_expanded li li.expanded{background:#f8f8f8 url(expanded.gif) no-repeat 5px .4em;}

/* third level */

.listexpander_expanded li li ul, .listexpander_expanded li li li{background:#fff;}
.listexpander_expanded li li li.collapsed{background:#fff url(collapsed.gif) no-repeat 5px .4em;} 
.listexpander_expanded li li li.expanded{background:#fff url(expanded.gif) no-repeat 5px .4em;}

/* fourth level */

.listexpander_expanded li li li li{text-indent:0;margin-left:30px;width:auto;}

/* etc. */


/* float fix */
.listexpander_expanded li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.listexpander_expanded li{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .listexpander_expanded li{
	height: 1%;
}
.listexpander_expanded li{
	display: block;
}
/* End hide from IE-mac */
/* end float fix */

/* ME */
a.sub{
	display: block;
	width: 136px;
	/* height: 27px; */
	background: #0f4f67 url('../images/leftListSub.gif') left bottom no-repeat;
	padding: 5px 7px 5px 7px;
	color: #b0b4bd;
	text-decoration: none;
}
a.sub:hover{
	background: #0b3b4d url('../images/leftListSub_over.gif') left bottom no-repeat;
	color: #ffffff;
}
.listexpander_expanded h2{
	height: 26px;
	width: 125px;
	padding: 3px 0 0 25px;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	color: #dee4ef;
}
.listexpander_expanded a.cat{
	display: block;
	height: 26px;
	width: 125px;
	padding: 3px 0 0 25px;
	color: #dee4ef;
	/* height: 27px; */
	background: #1c2b30 url('../images/leftListCat.gif') left bottom no-repeat;
	text-decoration: none;
}
.listexpander_expanded a.cat:hover{
	color: #ffffff;
	text-decoration: underline;
}


