#container {
    position: relative;
}

.dropDownMenu {
/*
  position: absolute;
*/
    top: 0;
    right: 0;
}

.dropDownMenu, .dropDownMenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dropDownMenu li {
    float: left;
    background: #FFF;
   text-indent: 16px;
	z-index: 1000
}

.dropDownMenu a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: black;
	font-family: arial;
	font-size: 13px;
    min-width: 130px;
    white-space:nowrap;
}

.a150 a {
    min-width: 150px;
}
.a165 a {
    min-width: 165px;
}
.a180 a {
    min-width: 180px;
}
.a200 a {
    min-width: 200px;
}

.dropDownMenu li ul {
    position: absolute;
    left: -999em;
    min-width: 140px;
    white-space:nowrap;
}


.dropDownMenu li:hover ul, .dropDownMenu li ul:hover {
    left:auto;
}


.dropDownMenu > li:first-child {
    position:relative;
}

.dropDownMenu > li:first-child span:after {
    content: url(/icone/arrow_down_16_gray.png);
	position: absolute;
    top: 5px;
    right: 20px;
/*
    z-index: -1;
*/
}

.dropDownMenu > li:first-child:hover {
    background-color: #ddd;
}

.dropDownMenu .active > li {
/*
    border-top: 1px solid #eee;
*/
    border-left: 1px solid #a6a6a6;
    border-right: 1px solid #a6a6a6;
    text-indent: 18px;
}



.dropDownMenu .active > li:nth-child(1) {
    border-top: 1px solid #a6a6a6;
}


.dropDownMenu .active > li:hover {
    background-color: #eee;
	font-weight: bolder;
/*
	text-indent: 10px;
*/
}
.dropDownMenu .active > li.selected {
	text-indent: 3px;
	font-weight: bolder;
}
.dropDownMenu .active > li.selected:before {
	content:url(./check_th.png);
	float: left;
    position: relative;
    top: 5px;

/*   right: 4px; */
	left: 2px;
}
    
.dropDownMenu .active > li:last-child {
    border-bottom: 1px solid #a6a6a6;
}
.dropDownMenu .a150 > li {
    min-width: 150px;
    width: 150px;
}
.dropDownMenu .a165 > li {
    min-width: 165px;
    width: 165px;
}
.dropDownMenu .a180 > li {
    min-width: 180px;
    width: 180px;
}
.dropDownMenu .a200 > li {
    min-width: 200px;
    width: 200px;
}