BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#ffffff",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#C9E3F7",		// background color for the items
		bgOVER:"#81BCCD"	// 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:[30,170], itemoff:[24,0], leveloff:[0,180], style:STYLE, size:[22,189]},
	{code:"Home",url:"index.shtml",
		sub:[
			
            
		]	
	},

	
	{code:"Certification",url:"certification.shtml",
		sub:[

		]	
	},
	{code:"Offices & Personnel",
		sub:[
			{},
			{code:"UK", url:"uk.shtml"},
			{code:"Greece", url:"greece.shtml"},
			{code:"Poland", url:"poland.shtml"},
			{code:"China", url:"china.shtml"}
		]	
	},
	{code:"Ship Repairs/Conversions",
		sub:[
			{},
			{code:"Ship Repair Yards", url:"ryards_gr_asia.shtml"},
            {code:"Repair Teams", url:"rteams.shtml"},
			{code:"Technical Consultancy", url:"srepairs.shtml"},
			{code:"Ship and Yacht Design", url:"sydesign.shtml"},
			{code:"Conversions", url:"conversions.shtml"}
		]	
	},
	{code:"Equipment/Spare Parts",
		sub:[
			{},
			{code:"Spare Parts", url:"sparts.shtml"},
			{code:"Stores & Supplies", url:"ssupplies.shtml"},
			{code:"Marine Equipment", url:"marineequipment.shtml"}
        ]	
	},
	{code:"Port Agency",url:"pagency.shtml",
		sub:[

		]
     },
	{code:"S&P, New Buildings", url:"uc.shtml",
		sub:[
			
		]
	},
	{code:"Events and News",url:"events.shtml",
		sub:[
			
			
		]	
	},
	{code:"About Us",url:"about.shtml",
		sub:[
			
            
		]	
	}
	
];
