_menuCloseDelay=500    // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150     // The time delay before menus open on mouse over
_subOffsetTop=0       // Sub menu top offset
_subOffsetLeft=1     // Sub menu left offset
with(menuStyle=new mm_style()){
  
  oncolor="#ffffff"; 
  offcolor="#333333"; 
  
  offbgcolor="#ffd400";
  onbgcolor="#2d2d2d";
  
//  pagecolor="black";
  pagebgcolor="#e7e7e7";
  
//  headercolor="#000000";
//  headerbgcolor="#eeeeee";

  bordercolor="#101242";
  borderstyle="solid";
  borderwidth=0;
  
  separatorcolor="#999999";
  separatorsize="1";
  
  padding='5 10 5 5';
  
//  subimage=wsfe.assetsBucket+"images/graphics/arrow.gif";
//  subimagepadding="2";
  outfilter="randomdissolve(duration=0.3)";
  
  itemheight=21;
  itemwidth=200;
  
  bgimage=wsfe.assetsBucket+"images/graphics/navoff.jpg";
  
  fontstyle="normal";
  fontsize="13";
  fontfamily="Gill Sans";

  align="right"
  
  } 
with(milonic=new menuname("306_267")){style=menuStyle;alwaysvisible=1;position='relative';orientation='vertical';aI("text=Request Appointment;status=Request Appointment;url="+wmUrl.isr+"contact_us/request_appointment"+wmUrl.sqs+";");}