BLANK_IMAGE = 'images/b.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:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"mainmenu",		// CSS class for items
		OVER:"mainmenuover"	// CSS class  for item which is under mouse
	}
};

var STYLE1 = {
	border:1,			// item's border width, pixels; zero means "none"
	borders:[10,1,1,1],
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#295781",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#6FA1CF",		// background color for the items
		bgOVER:"#8BB9E4"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[27,0], leveloff:[0,175], style:STYLE, size:[27,181]},
	{code:"Home", url:'index.php' },
	{code:"About Us",url:'about-us.php'},
		
	{code:"Internet Services",
		sub:[
			{itemoff:[21,0], leveloff:[7,135], style:STYLE1, size:[22,170]},
			{code:"DSL Internet Access", url:'dsl-access.php'}
			
		]
	},
	{code:"Drivers", url:'drivers.php' },
	{code:"Contact Us", url:'contact-us.php'}
	
];
