#menu {
	width: 125px;
	height: 228px;
	background:   url(../images/menu.gif);
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
}
#menu li {
    margin: 0px; padding: 0px; list-style-type: none;
    position: absolute; display: block;
}
#menu a {
    display: block;
}
#button1 {left: 0px; width: 125px; top: 0px; height: 57px}
#button1 a {height: 57px}
#button1 a:hover {
	background-color: transparent;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0px -228px;
}

#button2 {left: 0px; width: 125px; top: 57px; height: 57px}
#button2 a {height: 57px}
#button2 a:hover {background: transparent url(../images/menu.gif) 0px -285px no-repeat;}

#button3 {left: 0px; width: 125px; top: 114px; height: 57px}
#button3 a {height: 57px}
#button3 a:hover {background: transparent url(../images/menu.gif) 0px -342px no-repeat;}

#button4 {left: 0px; width: 125px; top: 171px; height: 57px}
#button4 a {height: 57px}
#button4 a:hover {background: transparent url(../images//menu.gif) 0px -399px no-repeat;}
#wrapper #maincontentarea #centerColumn .difference h1 {
	color: #F89C1F;
}
#bottom a {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
