ul.container{
	/* The topmost UL */
	width:100%;
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding-top:25px;
	width:100%;
}


li.button {
	background: url('images/bgl.jpg') repeat-x
}



li.button a{
	/* The section titles */
	display:block;
	overflow:hidden;
	position:relative;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
}

li.button a span{
	/* This span acts as the right part of the section's background */
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

.dropdown{
	/* The expandable lists */
	display:none;

}

.dropdown li{
	/* Each element in the expandable list */
	
}

.menu ul li a{
}

.menu ul li  {
	
}
