#nav {
	height: 33px;
	display: block;
	margin:8px 1px 0 1px;
	border-top:1px solid #FFF;	
	color: #FFF;
	font-size: 14px;
	padding: 0;
	clear: both;
	text-align: center;
	}

#nav a.navlink {
	display: block;
	float: left;
	height: 33px;
	padding: 0 14px 0 14px;
	border-right: 1px solid #035bb8;
	color: #FFF;
	line-height: 33px;
	text-decoration: none;
	font-family: "century gothic", "trebuchet ms", arial, sans-serif;	
}

#nav a.navlink:hover {
	background: #8763ae;
}

#nav div {
	display: none;
	position: absolute;
	background: #FFF;
	z-index: 50;
	text-align: left;
	white-space: nowrap;
	padding:10px;
	left: -1px;
	top:33px;
}

*html #nav div {
	background:#FFF;
}

#nav div a {
	display: block;
	padding: 5px;
	color: #000;
	text-decoration: none;
	zoom: 1;
	font-family: "century gothic", "trebuchet ms", arial, sans-serif;
	
}

#nav div a:hover {
	/*background: url(../images/grey-70.png);*/
	background: #FFF;
}

*html #nav div a:hover {
	background:#999 url();
}




/* below */
	.shopdropdownlink {
		position: relative;
		display: inline;
	}
	
	.shopdropdown {
		position: absolute;
		top: 12px;
		left: 1px;
		width:250px;
		background: #ffffff;
		text-align: left;
		padding: 5px;
		display: none;
		font-size:11px;
	}
	
	*+html .shopdropdown {
		top:30px;
	}
	
	*html .shopdropdown {
		top:30px;
	}
	
	.shopdropdown a {
		display: block;
		padding: 5px;
		color:red;
		text-decoration:none;
	}
	
	.shopdropdown a:hover {
		background: #bdbdbd;

	}
	
	.clear {
		clear:both;
	}