#addressbook {
	display: none;
	position: absolute;
	top: 100px;
	left: 100px;
	z-index: 10;
	background-color: black;

	padding: 5px;
	white-space: nowrap;
	border-top: 1px solid #2F2823;
	border-left: 1px solid #2F2823;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;	
}
#addressbook ul {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	padding: 0;
	width: 300px;
}
#addressbook li {
	padding: 0 0 5px 15px;
	margin: 0;
	float: left;
	width: 80px;
}

#addressbook li.man {
	background: url(../../images/icon_man.png) no-repeat top left;
}
#addressbook li.wom {
	background: url(../../images/icon_woman.png) no-repeat top left;
}
#addressbook li.mob {
	background: url(../../images/icon_mobile.png) no-repeat top left;
}

#addressbook a {
	cursor: pointer;
}
