#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
border-top-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background: #fff;
/*filter:alpha(opacity=70);
-moz-opacity:.70;
opacity:.70;*/
text-align:left;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #5b5b5b;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #000;
text-align:left;
background: url('../images/dropdown1.gif') left -7px repeat-x;
}

#dropmenudiv a:hover{ /*hover background color*/
background: url('../images/dropdown2.gif') left -7px repeat-x;
color: #fff;
}

#dropmenudiv_firefox{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
border-top-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background:#fff;
text-align:left;
}

#dropmenudiv_firefox a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #000;
text-align:left;
background: url('../images/dropdown1.gif') left -7px repeat-x;
}

#dropmenudiv_firefox a:hover{ /*hover background color*/
background: url('../images/dropdown2.gif') left -7px repeat-x;
color: #fff;
}
