/**
 * @Copyright CSSReX - Web Design and Development
 * @Website: http://www.cssrex.com
 * @Terms of Use: http://www.cssrex.com/terms-of-use
 * If you change the contents below sky will fall on your head!
 */
DD_roundies.addRule('.round', 5, true);
    $(document).ready(function(){
        $('#slider')
        .cycle({
            fx: 'fade',
            speed:1000,
            timeout:5000
        });
    });
jQuery( document ).ready( function ( $ ) {
	// Add first and last menu item classes
	$('#headernav ul li:last-child').addClass( 'noborder' );
});
$(document).ready(function() {
    $('ul.sf-menu').superfish();
});
jQuery( document ).ready( function ( $ ) {
	// Add first and last menu item classes
	$('#headernav li ul').addClass( 'round' );
});
$(document).ready(function() {
    $('.round').corner();
});

jQuery( document ).ready( function ( $ ) {
       // Add first and last menu item classes
       $('#irnavigationtwo ul li:last-child').addClass( 'noborder' );
});
