ul.container{
	/* The topmost UL */
	width:100%;
	margin:0px;
}

li{
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:0px;
	width:100%;
}


li.button {

}



li.button a{
	/* The section titles */
	width:100%;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
}

li.button a span{
	/* This span acts as the right part of the section's background */
}

.dropdown{
	/* The expandable lists */
	display:none;

}

.dropdown li{
	/* Each element in the expandable list */
	
}

.menu ul li a{
}

.menu ul li  {
	
}
