ul{
	margin:0;
	padding:0;
}

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

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

li.menu{
	/* The main list elements */
	width:720px;
	margin-top:10px;
	
}

li.button a{
	/* The section titles */
	display:block;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	font-size:21px;
	overflow:hidden;
	position:relative;
	width:720px;
	height:71px;
}

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

li.button a span{
	/* This span acts as the right part of the section's background */
	height:71px;
	position:absolute;
	right:0;
	top:0;
	width:720px;
	display:block;
}

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

li.button a.chegar{background:url(../images/fdq/como_chegar.jpg) repeat-x top left; color:#436800;}
li.button a.chegar span{ background:url(../images/fdq/como_chegar.jpg) repeat-x top right;}

li.button a.programacao{background:url(../images/fdq/programacao.jpg) repeat-x top left; color:#074384;}
li.button a.programacao span{ background:url(../images/programacao.jpg) repeat-x top right;}

li.button a.datas{background:url(../images/fdq/datas.jpg) repeat-x top left; color:#882e02;}
li.button a.odatas span{ background:url(../images/tdq/datas.jpg) repeat-x top right;}


/* 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:0px;
	width:100%;
}

.dropdown li{
	/* Each element in the expandable list */
	background-image:url(../images/fdq/como_chegar_corpo.jpg);
	width:720px;
	height:493px;
	margin: auto;
	color:#CCCCCC;
}

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

.dropdown2 li{
	/* Each element in the expandable list */
	background-image:url(../images/fdq/como_chegar_corpo_2.jpg);
	width:720px;
	height:365px;
	margin: auto;
	color:#CCCCCC;
}

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

.dropdown3 li{
	/* Each element in the expandable list */
	background-image:url(../images/fdq/como_chegar_corpo_3.jpg);
	width:720px;
	height:248px;
	margin: auto;
	color:#CCCCCC;
}
