.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #888888;
border-width: 0 1px;
font:normal 12px Verdana;
line-height:15px;
z-index:100;

background-color: #d9c6d2;
width: 200px;

visibility: hidden;
text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #888888;
border-bottom-width: 1px;
padding: 0px 0;
text-decoration: none;
color: black;

background-image: url(../images/degrade-sous-menu.png);
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
background-image: url(../images/spacer.gif);
}
