.dd{
position:absolute; padding-top:0px; top: 0; border: none; text-align:left; text-decoration: none; line-height:18px; z-index:100; background-color: white; width: 180px; visibility: hidden; border:1px solid #eee;
}
.dd a{
width: auto; display: block; text-indent: 5px; padding: 3px 0; text-decoration: none; color: #777; font-family:Arial, sans-serif; font-size:85%;
}

.dd a:hover {background-color: #006d18; color:#fff; text-decoration: none}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}