/* banner buttons framework
 * ------------------------------------------------------------------------- */

#banner-bts {
	background:url(../img/menu-img.jpg) no-repeat right;				
	width:125px;		/* Width of buttons, not entite image (or half of entire image) */
	height:179px;		/* Height of entire image */
	margin:0;
	padding:0;
	float:right;
	}

#banner-bts li span { display: none; }

#banner-bts li {
	float:left;
	list-style:none;
	}

#banner-bts li, #banner-bts a { 
	height:44px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top if there is a spacing between each nav button */
#menu-item-1 { margin-top:0px; width:125px; }
#menu-item-2, #menu-item-3, #menu-item-4 { margin-top:1px; width:125px; }

#menu-item-1 a:hover { background:url(../img/menu-img.jpg) 0px  0px no-repeat; }
#menu-item-2 a:hover { background:url(../img/menu-img.jpg) 0px  -45px no-repeat; }
#menu-item-3 a:hover { background:url(../img/menu-img.jpg) 0px  -90px no-repeat; }
#menu-item-4 a:hover { background:url(../img/menu-img.jpg) 0px  -135px no-repeat; }