.user_box_dropdown {
 /*
   Ancho total: width + border-left + border-right = 210px
   Alto total: height - margin-top = 90px
 */
 float:left;
 margin:5px 12px 0px 10px;
 width: 208px;
 height: 23px;
 border: 1px solid #9B8B7E;
 position:relative;
}

.user_box_dropdown_options {
	float:left;
 	width: 206px;
 	background-color: #FFFFFF;
 	overflow:auto;
 	max-height: 64px;
 	margin-top: 0px;
	border: 1px solid #9B8B7E;
	position: absolute;
	/*z-index: 1;*/ /* IE No funciona*/
	top: 23px;
	left: 0px;
	display:none;
}

.user_box_dropdown_options ul {
    list-style: none;
}

.user_box_dropdown_options ul li {
	padding: 5px 0px 0px 5px;
	height: 16px;
	cursor: pointer;
}
.user_box_dropdown_options ul li:hover {
	background-color: #5E4530;
	color: #FFFFFF;
}
