/*
	List Expander 
*/

.listexpander{width:200px; overflow: hidden;}
.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;
	text-indent:15px;
	font-weight:bold;
	width:100%;
	margin-bottom: 5px;
}
.listexpander li a{
	font-size: 11px; 
	font-weight: bold;
}
.listexpander li li a{
	font-size: 10px;
	font-weight: normal;
}
.listexpander li li li a{
	font-size: 10px;
	font-weight: normal;
}
.listexpander li li li li a{
	font-size: 10px;
	font-weight: normal;
}

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

/* first level */

.listexpander li{background: url(linklist1.gif) no-repeat 0px 7px;} 
.listexpander li.collapsed{background: url(linklist1.gif) no-repeat 0px 7px;}
.listexpander li.expanded{background: url(linklist1.gif) no-repeat 0px 7px;}

/* second level */

.listexpander li li{background: url(linklist2.gif) no-repeat 0px 7px; margin-left: 5px;}
.listexpander li li.collapsed{background: url(linklist2.gif) no-repeat 0px 7px;} 
.listexpander li li.expanded{background: url(linklist2.gif) no-repeat 0px 7px;}

/* third level */

.listexpander li li li{background: url(linklist3.gif) no-repeat 0px 7px; margin-left: 5px;}
.listexpander li li li.collapsed{background: url(linklist3.gif) no-repeat 0px 7px;} 
.listexpander li li li.expanded{background: url(linklist3.gif) no-repeat 0px 7px;}

/* fourth level */

.listexpander li li li li{background: none;}

/* 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 #eee;
	margin-right:5px;
	cursor:pointer;
}
p.listexpander a:hover{
	background:red;
}

/* 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 */

.lifecycle .listexpander li {
background: none;
margin-bottom: 30px;
}

.lifecycle .listexpander li a {
background-position: 0 2px;
background-repeat: no-repeat;
color: #4c4c4c;
display: block;
height: 90px;
text-indent: 18px;
text-decoration: none;
}
.lifecycle .listexpander li a:hover, .lifecycle .listexpander li a.hover {
color: #999;
}

.lifecycle .listexpander li a {
color: #424242;
}
.lifecycle .listexpander li a:acitve {
color: #00bad7;
}
.lifecycle .listexpander li a:hover, .lifecycle .listexpander li.hover a {
color: #A7C41F;
}

.lifecycle .listexpander li a#anchor1 {
background-image: url(lifecycle-bullet1b.gif);
}
.lifecycle .listexpander li a#anchor1:hover, .lifecycle .listexpander li.hover a#anchor1 {
background-image: url(lifecycle-bullet1.gif);
}

.lifecycle .listexpander li a#anchor2 {
background-image: url(lifecycle-bullet2b.gif);
}
.lifecycle .listexpander li a#anchor2:hover, .lifecycle .listexpander li.hover a#anchor2 {
background-image: url(lifecycle-bullet2.gif);
}

.lifecycle .listexpander li a#anchor3 {
background-image: url(lifecycle-bullet3b.gif);
}
.lifecycle .listexpander li a#anchor3:hover, .lifecycle .listexpander li.hover a#anchor3 {
background-image: url(lifecycle-bullet3.gif);
}

.lifecycle .listexpander li a#anchor4 {
background-image: url(lifecycle-bullet4b.gif);
}
.lifecycle .listexpander li a#anchor4:hover, .lifecycle .listexpander li.hover a#anchor4 {
background-image: url(lifecycle-bullet4.gif);
}

.lifecycle .listexpander li a#anchor5 {
background-image: url(lifecycle-bullet5b.gif);
}
.lifecycle .listexpander li a#anchor5:hover, .lifecycle .listexpander li.hover a#anchor5 {
background-image: url(lifecycle-bullet5.gif);
}

.lifecycle .listexpander li a span.desc {
display: block;
height: 75px;
font-weight: normal;
line-height: normal;
text-indent: 0;
background: url(lifecycle-arrow-grey.gif) bottom center no-repeat;
color: #4c4c4c;
padding-top: 4px;
}
.lifecycle .listexpander li a:hover span.desc, .lifecycle .listexpander li.hover a span.desc {
background: url(lifecycle-arrow-blue.gif) bottom center no-repeat;
color: #999;
}

.lifecycle .listexpander li a#anchor5 span.desc {
background: none;
}
.lifecycle .listexpander li a#anchor5:hover span.desc, .lifecycle .listexpander li.hover a#anchor5 span.desc {
background: none;
}
