/* dev version */
#nav {	
	position: relative;
	float: left;
	height: 120px;
	width: 768px;
	background: url(/images/navBar/header_background.jpg)
}

#nav #shoppingTrolley {
	float: right;
	position: relative;
	right: 0px;
	top: 0px;
	text-align: right;
	margin: 2px 0 0 0;
	/*
	padding: 0 10px 0 0;
	width: 300px;
	*/
}

#nav #shoppingTrolley p {
	position: relative;
	font-family: verdana, arial;
	color: #ffffff;
	font-size: 0.7em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

#nav #shoppingTrolley img.counter {
	position: relative;
	left: 15px;
	bottom: 1px !important;
	bottom: 0px;
	vertical-align: middle;
	z-index: -1;
}

#nav #buttons img {
	position: relative;
	vertical-align: top;
	border: none;
	/*
	float:left;
	margin: 0;
	padding: 0;
	*/
}

#nav #buttons {
	float: left;
	position: relative;
	/*width:430px;*/
	left:335px;
	top:35px;
}

/* Active Nav Item Holders */
#nav #homeActive {
	float: left;
	position: relative;
	z-index: 2;
	right: 103px;
	top: 31px;
	visibility: hidden;
}
#nav #shopStuffActive {
	float: left;
	position: absolute;
	z-index: 2;
	right: 255px;
	top: 32px;
	visibility: hidden;
}
#nav #glowKidsActive {
	float: left;
	position: absolute;
	z-index: 2;
	right: 168px;
	top: 38px;
	visibility: hidden;
}
#nav #glowTribeActive {
	float: left;
	position: absolute;
	z-index: 2;
	right: 91px;
	top: 42px;
	visibility: hidden;
}
#nav #contactUsActive {
	float: left;
	position: absolute;
	z-index: 2;
	right: 1px;
	top: 41px;
	visibility: hidden;
}