Looking at the sourcecode of your page I can see two instances of the following
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="http://yeledart.com/uploads/flexdropdown.js">
/***********************************************
* Flex Level Drop Down Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
If you delete the second instance of this I think it should be working. At least it works on my pc when I do it.
Another comment on the code is that you should put the "on page css" in the head of the document.
Bookmarks