
// The Left Nav is defined in this file and in leftNav.cfm
// This file defines the second level leafs only
// leftNav.cfm defines the top level navigation
// To adjust the height of the leftnav's container table cell see line #205 of /templates/template-basepage.cfm


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){}

with(menuStyle2=new mm_style()){
onbgcolor="#B8AD9A";
oncolor="#336600";
offbgcolor="#D5CCBB";
offcolor="#336600";
bordercolor="#9E9281";
borderstyle="solid";
borderwidth=1;
separatorcolor="#9E9281";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
}

with(milonic=new menuname("golf")){
style=menuStyle2;
overflow="scroll";
aI("text=Golf Course;url=golfCourse.html;");
aI("text=Golf Instruction;url=golfSchool.html;");
aI("text=Staff;url=staff.html;");
}

with(milonic=new menuname("amenities")){
style=menuStyle2;
overflow="scroll";
aI("text=Facilities&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=facilities.html;");
aI("text=Dining;url=dining.html;");
aI("text=Social;url=social.html;");
}

