.items {
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	position:absolute;
	z-index:1000;
	display:none;
	width:225px;
	text-decoration:none;
	background-color: #ffffef;
	
}

.itemsroot {
	width:225px;
}

.itemsroot li {cursor:pointer;}
.items li {cursor:pointer;}
