ul{
	margin:0;
	padding:0;
		text-align:right;

}

ul.container{
	/* The topmost UL */
	width:240px;
	margin:0 auto;
	padding:0;
	float:right;
	text-align:right;
}

li{
	list-style:none;
	
}

li.menu{
	/* The main list elements */
	padding:5px 0;
	width:220px;
}

li.button a{
	/* The section titles */
	display:block;
	font-size:17px;
	height:20px;	
	padding:4px 10px 0;
	position:relative;
	width:200px;
	border:1px solid #dcc896;
	color:#a20000;

}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}



/* Setting up different styles for each section color */

li.button a.blue{background:#fffaed;}

/* The hover effects */

li.button a.blue{
	background:#fffaed;
	color: #D11;
	font-weight: bold;
}
li.button a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	padding-top:5px;
	width:100%;
}

.dropdown li{
	/* Each element in the expandable list */
	background-color:#fff;
	border:1px solid #dcc896;
	color:#d2b263;
	margin:5px 0;
	padding:4px 18px;
}


/* The styles below are only necessary for the demo page */


a, a:visited {
	color:#B98911;
        text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

