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



#top #navbar {
	margin:0 auto;
	width:990px;
	text-align:center;
}
#top #navbar ul {
	margin:0;
	padding:0;
	list-style-type:none;
	float:right;
}
#top #navbar ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	font-size:0.9em;
	height:80px;
}
#top #navbar ul li a {
	height:80px;
	display:block !important;
	color:#fef4b1;
}
#top #navbar ul li a span {
	display:none;
}


/* Regular states: */
#top #navbar ul li.sample-comic, #top #navbar ul li.sample-comic a {
	background:url(/_images/navbar/navbar_sample-comic_off.png) top left no-repeat;
	width:108px;
}
#top #navbar ul li.user-guides, #top #navbar ul li.user-guides a {
	background:url(/_images/navbar/navbar_user-guides_off.png) top left no-repeat;
	width:102px;
}
#top #navbar ul li.testimonials, #top #navbar ul li.testimonials a {
	background:url(/_images/navbar/navbar_our-customers-say_off.png) top left no-repeat;
	width:142px;
}
#top #navbar ul li.faq, #top #navbar ul li.faq a {
	background:url(/_images/navbar/navbar_faq_off.png) top left no-repeat;
	width:70px;
}
#top #navbar ul li.about, #top #navbar ul li.about a {
	background:url(/_images/navbar/navbar_about-us_off.png) top left no-repeat;
	width:92px;
}
#top #navbar ul li.contact, #top #navbar ul li.contact a {
	background:url(/_images/navbar/navbar_contact-us_off.png) top left no-repeat;
	width:106px;
}
#top #navbar ul li.store, #top #navbar ul li.store a {
	background:url(/_images/navbar/navbar_online-store_off.png) top left no-repeat;
	width:104px;
}



/* Hover states: */
#top #navbar ul li.sample-comic a:hover {
	background:url(/_images/navbar/navbar_sample-comic_over.png) top left no-repeat;
}
#top #navbar ul li.user-guides a:hover {
	background:url(/_images/navbar/navbar_user-guides_over.png) top left no-repeat;
}
#top #navbar ul li.testimonials a:hover {
	background:url(/_images/navbar/navbar_our-customers-say_over.png) top left no-repeat;
}
#top #navbar ul li.faq a:hover {
	background:url(/_images/navbar/navbar_faq_over.png) top left no-repeat;
}
#top #navbar ul li.about a:hover {
	background:url(/_images/navbar/navbar_about-us_over.png) top left no-repeat;
}
#top #navbar ul li.contact a:hover {
	background:url(/_images/navbar/navbar_contact-us_over.png) top left no-repeat;
}
#top #navbar ul li.store a:hover {
	background:url(/_images/navbar/navbar_online-store_over.png) top left no-repeat;
}




/* "You are here" states: */
#sample-comic #top #navbar ul li.sample-comic, #sample-comic #top #navbar ul li.sample-comic a {
	background:url(/_images/navbar/navbar_sample-comic_on.png) top left no-repeat;
}
#user-guides #top #navbar ul li.user-guides, #user-guides #top #navbar ul li.user-guides a {
	background:url(/_images/navbar/navbar_user-guides_on.png) top left no-repeat;
}
#testimonials #top #navbar ul li.testimonials, #testimonials #top #navbar ul li.testimonials a {
	background:url(/_images/navbar/navbar_our-customers-say_on.png) top left no-repeat;
}
#faq #top #navbar ul li.faq, #faq #top #navbar ul li.faq a {
	background:url(/_images/navbar/navbar_faq_on.png) top left no-repeat;
}
#about #top #navbar ul li.about, #about #top #navbar ul li.about a {
	background:url(/_images/navbar/navbar_about-us_on.png) top left no-repeat;
}
#contact #top #navbar ul li.contact, #contact #top #navbar ul li.contact a {
	background:url(/_images/navbar/navbar_contact-us_on.png) top left no-repeat;
}
#store #top #navbar ul li.store, #store #top #navbar ul li.store a {
	background:url(/_images/navbar/navbar_online-store_on.png) top left no-repeat;
}


