#menubar {
	border: 0;
	bottom: 0px;
	position: absolute;
	right: 40px;
}
#menubar ul {
	margin: 0;
}
#menubar li {
	background: url("../img/nav_bg_right.png") no-repeat right top;
	float: left;
	list-style: none;
	margin: 0 0 0 2px;
}
#menubar span {
	background: url("../img/nav_bg_left.png") no-repeat left top;
	display: block;
	float: left;
}
#menubar a {
	background: url("../img/nav_bg_bottom.png") no-repeat left bottom;
	color: #2c2b2b;
	display: block;
	font-weight: bold;
	padding: 5px 12px 4px 12px;
	text-decoration: none;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menubar a {float:none;}
/* End IE5-Mac hack */

/* hover and selected */
#menubar a:hover,
#section-shop #menubar li.section-shop a,
#section-street #menubar li.section-street a,
#section-contest #menubar li.section-contest a,
#section-production #menubar li.section-production a,
#section-terms #menubar li.section-terms a,
#section-contact #menubar li.section-contact a,
#section-links #menubar li.section-links a {
	background-image: none;
}

