You don't have Flash on the page. But the Google ad is position absolute, so it stacks above the menu. Add this to the jqueryslidemenu.css file as shown:
Code:
.jqueryslidemenu{
font: bold 12px Verdana;
width: 100%;
margin-top: 180px;
/* background-color: #000000; */
background-image: url(../images/LaS_hor_menu_bgd.jpg);
}
.jqueryslidemenu, .jqueryslidemenu * {
position: relative;
z-index: 1000;
}
.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.jqueryslide . . .
Bookmarks