#navmenu {
	/* font-family: Georgia, "Times New Roman", serif;
	font-weight:bold;
	font-style:normal;
    font-variant:small-caps; 
	font-size:16px; */
}

#navmenu ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

.home_link {
	display:block;
	height:43px;
	line-height: 43px;
	background:url(../images/homebutton.jpg) 0px 0px no-repeat;
	text-decoration:none;
}

.home_link:hover {
	background:url(../images/homebutton.jpg) -164px 0px no-repeat;
}

.comics_link {
	display:block;
	height:43px;
	line-height: 43px;
	background:url(../images/comicsbutton.jpg) 0px 0px no-repeat;
	text-decoration:none;
}

.comics_link:hover {
	background:url(../images/comicsbutton.jpg) -164px 0px no-repeat;
}

.games_link {
	display:block;
	height:43px;
	line-height: 43px;
	background:url(../images/gamesbutton.jpg) 0px 0px no-repeat;
	text-decoration:none;
}

.games_link:hover {
	background:url(../images/gamesbutton.jpg) -164px 0px no-repeat;
}

.gallery_link {
	display:block;
	height:43px;
	line-height: 43px;
	background:url(../images/gallerybutton.jpg) 0px 0px no-repeat;
	text-decoration:none;
}

.gallery_link:hover {
	background:url(../images/gallerybutton.jpg) -164px 0px no-repeat;
}

.about_link {
	display:block;
	height:43px;
	line-height: 43px;
	background:url(../images/aboutbutton.jpg) 0px 0px no-repeat;
	text-decoration:none;
}

.about_link:hover {
	background:url(../images/aboutbutton.jpg) -164px 0px no-repeat;
}

.blog_link {
	display:block;
	height:43px;
	line-height: 43px;
	background:url(../images/blogbutton.jpg) 0px 0px no-repeat;
	text-decoration:none;
}

.blog_link:hover {
	background:url(../images/blogbutton.jpg) -164px 0px no-repeat;
}

.contact_link {
	display:block;
	height:43px;
	line-height: 43px;
	background:url(../images/contactbutton.jpg) 0px 0px no-repeat;
	text-decoration:none;
}

.contact_link:hover {
	background:url(../images/contactbutton.jpg) -164px 0px no-repeat;
}