@charset "utf-8";
/* CSS Document */

.buttons ul {
	margin-left: 0px;
	padding-left: 0px;
	float: left;
}
.buttons li {
	float: left;
	height: 50px;
	width: 193px;
	list-style-type: none;
	display: block;
}
.item1 {
	 float:left;
	 width:195px;
	 cursor:pointer;
	 background-color:#D9ECF2;
	 color:#C1C1C1;
}
.item1Ovr {
	 float:left;
	 width:195px;
	 cursor:pointer;
	 background-color:#86C2D6;
	 color:#3F3E3E;
}
.item2 {
	 float:left;
	 width:195px;
	 cursor:pointer;
	 background-color:#E6F0D5;
	 color:#C1C1C1;
}
.item2Ovr {
	 float:left;
	 width:195px;
	 cursor:pointer;
	 background-color:#B2CF7A;
	 color:#3F3E3E;
}
.item3 {
	 float:left;
	 width:195px;
	 cursor:pointer;
	 background-color:#E0DFEB;
	 color:#C1C1C1;
}
.item3Ovr {
	 float:left;
	 width:195px;
	 cursor:pointer;
	 background-color:#9D9AC0;
	 color:#3F3E3E;
}
.item4 {
	 float:left;
	 width:195px;
	 cursor:pointer;
	 background-color:#FDEDD9;
	 color:#C1C1C1;
}
.item4Ovr {
	 float:left;
	 width:195px;
	 cursor:pointer;
	 background-color:#FAC588;
	 color:#3F3E3E;
}
.item5 {
	 float:left;
	 width:195px;
	 cursor:pointer;
	 background-color:#EED3D3;
	 color:#C1C1C1;
}
.item5Ovr {
	 float:left;
	 width:195px;
	 cursor:pointer;
	 background-color:#CB7575;
	 color:#3F3E3E;
}
