#headertopmenu #topmenu {
	display: block;
	position: relative;
	float: left;
	width: 808px;
	height: 26px;
	background: #000000 url('../images/menu-repeater.png') repeat-x;
	padding: 0;
	margin: 0;
	left: -4px;
	z-index: 6;
}

#topmenu .mainlevel {
	position: relative;
	display: block;
	width: 120px;
	height: 22px;
	margin: 3px 0px 1px 1px;
	padding: 0;
	background-position: 0px 0px;
	background-repeat: none;
}

#topmenu a.sublevel {
	line-height: 22px;
	background: #3f3f3f;
}

#topmenu a.sublevel:hover {
	text-decoration: underline;
}

#topmenu .mainlevel:hover,
#topmenu a#active_menu {
	background-position: -120px 0%;
}

/* menu names */
#topmenu a.mainmenu_home {
	background-image: url(../images/buttons/home.png);
	width: 100px;
}
#topmenu a.mainmenu_home:hover,
#topmenu a#active_menu.mainmenu_home {
	background-position: -100px 0%;
}
#topmenu a.mainmenu_services {
	background-image: url(../images/buttons/services.png);
}
#topmenu a.mainmenu_theshop {
	background-image: url(../images/buttons/theshop.png);
}
#topmenu a.mainmenu_projects {
	background-image: url(../images/buttons/projects.png);
}
#topmenu a.mainmenu_kustomz {
	background-image: url(../images/buttons/kustomz.png);
}
#topmenu a.mainmenu_contact {
	background-image: url(../images/buttons/contact.png);
}
#topmenu a.mainmenu_stuff {
	background-image: url(../images/buttons/stuff.png);
	width: 100px;
}
#topmenu a.mainmenu_stuff:hover,
#topmenu a#active_menu.mainmenu_stuff {
	width: 100px;
	background-position: -100px 0%;
}

/* suckerfish */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 3;
}

	#nav li { /* all list items */
		float: left;
		/*width: 120px; /* width needed or else Opera goes nuts */
	}

	#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		z-index: 3;
	}

		#nav li ul { /* second-level lists */
			position: absolute;
 			width: 120px;
			left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
			z-index: 3;
			top: 26px;
		}

			#nav li ul li {
				border: 1px solid #ffffff;
				border-bottom: none;
 				width: 120px;
				z-index: 4;
				height: 22px;
			}

				#nav li ul li a {
					display: block;
					font: 12px Arial,sans-serif;
					color: #ffffff;
					text-decoration: none;
					text-align: center;
					text-transform: lowercase;
					padding: 0;
					margin: 0;
					z-index: 10;
					height: 22px;
				}
