.darkmenu {
	width:600px;
	height:62px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin:0 auto;
	clear:both;
	margin-bottom:60px;
	background-color: transparent;
	position: absolute;
	left: 400px;
	top: 30px;
	z-index: 4;
}
.darkBlue, .darkGreen, .darkPink, .darkRed {
	position: relative;
	height: 62px;
	width: 800px;
	overflow: hidden;
	float:right;
}
.darkBlue li, .darkGreen li, .darkPink li, .darkRed li {
	float: left;
	list-style: none;
	width: 110px;
	height:52px;
	background-image:url(../images/darksep.png);
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	top:9px;
}
.darkBlue li.back {
	background-image:url(../images/darkblue.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 20px;
	z-index: 8;
	top:6px;
	position: absolute;
}

.darkGreen li.back {
	background-image:url(../images/darkgreen.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 20px;
	z-index: 8;
	top:6px;
	position: absolute;
}

.darkPink li.back {
	background-image:url(../images/darkpink.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 20px;
	z-index: 8;
	top:6px;
	position: absolute;
}

.darkRed li.back {
	background-image:url(../images/darkred.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 20px;
	z-index: 8;
	top:6px;
	position: absolute;
}

.darkBlue li a, .darkGreen li a, .darkPink li a, .darkRed li a {
	font-size: 16px ;
	font-family:"Architects Daughter";
	font-weight: normal;
	text-decoration: none;
	width:110px;
	color: #FFFF99;
	outline: none;
	text-align: center;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	top:18px;
	height: 30px;
	position: relative;
	overflow: hidden;
}

.darkBlue li a:hover, .darkGreen li a:hover, .darkPink li a:hover, .darkRed li a:hover {
	color:#FF3300;
}

.searchbox {
	width:197px;
	float:right;
	margin-right:20px;
}

.searchbox input.darksearch {
	background: url(../images/darksearch.png) no-repeat;
	border: 0;
	width: 170px; /* width of text-display area */
	padding:2px 5px 2px 24px;
	font-size: 11px;
	color: #d8d8d8;
	margin-top:23px;
	height: 19px; /* height of text-display area */
}
