.clearfix:after {   /* fixes FF (applies background color regardless of height of left content or sidebar) */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.dropdown,
.dropdownitem {
	width: 114px;
	color:#7E5E9B;
	letter-spacing:1px;
	margin-top:6px;
}

.arrow {
	background: transparent url(../images/bg_dropdown_arrow.jpg) no-repeat right top;
	display: inline;
	float: left;
	width:114px;
	padding-right: 0px;
	cursor: pointer;
	
}

.list {
	background: transparent url(../images/bg_dropdown.jpg) no-repeat left top;
	height: 25px;
	padding:3px;
}

.list p {
	margin: 0;
	padding: 0 0 0 10px;
	font-family: Arial, 'Lucida Grande', sans-serif;
	font-size: 12px;
	line-height: 19px;
}

.dropdownitem {
	position: absolute;
	z-index: 20;
	left:0px;
	top:0px;
	}

.dropdownitem p {
	background:#F0EDF2;
	color:#575754;
	margin: 0 0 0 0;
	padding:5px 8px;
	font-family: Arial, 'Lucida Grande', sans-serif;
	font-size: 12px;
	line-height: 16px;
	border-bottom:1px solid #DEDEDE;
	_height:1px;
	cursor:pointer;
	text-transform:none;
	}

.dropdownitem p.selected {
	background:#ffffff;
	}
