ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width:240px;
	margin:0 auto;
	padding:0;
}

li{
	list-style:none;
	text-align:left;
}

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

li.button a{
	/* The section titles */
	display:block;
	font-size:13px;
	height:20px;
	overflow:hidden;
	padding:8px 10px 0;
	position:relative;
	width:200px;
	border:1px solid #a5ddfa;
}

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-image:url(../imagens/bg_menu_button.gif);
background-repeat:repeat-x top left;}

/* The hover effects */

li.button a:hover{background-position:bottom left;}
li.button a:hover span{background-position:bottom right;}

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

.dropdown li{
	/* Each element in the expandable list */
	background-color:#97dcfa;
	border:1px solid #00F;
	color:#0471a1;
	margin:5px 0;
	padding:4px 18px;
}


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


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

a:hover{
	text-decoration:underline;
}

