/* @override http://www.thevegetablewars.com/styles/sitenav.css */


body {
	padding: 0;
	margin: 0;
}

#sitenav {
	background-color: black;
	width: 100%;
	height: 36px;
}

#sitenav ul a {
	color: white;
	text-decoration: none;
	border-style: none;
}

#sitenav ul {
	margin: 0 auto;
	width: 600px;
}

#sitenav ul li {
	float: left;
	margin-right: 5px;
	list-style-type: none;
}

/* @group buttons */


#blogsection li#nav_blog {
	background-image: url(../images/nav_recent.gif);
	background-repeat: no-repeat;
	background-position:  0 0;
	
}

#portfoliosection li#nav_portfolio {
	background-image: url(../images/nav_newsstand.gif);
	background-repeat: no-repeat;
	background-position:  0 0;
	
	
}

#newssection li#nav_comics {
	background-image: url(../images/nav_news.gif);
	background-repeat: no-repeat;
	background-position:  0 0;
		
}

#extrassection li#nav_extras {
	background-image: url(../images/nav_extras01.gif);
	background-repeat: no-repeat;
	background-position:  0 0;
		
}

#storesection li#nav_store {
	background-image: url(../images/nav_store.gif);
	background-repeat: no-repeat;
	background-position:  0 0;
		
}

#aboutsection li#nav_about {
	background-image: url(../images/nav_about01.gif);
	background-repeat: no-repeat;
	background-position:  0 0;
		
}

li#nav_blog {
	width: 94px;
	height: 29px;
	background-image: url(../images/nav_news01.gif);
	background-position: 76px 0;
}

li#nav_blog:hover {
	background-image: url(../images/nav_news01.gif);
	background-repeat: no-repeat;
	background-position:  0 0;
}

li#nav_blog a {
	width: 76px;
	height: 29px;
	display: block;
	text-indent: -9999px;
}

li#nav_portfolio {
	background-image: url(../images/nav_newsstand.gif);
	width: 125px;
	height: 29px;
	background-position: 125px 0;
}

li#nav_portfolio:hover {
	background-image: url(../images/nav_newsstand.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

li#nav_portfolio a {
	width: 125px;
	height: 29px;
	display: block;
	text-indent: -9999px;
}

li#nav_comics {
	background-image: url(../images/nav_news.gif);
	width: 94px;
	height: 29px;
	background-position: 94px 0;
}

li#nav_comics:hover {
	background-image: url(../images/nav_news.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

li#nav_comics a {
	width: 94px;
	height: 29px;
	display: block;
	text-indent: -9999px;
}

li#nav_extras {
	background-image: url(../images/nav_extras01.gif);
	width: 93px;
	height: 29px;
	background-position: 93px 0;
}

li#nav_extras:hover {
	background-image: url(../images/nav_extras01.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

li#nav_extras a {
	width: 93px;
	height: 29px;
	display: block;
	text-indent: -9999px;
}

li#nav_about {
	background-image: url(../images/nav_about01.gif);
	width: 87px;
	height: 29px;
	background-position: 87px 0;
}

li#nav_about:hover {
	background-image: url(../images/nav_about01.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

li#nav_about a {
	width: 87px;
	height: 29px;
	display: block;
	text-indent: -9999px;
}

li#nav_store {
	background-image: url(../images/nav_store.gif);
	width: 93px;
	height: 29px;
	background-position: 93px 0;
}

li#nav_store:hover {
	background-image: url(../images/nav_store.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

li#nav_store a {
	width: 93px;
	height: 29px;
	display: block;
	text-indent: -9999px;
}


/* removes dotted link effect*/
a, a:link, a:visited, a:hover, a:active, input { outline:0; }
