@charset "UTF-8";
#commandments_list  {
	margin: 34px auto 0 auto;
	display: block;
	height: 100%;
}
#commandments_list   li  {
	display: inline;
}
#commandments_list a {
	display: block;
	padding: 2px 0;
	height: 24px;
	background-repeat: no-repeat;
	background-position: left 5px;
	text-decoration: none;
	width: 420px;
}
#commandments_list  a:hover {
	background-repeat: no-repeat;
	background-position: left -24px;
}
#commandments_list   a.first {
	background-image: url(../images/commandments_list/first.png);
}
#commandments_list   a.second {
	background-image: url(../images/commandments_list/second.png);
}
#commandments_list   a.third {
	background-image: url(../images/commandments_list/third.png);
}
#commandments_list  a.fourth {
	background-image: url(../images/commandments_list/fourth.png);
}
#commandments_list  a.fifth {
	background-image: url(../images/commandments_list/fifth.png);
}
#commandments_list  a.sixth {
	background-image: url(../images/commandments_list/sixth.png);
}
#commandments_list  a.seventh {
	background-image: url(../images/commandments_list/seventh.png);
}
#commandments_list  a.eighth {
	background-image: url(../images/commandments_list/eighth.png);
}
#commandments_list  a.ninth {
	background-image: url(../images/commandments_list/ninth.png);
}
#commandments_list  a.tenth {
	background-image: url(../images/commandments_list/tenth.png);
}
#commandments_list li.divider {
	display: block;
	padding: 0 0 1px 0;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 50px center;
	text-decoration: none;
	width: 420px;
	background-image: url(../images/commandments_list/divider.jpg);
}
#commandments_list  a.prayer {
	background-image: url(../images/commandments_list/prayer.png);
}

