ul{
	margin:0;
	padding:0;
	text-decoration: none;
	width: 225px;
}

ul.container{
	/* The topmost UL */
	width:225px;
	text-decoration: none;
}

li{
	list-style:none;
	text-align:left;
	text-decoration: none;
	width: 225px;
}

li.menu{
	width:225px;
	text-decoration: none;
}

li.button a{
	overflow:hidden;
	position:relative;
	width:225px;
	text-decoration: none;
	display: block;
}

.dropdown{
	/* The expandable lists */
	display:none;
	width:225px;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 5px;
	height: auto;
}

.dropdown li{
	text-decoration: none;
	width: 225px;
	height: auto;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 5px;
}

a:link {
	text-decoration: none;
	width: 225px;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
	width: 225px;
}
a:hover {
	text-decoration: none;
	color: #F60;
	width: 225px;
}

