/**
* this is our menu
* we use css for all the image hovers
*/

#metamenu {
	width: 925px;
	/*float: both;*/
	height: 17px;
	margin: 0 0 0 10px;
	padding: 9px 7px 8px 7px;
	border:1px solid black;
	white-space:nowrap;
}
#metamenu a {
	position: relative;
	display: block;
	float: left;
	height: 17px;
	background-position: left center;
}

#a_characters,
#a_characters.inactive:hover {
	width: 72px;
	margin-left:0px;
	background: url("/static/images/pix/nav_characters.png") no-repeat;
}
#a_characters.selected,
#a_characters:hover {
	background: url("/static/images/pix/nav_characters_a.png") no-repeat;
}
#a_script,
#a_script.inactive:hover {
	width: 38px;
	margin-left:8px;
	background: url("/static/images/pix/nav_script.png") no-repeat;
}
#a_script.selected,
#a_script:hover {
	background: url("/static/images/pix/nav_script_a.png") no-repeat;
}
#a_chat,
#a_chat.inactive:hover {
	width: 30px;
	margin-left:12px;
	background: url("/static/images/pix/nav_chat.png") no-repeat;
}
#a_chat.selected,
#a_chat:hover {
	background: url("/static/images/pix/nav_chat_a.png") no-repeat;
}
#a_contributions,
#a_contributions.inactive:hover {
	width: 87px;
	margin-left:8px;
	background: url("/static/images/pix/nav_contributions.png") no-repeat;
}
#a_contributions.selected,
#a_contributions:hover {
	background: url("/static/images/pix/nav_contributions_a.png") no-repeat;
}
#a_lonelyhearts,
#a_lonelyhearts.inactive:hover {
	width: 199px;
	margin-left:10px;
	background: url("/static/images/pix/nav_lonelyhearts.png") no-repeat;
}
#a_lonelyhearts.selected,
#a_lonelyhearts:hover {
	background: url("/static/images/pix/nav_lonelyhearts_a.png") no-repeat;
}
#a_scenes,
#a_scenes.inactive:hover {
	width: 46px;
	margin-left:10px;
	background: url("/static/images/pix/nav_scenes.png") no-repeat;
}
#a_scenes.selected,
#a_scenes:hover {
	background: url("/static/images/pix/nav_scenes_a.png") no-repeat;
}
#a_calendar,
#a_calendar.inactive:hover {
	width: 62px;
	margin-left:8px;
	background: url("/static/images/pix/nav_calendar.png") no-repeat;
}
#a_calendar.selected,
#a_calendar:hover {
	background: url("/static/images/pix/nav_calendar_a.png") no-repeat;
}
#a_about,
#a_about.inactive:hover {
	width: 118px;
	margin-left:10px;
	background: url("/static/images/pix/nav_about.png") no-repeat;
}
#a_about.selected,
#a_about:hover {
	background: url("/static/images/pix/nav_about_a.png") no-repeat;
}
#a_lastchapter,
#a_lastchapter.inactive:hover {
	width: 180px;
	margin-left:12px;
	background: url("/static/images/pix/nav_lastchapter.png") no-repeat;
}
#a_lastchapter.selected,
#a_lastchapter:hover {
	background: url("/static/images/pix/nav_lastchapter_a.png") no-repeat;
}

#metamenu .inactive {
	cursor: default;
	opacity: .1;
}
