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:"",		// color of the item border, if any
		shadow:"",		// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:""		// background color for the item which is under mouse right now
	},
	css:{
		ON:"",			// CSS class for items
		OVER:""			// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[24,0], leveloff:[0,139], style:STYLE, size:[24,139]},
	{code:'<img src="images/but_governmental_affairs.gif" width="139" height="24" />',
		ocode:'<img src="images/but_governmental_affairs_ov.gif" width="139" height="24" />', url:"governmental_affairs.html",
		sub:[
			{},
			{code:'<img src="images/but_indiana.gif" width="139" height="24" />',
				ocode:'<img src="images/but_indiana_over.gif" width="139" height="24" />', url:"governmental_affairs_indiana.html"},
			{code:'<img src="images/but_illinois.gif" width="139" height="24" />',
				ocode:'<img src="images/but_illinois_over.gif" width="139" height="24" />', url:"governmental_affairs_illinois.html"}, 
			{code:'<img src="images/but_iowa.gif" width="139" height="24" />',
				ocode:'<img src="images/but_iowa_over.gif" width="139" height="24" />', url:"governmental_affairs_iowa.html"}
		]
	},
	{code:'<img src="images/but_bill_watch.gif" width="139" height="24" />',
		ocode:'<img src="images/but_bill_watch_over.gif" width="139" height="24" />', url:"bill_watch.html",
		sub:[
			{},
			{code:'<img src="images/but_indiana.gif" width="139" height="24" />',
				ocode:'<img src="images/but_indiana_over.gif" width="139" height="24" />', url:"bill_watch_indiana.html"},
			{code:'<img src="images/but_illinois.gif" width="139" height="24" />',
				ocode:'<img src="images/but_illinois_over.gif" width="139" height="24" />', url:"bill_watch_illinois.html"},
			{code:'<img src="images/but_iowa.gif" width="139" height="24" />',
				ocode:'<img src="images/but_iowa_over.gif" width="139" height="24" />', url:"bill_watch_iowa.html"}
		]
	}
];
