jQuery Tabs in Chrome not loading

jQuery Tabs in Chrome not loading

I have implemented the jQuery Tabs UI component into a website im working on. 
The tabs appear fine Internet Explorer (see screenshot), however in Chrome, the tabs arent tabs. They are a list.
Here are the tabs in Internet Explorer
Here are the tabs in Chrome

What could this be? CSS, Javascript files not being referenced in Chrome?
  1. <script src="js/jquery-1.4.2.min.js"></script>
  2. <script src="js/jquery-ui-1.8.6.custom.min.js"></script>
  3. <script src="js/jquery.ui.core.js"></script>
  4. <script src="js/jquery.ui.widget.js"></script>
  5. <script src="js/jquery.ui.tabs.js"></script>

  6. <link rel="stylesheet" href="js/smoothness/jquery-ui-1.8.6.custom.css">
  7. <link href="style/style.css" rel="stylesheet" type="text/css" />