/* ADDITIONS FOR TRANSPARENCY FOR BROWSERS THAT AREN'T M$ AND ACTUALLY ARE CSS COMPLIANT*/
	
#suckerfishnav ul {
	
	filter:alpha(opacity=82); 
	-moz-opacity: 0.82; 
	opacity: 0.82;
		background:#777B9A none repeat scroll 0 0
	
    }


#suckerfishnav li ul ul {

  	border:1px dotted #333333;
	margin:-18px 80px 0 120px;
	
	
	filter:alpha(opacity=92); 
	-moz-opacity: 0.92; 
	opacity: 0.92; 
    }
	
#blahblah {
	background:transparent url(img/white-background.png) repeat scroll 0 0;
}