$(document).ready(function() {
    $(document).pngFix();

    //START - For left nav mouseover, mouseout 
    $("#top_links .leftnavtext_bg").hover(function() {
        //$(this).css("background", "color(../images/leftnav_link_bg_selected.png)repeat-y left top");
        $(this).css("background-color", "#dbebcf");
        //$(this).css("border-left", "1px solid #fd0000"); 
        //$(this).css("border-bottom", "1px solid #fd0000"); 
        //$(this).css("margin-left", "190"); 
        //$(this).css("margin", "2px"); 

    },
	function() {
	    //$(this).css("background", "color(../images/leftnav_link_bg.png) repeat-y left top"); 
	    $(this).css("background-color", "#b4da92");
	    //$(this).css("border", "none");
	    //$(this).css("width", "192");
	    //$(this).css("margin", "2px"); 
	}
	);
    //END - For left nav mouseover, mouseout 

});


function foo(px, py, pw, ph, baseElement, fid) {

    var win = document.getElementById(this.fid);
}
