 var cochin = {
	src: '/flash/helveticaext.swf'
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;

sIFR.activate(cochin);

sIFR.replace(cochin, {
	selector: 'div#Primary ul li',
	css: {
		'.sIFR-root': { 'color': '#666666', 'text-transform': 'capitalize', 'font-size': '13px', 'margin-top': '25px', 'text-align': 'center', 'display': 'block', 'padding-top': '10px' },
		'a': { 'color': '#666666', 'text-decoration': 'none' },
		'a:hover': { 'color': '#444444', 'font-weight': 'bold' },
		'.Active': { 'color': '#444444', 'font-weight': 'bold' }
	}
});
	
sIFR.replace(cochin, {
	selector: 'div#Secondary ul li',
	css: {
		'.sIFR-root': { 'color': '#666666', 'text-transform': 'capitalize', 'font-size': '13px', 'line-height': '44px', 'margin-top': '20px', 'text-align': 'right' },
		'a': { 'color': '#666666', 'text-decoration': 'none' },
		'a:hover': { 'color': '#444444', 'font-weight': 'bold'  },
		'.Active': { 'color': '#444444', 'font-weight': 'bold'  }
	}
});
	
sIFR.replace(cochin, {
	selector: 'div#PrimaryHome ul li',
	css: {
		'.sIFR-root': { 'color': '#666666', 'text-transform': 'capitalize', 'font-size': '13px', 'margin-top': '25px', 'text-align': 'center', 'display': 'block', 'padding-top': '10px' },
		'a': { 'color': '#666666', 'text-decoration': 'none' },
		'a:hover': { 'color': '#444444', 'font-weight': 'bold' }
	}
});
