ul{
	margin:0;
	padding:0;
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:5px 0;
	width:100%;
	border:1px solid #262626;
}



li.button a{
	/* The section titles */
	display:block;
	font-size:13px;
	overflow:hidden;
	padding:3px;
	position:relative;
	width:180px;
	text-decoration:none;
}

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:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

/* Setting up different styles for each section color */
.sotto_menu{padding-bottom:5px;}


li.button a.sotto_menu{color:#757575; text-decoration:none}
li.button a:hover.sotto_menu{color:#fff; text-decoration:none}



/* The hover effects */

li.button a:hover{ background-position:bottom left;text-decoration:none}
li.button a:hover span{ background-position:bottom right;text-decoration:none}

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:100%;
}

.dropdown a{
text-decoration:underline;
color:#8c0019;
}

.dropdown a:hover{
text-decoration:none;
color:#fff;
}

.dropdown li{
	/* Each element in the expandable list */

	border:0px solid #40392C;
	color: #660000;
	margin:5px 0;
	padding:4px 18px;
}

.clear{
clear:both;
height:5px;
border-top:1px dashed #fff;}