<style type="text/css">
ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:5px 0;
	width:100%;
}

li.button a{
	/* The section titles */
	display:block;
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-size: 12px;
	overflow:hidden;
	position:relative;
	text-decoration: none;
	color: #404040;
	font-weight: bold;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration: underline;
}

li.button a span{
	/* This span acts as the right part of the section's background */
	position:absolute;
	right:0;
	top:0;
	display:block;
}

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:100%;
}

.dropdown p{
	/* Each element in the expandable list */
	background-color:#f0f0f0;
	color:#404040;
	margin:5px 0;
	padding:4px 18px;
}
</style>
