.menu { float:left; }

.parent { position: relative; }

.child {
	padding: 5px;
	margin: 35px 0px 0px 10px;
	background-color: #fff;
	position: absolute;
	border-left: solid 1px #81a1c7;
	border-right: solid 1px #81a1c7;
	border-bottom: solid 1px #81a1c7;
	color: #000;
	width:120px;
	text-align: left;
	display: none;
	z-index: 100;
}

.child  li{
	list-style: none;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	border: 0px solid #fff;
	cursor: pointer;
	color: #000;
}

.child a       { color: #000 !important; padding: 2px 4%; width: 92%; display: block; }
.child a:hover { color: #000; text-decoration: none; background-color:#F0E68C; }
