so this is code is breaking my site in safari, filter:alpha is the prob because if i take it out the site works, but I would like to use it, is there another way to achieve transparency that will work in all browsers?
.menu2 {
float:right;
width:400px;
height: 25px;
font-family: helvetica, arial, sans-serif;
font-size:11px;
padding-top: 2px;
background: #191E2A;
filter:alpha(opacity=8);-moz-opacity:.8;opacity:.8;"
}