Help, who is ready for a challenge?

Help, who is ready for a challenge?

Hi to all Jquery 'Gurus',

Here the thing ....

<head>
<title>Talking the talk</title>
<meta charset="utf-8" />
<link rel="shortcut icon" href="css/images/favicon.ico" />
<link rel="stylesheet" href="../css/base.css" type="text/css" media="all" />
<link rel="stylesheet" href="../css/blue.css" type="text/css" media="all" />
        <link rel="stylesheet" href="../styles-unique.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../css/prettyCheckboxes.css" type="text/css" media="all" />
<link rel="stylesheet" href="../css/fancybox.css" type="text/css" media="all" />
<script src="../js/jquery.js" type="text/javascript"></script>
<script src="../js/selectivizr.js" type="text/javascript"></script>
<script src="../js/modernizr.js" type="text/javascript"></script>
<script src="../js/jcarousel.js" type="text/javascript"></script>
<script src="../js/simpleFade.js" type="text/javascript"></script>
<script src="../js/prettyCheckboxes.js" type="text/javascript"></script>
<script src="../js/tweet.js" type="text/javascript"></script>
<script src="../js/fancybox.js" type="text/javascript"></script>
<script src="../js/livevalidation.js" type="text/javascript"></script>
<script src="../js/functions.js" type="text/javascript"></script>
         <script src="../js/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="../js/jquery.flow.1.2.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#myController").jFlow({
slides: "#slides",
controller: ".jFlowControl", // must be class, use . sign
slideWrapper : "#jFlowSlide", // must be id, use # sign
selectedWrapper: "jFlowSelected",  // just pure text, no sign
auto: true, //auto change slide, default true
width: "600px",
height: "550px",
duration: 400,
prev: ".jFlowPrev", // must be class, use . sign
next: ".jFlowNext" // must be class, use . sign
});
});
</script>
</head>

Since I put the last colored part on the code the top menu doesn't work very well anymore 

Please check here  http://www.anomakit.com/new-october-site/articles/talking_the_talk.html and put me out of this misery, I can't find the solution to fix the problem, thank to you all

Bye
Fred