BLANK_IMAGE="../images/b.gif";

var STYLE_0 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"FF0000",			// color of the item border, if any
		shadow:"#CCCCCC",			// color of the item shadow, if any
		bgON:"FFFFFF",			// background color for the items
		bgOVER:"FFFFFF"			// 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 STYLE_1 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#524228",	// color of the item border, if any
		shadow:"#CCCCCC",	// color of the item shadow, if any
		bgON:"#D19614",		// background color for the items
		bgOVER:"#666A51"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn2",		// CSS class for items
		OVER:"clsCMOver2"	// CSS class  for item which is under mouse
	},
    transition:{
        fadeIn:'progid:DXImageTransform.Microsoft.Fade(duration=0.3)',
        fadeOut:''
    }
};

var MENU_ITEMS1 = [
	{pos:'absolute', itemoff:[0,0], leveloff:[50,50], style:STYLE_0, size:[22,100]},

	{code:'<img src="/images/menus/home-about-off.jpg">', ocode:'<img src="/images/menus/home-about-on.jpg">', "format":{"size":[38,135], "itemoff":[130,0], "style":STYLE_0}, url: "",
        sub:[
            {"leveloff":[37,0], "style":STYLE_1},
            {code:'<img src="/images/menu-pub-off.jpg">', ocode:'<img src="/images/menu-pub-on.jpg">', "format":{"size":[35,152], "itemoff":[0,0]}, url: "/about.html"},
            {code:'<img src="/images/menu-staff-off.jpg">', ocode:'<img src="/images/menu-staff-on.jpg">', "format":{"size":[26,152], "itemoff":[35,0]}, url: "/staff.html"},
            {code:'<img src="/images/menu-employment-off.jpg">', ocode:'<img src="/images/menu-employment-on.jpg">', "format":{"size":[26,152], "itemoff":[26,0]}, url: "/employment.html"},
			{code:'<img src="/images/menu-clubs-off.jpg">', ocode:'<img src="/images/menu-clubs-on.jpg">', "format":{"size":[37,152], "itemoff":[26,0]}, url: "/clubs.html"}
        ]
    },

	{code:'<img src="/images/menus/home-menus-off.jpg">', ocode:'<img src="/images/menus/home-menus-on.jpg">', "format":{"size":[38,113], "itemoff":[0,135], "style":STYLE_0}, url: "/menu/index.html"},

	{code:'<img src="/images/menus/home-giving-off.jpg">', ocode:'<img src="/images/menus/home-giving-on.jpg">', "format":{"size":[38,166], "itemoff":[0,113], "style":STYLE_0}, url: "/giving-back.html"},

	{code:'<img src="/images/menus/home-rental-off.jpg">', ocode:'<img src="/images/menus/home-rental-on.jpg">', "format":{"size":[38,164], "itemoff":[0,166], "style":STYLE_0}, url: "/rental.html"},

	{code:'<img src="/images/menus/home-mypub-off.jpg">', ocode:'<img src="/images/menus/home-mypub-on.jpg">', "format":{"size":[38,171], "itemoff":[0,164], "style":STYLE_0}, url: "/mypub.asp"},

	{code:'<img src="/images/menus/home-contact-off.jpg">', ocode:'<img src="/images/menus/home-contact-on.jpg">', "format":{"size":[38,134], "itemoff":[0,171], "style":STYLE_0}, url: "/contact.html"}

];

