/* Khaos Comic quick menu */

#comicmenu {
	width: 900px;
	height: 35px;
	padding: 0px;
	margin: 0px;
	list-style:none;
	background: url(images/comicmenu/comicmenu_09.jpg) no-repeat top right;
	overflow:hidden;
}
#comicmenu li {
	float:left;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
#comicmenu li a {
	display:block;
}

#nav_home {
	width: 68px;
	height: 35px;
	position:relative;
}
#nav_home span {
	background: url(images/comicmenu/comicmenu_01.gif) 0px 0px no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#nav_home a:hover span {
	background: url(images/comicmenu/comicmenu_01.gif) 0px -35px no-repeat;
}

#nav_archive {
	width: 66px;
	height: 35px;
	position:relative;
}
#nav_archive span {
	background: url(images/comicmenu/comicmenu_02.gif) 0px 0px no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#nav_archive a:hover span {
	background: url(images/comicmenu/comicmenu_02.gif) 0px -35px no-repeat;
}

#nav_links {
	width: 57px;
	height: 35px;
	position:relative;
}
#nav_links span {
	background: url(images/comicmenu/comicmenu_03.gif) 0px 0px no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#nav_links a:hover span {
	background: url(images/comicmenu/comicmenu_03.gif) 0px -35px no-repeat;
}

#nav_about {
	width: 66px;
	height: 35px;
	position:relative;
}
#nav_about span {
	background: url(images/comicmenu/comicmenu_04.gif) 0px 0px no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#nav_about a:hover span {
	background: url(images/comicmenu/comicmenu_04.gif) 0px -35px no-repeat;
}

#nav_fanstuff {
	width: 63px;
	height: 35px;
	position:relative;
}
#nav_fanstuff span {
	background: url(images/comicmenu/comicmenu_05.gif) 0px 0px no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#nav_fanstuff a:hover span {
	background: url(images/comicmenu/comicmenu_05.gif) 0px -35px no-repeat;
}

#nav_extra {
	width: 64px;
	height: 35px;
	position:relative;
}
#nav_extra span {
	background: url(images/comicmenu/comicmenu_06.gif) 0px 0px no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#nav_extra a:hover span {
	background: url(images/comicmenu/comicmenu_06.gif) 0px -35px no-repeat;
}

#nav_store {
	width: 66px;
	height: 35px;
	position:relative;
}
#nav_store span {
	background: url(images/comicmenu/comicmenu_07.gif) 0px 0px no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#nav_store a:hover span {
	background: url(images/comicmenu/comicmenu_07.gif) 0px -35px no-repeat;
}

#nav_contacting {
	width: 108px;
	height: 35px;
	position:relative;
}
#nav_contacting span {
	background: url(images/comicmenu/comicmenu_08.gif) 0px 0px no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#nav_contacting a:hover span {
	background: url(images/comicmenu/comicmenu_08.gif) 0px -35px no-repeat;
}