.dropmenu{
position:fixed;
top: 0px;
border: 1px solid #918d8d;
/* border-width: 0 1px; */
line-height:18px;
z-index:100;
background-color: white;
width:150px;
visibility: hidden;
}


.dropmenu a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; 
/* border-bottom-width: 1px; */
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenu a{ /*IE only hack*/
width: 100%;
}

.dropmenu a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}

/* TOP5 special */
#dropmenu_language{width: 60px;}
#dropmenu_page{width: 90px; }
