/* Styles for Example #2 */
#example2{
list-style-type: none;
	padding: 0;
	margin: 0px;
	border: 1px solid #17a;
	border-top: none;
	border-left: none;
}
#example2 a{
text-decoration:  none;
	border-bottom: 1px solid #ffffff;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-left:0px;
	display: block;
	cursor: pointer;
	background: url(../images/open.gif) no-repeat center right;
	line-height: 25px;
}
#example2 ul{
padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}
#example2 li{
    background: #701e84;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}
#example2 li a{

}
#example2 li a.closed{

}
#example2 li.firstitem a.closed{

}
#example2 li.lastitem a.closed{

}
#example2 li ul li{
background: #ffffff !important;

}
#example2 li a.opened{
background: url(../images/close.gif) no-repeat center right;
}
#example2 li.firstitem a.opened{

}
#example2 li.lastitem li{


}
#example2 li.lastitem ul{


}


