BLANK_IMAGE = 'images/spacer.gif';


var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"transparent",	// color of the item border, if any
		shadow:"transparent",	// color of the item shadow, if any
		bgON:"#transparent",		// background color for the items
		bgOVER:"#transparent"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"navOn",			// CSS class for items
		OVER:"navOver"		// CSS class  for item which is under mouse
	}
};

var SUBSTYLE_TOP = 
{
	border:1,					
	shadow:0,					
	color:{
		border:"#000000",	
		borders:[1,1,1,0], 
		shadow:"transparent",	
		bgON:"#transparent",		
		bgOVER:"#3c3d3f"	
		  },
	css:{
		ON:"navSubOn",			// CSS class for items
		OVER:"navSubOver"	// CSS class  for item which is under mouse
	}
};


var SUBSTYLE_MIDDLE = 
{
	border:1,					
	shadow:0,					
	color:{
		border:"#000000",	
		borders:[1,0,1,0], 
		shadow:"transparent",	
		bgON:"#transparent",		
		bgOVER:"#3c3d3f"
		   },
	css:{
		ON:"navSubOn",			
		OVER:"navSubOver"
		}
};



var SUBSTYLE_BOTTOM = 
{
	border:1,					
	shadow:0,					
	color:{
		border:"#000000",	
		borders:[1,0,1,1], 
		shadow:"transparent",	
		bgON:"#transparent",		
		bgOVER:"#3c3d3f",
		color:"#FFFFFF"
		  },
css:{
		ON:"navSubOn",			
		OVER:"navSubOver"
		}
};


var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,0], leveloff:[23,0], style:STYLE, size:[23,180]},
	{code:"HOME",format:{size:[26,88]},url:"http://www.bigskytaxi.com/index.php",alt:"Home",itemoff:[0,0]},
	{code:"OUR FLEET",format:{size:[26,88]},url:"http://www.bigskytaxi.com/fleet.php",alt:"Our Fleet of Shuttle's and Taxi's",itemoff:[0,128]},
	{code:"RATES",format:{size:[26,88]},url:"http://www.bigskytaxi.com/quote.php",alt:"Shuttle and Taxi Rates and Quotes",itemoff:[0,139]},
	{code:"REQUEST A RESERVATION",format:{size:[26,200]},url:"http://www.bigskytaxi.com/reservation.php",alt:"Request A Reservation",itemoff:[0,133]},

	{code:"SERVICES",format:{size:[26,100]},url:"http://www.bigskytaxi.com/services.php",alt:"Shuttle and Taxi Services",itemoff:[0,243],leveloff:[32,-10],
		sub:[
			{style:SUBSTYLE_MIDDLE},
			{code:"AIRPORT", style:SUBSTYLE_TOP, size:[23,120],url:"http://www.bigskytaxi.com/airport.php",alt:"Airport Shuttle and Taxi Services",itemoff:[23,0]},
			{code:"EVENT", size:[23,120],url:"http://www.bigskytaxi.com/event.php",alt:"Event Shuttle and Taxi Services",itemoff:[23,0]},
			{code:"LOCAL", size:[23,120],url:"http://www.bigskytaxi.com/local.php",alt:"Local Shuttle and Taxi Services",itemoff:[23,0]},
			{code:"GROUP", style:SUBSTYLE_BOTTOM, size:[23,120],url:"http://www.bigskytaxi.com/group.php",alt:"Group Shuttle and Taxi Services",itemoff:[23,0]}
			]				
	},

	{code:"CONTACT",format:{size:[26,88]},url:"http://www.bigskytaxi.com/contact.php",alt:"Contact Us",itemoff:[0,148]}




];
	



