ul.container{
	width: 170px;
	list-style-type: none;

}
li.menu{
	list-style-type: none;
	
}
li.menu ul{
	list-style-type: none;

}
.button{
	padding: 5px;
	margin-top: 5px;
	background: url("images/button.gif") no-repeat center top;
	height: 23px;
}
.button a{
	text-decoration: none;
	color: #555;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	display: block;
	outline: none;

}
li.dropdown li{
	width: 156px;
	padding: 2px;
	background: url("images/border.gif") repeat-y center top;
	border-bottom: 1px solid #333;
}
.dropdown a{
	text-decoration: none;
	color: #777;
	font-family: tahoma;
	font-size: 11px;
	display: block;

	
}
