/* COOLjsMenu style + structure file */

var STYLE_0 =
{
    borderWidth:0,
    borderColor:"transparent",
    backgroundColor:[ "transparent", "transparent" ],
    backgroundClass:[ "clsCMOn", "clsCMOver" ],
	textStyle:[ "color: #ffffff; font: bold 8pt Verdana, sans-serif; padding-left: 2px;", "color: #d6d5af; font: bold 8pt Verdana, sans-serif; padding-left: 2px;"],
    /*1{*/size:[ 31, 214 ]/*1}*/,
   /*1{*/itemoff:[ '+previousItem-1px', 0 ]/*1}*/,
    /*2{*/leveloff:[ 0, '+parentItem-360px' ]/*2}*/
};



var STYLE_1 =
{
    levelFilters:[ "progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=reverse,duration=0.3)", "progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.3)"],
    itemFilters:null,
    borderWidth:[ 1, 1, 1, 0 ],
    borderColor:"#c8c3c0",
    backgroundColor: ["#e2eaf5;"],
    textStyle:[ "padding-bottom: 1px; text-align: left; color: #000000; font: 8pt Verdana, sans-serif;", "padding-bottom: 1px; text-align: left; color: #66594b; font: 8pt Verdana, sans-serif;" ],
    size:[ 25, 178 ],
    itemoff:[ '+previousItem-1px', 0 ],
    ifFirst:
    {
        backgroundColor: ["#e2eaf5;"],
        textStyle:[ "padding-bottom: 1px; text-align: left; color: #000000; font: 8pt Verdana, sans-serif;", "padding-bottom: 1px; text-align: left; color: #66594b; font: 8pt Verdana, sans-serif;" ],
        size:[ 25, 178  ]
    },
    ifLast:
    {
        borderWidth:[ 1, 1, 1, 1 ],
        size:[ 25, 178  ]
    }
};

var MENU_ITEMS = [
    {pos:'relative', style:[ STYLE_0, STYLE_1 ], blankImage:'images/b.gif'},
	
     {code:'<img src="images/accom_n.gif" width="214" height="31" />',
		ocode:'<img src="images/accom_r.gif" width="214" height="31" />',
		url:"tybee-vacation-rentals.html",
        sub:[
            {/*2{*/size:[ 25, 178 ]/*2}*/},
			{code:"Our Beach Vacation Houses", url:"tybee-vacation-rentals.html"},
           {code:"Ocean View Penthouse", url:"oceanview-vacation-home.html"},
		   {code:"Ocean View Retreat", url:"tybee-vacation-retreat.html"},
		   {code:"Ocean View Paradise", url:"tybee-rental-paradise.html"},
		   {code:"Ocean View Fantasy", url:"oceanview-vacation-fantasy.html"},
           {code:"Captain's View Duplex", url:"tybee-island-beach-rental.html"},
		   {code:"54 Captain's View", url:"tybee-island-beach-vacation.html"},
		   {code:"56 Captain's View", url:"tybee-island-beach-home.html"},
		   {code:"Oceanfront Oasis", url:"georgia-oceanfront-vacation.html"}
        ]
    },
	
	     {code:'<img src="images/specials_n.gif" width="214" height="31" />',
		ocode:'<img src="images/specials_r.gif" width="214" height="31" />',
		url:"specials.html"
    },
	
	     {code:'<img src="images/highlights_n.gif" width="214" height="31" />',
		ocode:'<img src="images/highlights_r.gif" width="214" height="31" />',
		url:"tybee_highlights.html"
    },
	
      
	      {code:'<img src="images/host_n.gif" width="214" height="31" />',
		ocode:'<img src="images/host_r.gif" width="214" height="31" />',
		url:"about.html"
    },
	
		      {code:'<img src="images/lls_n.gif" width="214" height="31" />',
		ocode:'<img src="images/lls_r.gif" width="214" height="31" />',
		url:"http://www.luxurylivingsavannah.com"
    },
	
		      {code:'<img src="images/llc_n.gif" width="214" height="31" />',
		ocode:'<img src="images/llc_r.gif" width="214" height="31" />',
		url:"http://www.luxurylivingchicago.com"
    },
	
	      {code:'<img src="images/home_n.gif" width="214" height="31" />',
		ocode:'<img src="images/home_r.gif" width="214" height="31" />',
		url:"index.html"
    },
    
];

var menu1 = new COOLjsMenuPRO("menu1", MENU_ITEMS);
menu1.initTop();
