/*
	List Expander 
*/

/*.menulateral {
	background-image: url(listexpander/imgs/bg_menu.png);
	background-position: right top;
	background-repeat: repeat-y;
	text-align: left;

}*/

.listexpander a:link{
	color: #7e4e47;
	text-decoration: none;
	font-size: 13px;
	background-image: url(../listexpander/imgs/bullet_menu.gif);
	background-repeat: no-repeat;
	padding-left: 25px;

}

.listexpander a:visited{
	color: #7e4e47;
	text-decoration: none;
	font-size: 13px;
	background-image: url(../listexpander/imgs/bullet_menu.gif);
	background-repeat: no-repeat;
	padding-left: 25px;

}

.listexpander a:active{
	color: #856a78;
	text-decoration: none;
	font-size: 13px;
	background-image: url(../listexpander/imgs/bullet_menu.gif);
	background-repeat: no-repeat;
	padding-left: 25px;

}

.listexpander a:hover{
	color: #856a78;
	text-decoration: none;
	font-size: 13px;
	background-image: url(../listexpander/imgs/bullet_menu.gif);
	background-repeat: no-repeat;
	padding-left: 25px;

}


.listexpander{
	background-image: url(../listexpander/imgs/bg_menu.png);
	background-position: right top;
	background-repeat: repeat-y;
	text-align: left;

}


.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:1px;
	cursor:default;
	font-weight:bold;
	width:91%;
}


.listexpander li.collapsed, .listexpander li.expanded{cursor:pointer;
	line-height: 35px;
} 


/* first level */

.listexpander li, .listexpander li.collapsed{
	background-color: #fcede9;
	background-image: url(../imgs/bullet_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.4em;

} 
.listexpander li.expanded{background:#ffffff url(imgs/bullet_menu.gif) no-repeat 	background-position: 0px 0.4em;


	}

/* second level */

.listexpander li ul, .listexpander li li{
	background:#fad9d0;
	font-weight:normal;

}
.listexpander li li.collapsed{background:#fce5df url(../listexpander/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li li.expanded{
	background:#f8f8f8 url(../listexpander/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(../listexpander/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li li li.expanded{background:#fff url(../listexpander/expanded.gif) no-repeat 5px .4em;}

/* fourth level */

.listexpander li li li li{text-indent:0;margin-left:30px;width:auto;}

/* etc. */

/* buttons */

p.listexpander{
	height:1.5em;
	margin:1em 0;
}
p.listexpander a{
	float:left;
	height:1.5em;
	line-height:1.5em;
	padding:0 10px;
	border:1px solid #fff2c7;
	margin-right:5px;
	cursor:pointer;
}
p.listexpander a:hover{
	background:#fff2c7;
}

/* 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 */