
ul.container{
	
}


li.menu{
	/* The main list elements */
	width:100%;
}

li.button a{
	/* The section titles */
	display:block;
	overflow:hidden;
	position:relative;
	border-top:1px dotted #ccc;
margin:3px 0;
display:block;
width:180px;
height:20px;
text-align:right;
	background-color:#f7f7f7;
	padding:5px 0;

}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
	background-color:#ddd;

}
li.buttonZ a{
	/* The section titles */
	display:block;
	overflow:hidden;
	position:relative;
	border-top:1px dotted #ccc;
margin:3px 0;
display:block;
width:180px;
height:20px;
text-align:right;
	background-color:#f7f7f7;
	padding:5px 0;

}

li.buttonZ a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
	background-color:#ddd;

}


.dropdown{
	/* The expandable lists */
	width:100%;
		padding:4px 0;
			display:none;

}
.dropdown_office{
	/* The expandable lists */
	width:100%;
		padding:4px 0;
}

.dropdown li{
	/* Each element in the expandable list */
	background-color:#C9AAB3;
	border:1px solid #40392C;
	color:#CCCCCC;
	margin:5px 0;
	padding:4px 0;
	text-align:center;
}


