#container {
	margin-bottom: 5px;
	height: 50px;
}

ul, li {
	margin: 0;
	padding: 0;

}

#blob {
	background: #918A86;
	border-right: 1px solid #918A86;
	border-left: 1px solid #918A86;
	position: absolute;
	z-index: 1;
	top: 0;
	background: -moz-linear-gradient(top, #ffbc41, #ffa500);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffbc41), to(#ffa500));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 2px 3px 10px #918A86;
	-webkit-box-shadow: 2px 3px 10px #918A86;
}

#nav {
	position: relative;
	float: left;
	height: 60px;
	width: 705px;
}

#nav li {
	float: left;
	list-style: none;
	height: 60px;
}

#nav li a {
	color: #000000;
	z-index: 2;
	position: relative;
	cursor: pointer;
	float: left;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	height: 40px;

}
