At first glance, you have a style tag encasing script tags, so addressing that will hopefully fix things - delete the tag in red and instead put it where I've indicated in green;
Code:
<style type="text/css">
<link rel="stylesheet" type="text/css" href="anylinkcssmenu.css" />
<script type="text/javascript" src="anylinkcssmenu.js">
/***********************************************
* AnyLink CSS Menu script v2.0- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Project Page at http://www.dynamicdrive.com/dynamicindex1/anylinkcss.htm for full source code
***********************************************/
</script>
<script type="text/javascript">
//anylinkcssmenu.init("menu_anchors_class") ////Pass in the CSS class of anchor links (that contain a sub menu)
anylinkcssmenu.init("anchorclass")
</script>
<style type="text/css">
<!--
html, body, form {margin:0; padding:0}
body,td,th {
font-family: Papyrus, Arial, Helvetica, sans-serif;
color: #4f3a3d;
}
Let us know how that goes - it might not be the only issue but it's the first thing to tackle at this point in time.
Bookmarks