
.menu {
float : left;
}
.parent {
cursor : pointer;
position : relative;
}
.child {
	padding : 2px 3px;
	margin : 0 0 0 0;
	width : 142px;
	background-color : #000000;
	position : absolute;
	z-index : 1000;
	color: #FFFFFF;
}
.child li {
font-family : Arial, Helvetica, sans-serif;
cursor : pointer;
border-top-width : 1px;
border-top-style : solid;
border-top-color : #000000;
border-bottom-width : 1px;
border-bottom-style : dotted;
border-bottom-color : #cccccc;
list-style-position : outside;
list-style-image : none;
list-style-type : none;
}
.box {
margin : 5px;
}

