/* Comic Menu */

.com {
	height: 36px;
	margin: 0 auto;
	padding: 0px 4px 0px 0px
}

.com ul {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
}

.com li {
	height: 36px;
	display: inline-block;
	list-style: none;
	display: inline;
	float: right;
	padding-right: 12px;
}

.com a {
	text-decoration: none;
	border: 0px;
	float: left;
	height: 36px;
	width: 29px;
}

/* Menu image positions */

.com a.share,
.com a.email,
.com a.save,
.com a.print,
.com a.embed,
.com a.next,
.com a.back {
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* Menu image locations */

.com a.share {
	background: url("../img/com_menu/share.png");
}

.com a.email {
	background: url("../img/com_menu/email.png");
}

.com a.save {
	background: url("../img/com_menu/save.png");
}

.com a.print {
	background: url("../img/com_menu/print.png");
}

.com a.embed {
	background: url("../img/com_menu/embed.png");
}

.com a.next {
	background: url("../img/com_menu/next.png");
}

.com a.back {
	background: url("../img/com_menu/back.png");
}

/* Menu image hover declaration - Must be placed AFTER image url's! */

.com a:hover {
	background-position: 0px -36px;
}
