BLANK_IMAGE = 'images/b.gif';


var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
	/*,
	fadeIn:'progid:DXImageTransform.Microsoft.Fade(duration=0.1)',
	fadeOut:'progid:DXImageTransform.Microsoft.Fade(duration=0.0)'*/
};

var Green = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"#ffffff",		// background color for the items
		bgOVER:"#c8ef81"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"btexton",		// CSS class for items
		OVER:"btextoff"		// CSS class  for item which is under mouse
	}
};
var Yellow = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"#f3f382"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"btexton",		// CSS class for items
		OVER:"btextoff"	// CSS class  for item which is under mouse
	}
};
var Orange = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"#F8D15C"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"btexton",		// CSS class for items
		OVER:"btextoff"	// CSS class  for item which is under mouse
	}
};
var Purple = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"#C0B4E7"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"btexton",		// CSS class for items
		OVER:"btextoff"	// CSS class  for item which is under mouse
	}
};


var MENU_ITEMS = [
	{pos:[330,158], itemoff:[0,117], leveloff:[0,117], style:NOSTYLE, size:[22,185]},
	{code:'<img src="images/b_sub01.gif" width="118" height="24" />', 
		ocode:'<img src="images/b_sub01_on.gif" width="118" height="24" />', url:"services.php",
	
		sub:[
			
			{itemoff:[20,0], leveloff:[20,0], style:Green, filters:'progid:DXImageTransform.Microsoft.Alpha(opacity=90)',
				fadeIn:'progid:DXImageTransform.Microsoft.Fade(duration=0.1)'}, 
			{code:"IT Staffing", alt:'IT Staffing', url:"it_staffing.php"},
			{code:"IT Projects", alt:'IT Projects', url:"it_projects.php"},
			{code:"IT Staff Consulting", alt:'IT Staff Consulting', url:"it_staff_consulting.php"},
			{code:"Business Staffing", alt:'Business Staffing',  url:"business_staffing.php"},
			{code:"Business Consulting", alt:'Business Consulting',  url:"business_consulting.php"}
			
		]
	},
	{code:'<img src="images/b_sub02.gif" width="118" height="24" />', 
		ocode:'<img src="images/b_sub02_on.gif" width="118" height="24" />', url:"practice_areas.php",
        
		sub:[
			
			{itemoff:[20,0], leveloff:[20,0], style:Yellow, filters:'progid:DXImageTransform.Microsoft.Alpha(opacity=90)',
				fadeIn:'progid:DXImageTransform.Microsoft.Fade(duration=0.1)'}, 
			{code:"Adobe", alt:'Adobe', url:"adobe.php",
				sub:[
					{leveloff:[5,115]},
					{code:"LiveCycle Services", alt:'LiveCycle Services', url:"livecycle_services.php"},
					{code:"LiveCycle Products", alt:'LiveCycle Products', url:"livecycle_products.php"},
					{code:"LiveCycle Training", alt:'LiveCycle Training', url:"livecycle_training.php"},
					{code:"Flex Services", alt:'Flex Services', url:"flex_services.php"}
				]
			},

			{code:"Microsoft", alt:'Microsoft', url:"microsoft.php"},
			{code:"Project Management", alt:'Project Management', url:"project_management.php"},
			{code:"Quality Assurance", alt:'QUality Assurance', url:"quality_assurance.php"},
			{code:"Managed Services & TDS", alt:'Managed Services & TDS', url:"managed_services.php"}
			
		]
	},
	{code:'<img src="images/b_sub03.gif" width="118" height="24" />', 
		ocode:'<img src="images/b_sub03_on.gif" width="118" height="24" />', url:"clients.php",
		sub:[
			
			{itemoff:[20,0], leveloff:[20,0], style:Orange, filters:'progid:DXImageTransform.Microsoft.Alpha(opacity=90)',
				fadeIn:'progid:DXImageTransform.Microsoft.Fade(duration=0.1)'}, 
			{code:"Case Studies", alt:'Case Studies', url:"case_studies.php"},
			
		]
	},
	{code:'<img src="images/b_sub04.gif" width="118" height="24" />',
		ocode:'<img src="images/b_sub04_on.gif" width="118" height="24" />', url:"careers.php",
		sub:[
			
			{itemoff:[20,0], leveloff:[20,0], style:Purple, filters:'progid:DXImageTransform.Microsoft.Alpha(opacity=90)',
				fadeIn:'progid:DXImageTransform.Microsoft.Fade(duration=0.1)'}, 
			{code:"National Recruiting", alt:'National Recruiting', url:"national_recruiting.php"},
			{code:"Current Opportunities", alt:'Current Opportunities', url:"current_opportunities.php"},
			{code:"Benefits", alt:'Benefits', url:"benefits.php"},
			{code:"Job Search", alt:'Job Search', url:"http://jobsearch.tech-pro.com/worldlink40/main.aspx?action=get&group=Home", target:"_blank"},
			
		]
	}
];
