/************************
*
* Navigation
*
************************/

#nav_bg {
	width: 100%;
	height: 30px;
/*	background-image: url(http://planetquirky.com/wp-content/themes/PQPro/img/nav_bg.jpg);
	background-repeat: repeat-x; */
	background-color: #659E37;
}

#nav_container {
	width: 800px;
	margin: 0;
}

#nav_container #nav {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav_container #nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}

#nav_container #nav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important;
}

#nav_container #nav a:hover {
	background-position: 0 -30px;
}

#nav_container #nav a.selected {
	background-position: 0 -60px;
}

#nav_home a {
	width: 114px;
	background-image: url(img/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav_sweets a {
	width: 114px;
	background-image: url(img/sweetsmenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav_buy a {
	width: 114px;
	background-image: url(img/buy.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav_space a {
	width: 114px;
	background-image: url(img/space.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav_blog a {
	width: 114px;
	background-image: url(img/blog.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav_form a {
	width: 114px;
	background-image: url(img/feedback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav_meeting a {
	width: 116px;
	background-image: url(img/meeting.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}