.fmPullDown {
	display: block;
	position: relative;
	float: left;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.fmPullDownMenu {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: #666;
	border: outset 1px #666;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	width: 160px;
}

.fmPullDown.opened .fmPullDownMenu {
	display: block;
}

.fmPullDownMenu h4 {
	background-color: #666;
	color: #fff;
	text-indent: 20px;
	font-size: 12px;
	width: 160px;
	height: 20px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-image: url(../icons/platform/delete.gif);
	overflow: hidden;
	cursor: pointer;
	padding-left: 0 !important;
}

.fmPullDownMenu ul, .fmPullDownMenu li, .fmPullDownMenu li a {
	font-size: 11px;
}

.fmPullDownMenu ul {
	width: 160px;
	list-style-type: none;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	padding-left: 0 !important;
}

.fmPullDownMenu li {
	background-color: #ccc;
	color: #000;
	list-style-type: none;
	border-top: solid 1px #eee;
	padding: 2px;
}
