.dhtmlselect{ /*style of DHTML Select Menu, main box */
  position: relative;
  /* padding: 1px 0; */
  cursor: hand;
  cursor: pointer;
  padding-top:10px;
  position:relative;
  left:-8px;
  margin-top:13px;
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
right: -25px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: 7;
top: 26px;
width: 287px; /*default width of drop down menu*/
border: 2px solid black;
border-bottom-width: 0;
display: none;
/*z-index: 5;*/
font-weight: normal;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background: #ffffff;
border-bottom: 1px solid black;
padding: 1px 0;
text-indent: 5px;
text-decoration: none;
color: black;
text-align:left;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

* html .dhtmlselect {
	margin-top:11px;
}

* html .dhtmlselect .dropdown {
	width:291px;
}

.dhtmlselect .blogListe:hover{
background: #000000;
color:#FFFFFF;
}
