@charset "utf-8";
/* CSS Document */
#button1 {
width: 188px;
float: left;
height: 52px;
background-image: url(images/button1swap.png);
background-repeat: no-repeat;
}
#button1active {
width: 188px;
float: left;
height: 52px;
background-image: url(images/button1swap.png);
background-repeat: no-repeat;
background-position: 0px -62px;
}
#button1 a,#button1active a {
	padding-top: 20px;
	margin-bottom: 0;
	padding-left: 75px;
	display:block
}
#button2 {
width: 176px;
float: left;
height: 52px;
background-image: url(images/button2swap.png);
background-repeat: no-repeat;
}

#button2active {
width: 176px;
float: left;
height: 52px;
background-image: url(images/button2swap.png);
background-repeat: no-repeat;
background-position: 0px -62px;
}
#button2 a,#button2active a {
	padding-top: 20px;
	margin-bottom: 0;
	padding-left: 35px;
	display:block
}
#button3 {
width: 177px;
float: left;
height: 52px;
background-image: url(images/button3swap.png);
background-repeat: no-repeat;
}
#button3active {
width: 177px;
float: left;
height: 52px;
background-image: url(images/button3swap.png);
background-repeat: no-repeat;
background-position: 0px -62px;
}
#button3 a,#button3active a {
	padding-top: 20px;
	margin-bottom: 0;
	padding-left: 55px;
	display:block
}
#button4 {
width: 177px;
float: left;
height: 52px;
background-image: url(images/button4swap.png);
background-repeat: no-repeat;
}
#button4active {
width: 177px;
float: left;
height: 52px;
background-image: url(images/button4swap.png);
background-repeat: no-repeat;
background-position: 0px -62px;
}
#button4 a,#button4active a {
	padding-top: 20px;
	margin-bottom: 0;
	padding-left: 60px;
	display:block
}
#button5 {
width: 182px;
float: left;
height: 52px;
background-image: url(images/button5swap.png);
background-repeat: no-repeat;}
#button5active {
width: 182px;
float: left;
height: 52px;
background-image: url(images/button5swap.png);
background-repeat: no-repeat;
background-position: 0px -62px;
}
#button5 a,#button5active a {
	padding-top: 20px;
	margin-bottom: 0;
	padding-left: 60px;
	display:block
}


