#mainMenu {
	margin-left: 30px;
}
#buttonList{
	background: url(images/menu.jpg);
	width: 705px;
	height: 64px;
	padding: 0px; margin: auto;
	position: relative;
}
#buttonList li{
	padding: 0px; margin: 0px;
	position: absolute; top: 0px;
}
#buttonList li, #buttonList a {
	height: 64px; display: inline;	
	position: absolute; top: 0px;
	cursor: pointer;
}
#buttonList a { left: 0px; }


/* Buttons */

#button1 { left: 0px; }
#button2 { left: 85px; }
#button3 { left: 181px; }
#button4 { left: 274px; }
#button5 { left: 393px; }
#button6 { left: 503px; }
#button7 { left: 590px; }


#button1, #button1 a{ width: 84px; }
#button2, #button2 a{ width: 95px; }
#button3, #button3 a{ width: 92px; }
#button4, #button4 a{ width: 118px; }
#button5, #button5 a{ width: 110px; }
#button6, #button6 a{ width: 86px; }
#button7, #button7 a{ width: 119px; }


#button1 a:hover { background: url(images/menu.jpg) 0px no-repeat; }
#button2 a:hover { background: url(images/menu.jpg) -85px no-repeat; }
#button3 a:hover { background: url(images/menu.jpg) -181px no-repeat; }
#button4 a:hover { background: url(images/menu.jpg) -274px no-repeat; }
#button5 a:hover { background: url(images/menu.jpg) -393px no-repeat; }
#button6 a:hover { background: url(images/menu.jpg) -503px no-repeat; }
#button7 a:hover { background: url(images/menu.jpg) -590px no-repeat; }
