function navigation_ul_over(obj){
         				
		obj.style.width='82px';
		obj.style.height='27px';
		obj.style.backgroundImage='url(Navigationimages/navigation_img_btn.gif)';
		obj.style.backgroundRepeat='no-repeat';
		obj.firstChild.style.textDecoration='none';
		obj.firstChild.style.color='#3b6cad';
        obj.style.fontWeight='bold';
}
function navigation_ul_out(obj){
	
	    obj.style.width='82px';
		obj.style.height='27px';
		obj.style.backgroundImage='';
		obj.style.backgroundRepeat='no-repeat';
		obj.firstChild.style.textDecoration='none';
		obj.firstChild.style.color='#ffffff';
		obj.style.fontWeight='bold';
}

function contentleft_ul_over(obj){

		obj.firstChild.style.textDecoration='none';
        obj.style.fontWeight='bold';
}
function contentleft_ul_out(obj){
	
		obj.firstChild.style.textDecoration='none';
		obj.style.fontWeight='';
}

function content_txt_left_ul_over(obj){
         				
		obj.style.width='60px';
		obj.style.height='24px';
		obj.style.backgroundImage='url(images/right_ul_li.gif)';
		obj.style.backgroundRepeat='no-repeat';
		obj.firstChild.style.textDecoration='none';
		obj.firstChild.style.color='#ffffff';
        obj.style.fontWeight='bold';
}
function content_txt_left_ul_out(obj){
	
	    obj.style.width='60px';
		obj.style.height='24px';
		obj.style.backgroundImage='';
		obj.style.backgroundRepeat='no-repeat';
		obj.firstChild.style.textDecoration='none';
		obj.firstChild.style.color='#3b6cad';
		obj.style.fontWeight='bold';
}
