

.dropmenudiv{
position:absolute; margin-top:-10px;
top: 0;
/*border: 1px solid #BBB; *//*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
/*background-color: white;*/
width: 200px;
visibility: hidden; 
background:url(../images/bgs_menu.jpg); 
background-repeat:repeat;
  /* for IE */
  filter:alpha(opacity=80);
	/* CSS3 standard */
  opacity:.8;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;color: #000;
}